summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 19:32:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 19:32:12 +0000
commit5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4 (patch)
treee22a9a346507d8b15033079b14737d20571637c0 /sys-fs
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.tar.gz
gentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.tar.bz2
gentoo-2-5a6e1f9a1b60bd2dd039d534858e5c70280ac0a4.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/jfsutils/ChangeLog5
-rw-r--r--sys-fs/jfsutils/jfsutils-1.1.3.ebuild4
-rw-r--r--sys-fs/linux-ntfs/ChangeLog7
-rw-r--r--sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild6
4 files changed, 14 insertions, 8 deletions
diff --git a/sys-fs/jfsutils/ChangeLog b/sys-fs/jfsutils/ChangeLog
index aa1e86a798fc..b493eea86e11 100644
--- a/sys-fs/jfsutils/ChangeLog
+++ b/sys-fs/jfsutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/jfsutils
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.11 2004/04/26 14:38:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.12 2004/04/26 19:30:35 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> jfsutils-1.1.3.ebuild:
+ Add die following econf for bug 48950
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> jfsutils-1.1.0-r2.ebuild,
jfsutils-1.1.1-r1.ebuild, jfsutils-1.1.1.ebuild, jfsutils-1.1.2.ebuild,
diff --git a/sys-fs/jfsutils/jfsutils-1.1.3.ebuild b/sys-fs/jfsutils/jfsutils-1.1.3.ebuild
index ec9141c20812..8a7e9c43cf3e 100644
--- a/sys-fs/jfsutils/jfsutils-1.1.3.ebuild
+++ b/sys-fs/jfsutils/jfsutils-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.3.ebuild,v 1.6 2004/03/14 10:49:23 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.3.ebuild,v 1.7 2004/04/26 19:30:35 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities"
@@ -21,7 +21,7 @@ src_unpack() {
src_compile() {
econf \
- --sbindir=/sbin
+ --sbindir=/sbin || die "econf failed"
emake || die
}
diff --git a/sys-fs/linux-ntfs/ChangeLog b/sys-fs/linux-ntfs/ChangeLog
index 7c30b47d9f0d..03c9cc8a5cc2 100644
--- a/sys-fs/linux-ntfs/ChangeLog
+++ b/sys-fs/linux-ntfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/linux-ntfs
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.2 2003/10/30 02:19:31 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/ChangeLog,v 1.3 2004/04/26 19:32:12 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> linux-ntfs-1.6.0.ebuild:
+ Add die following econf for bug 48950
29 Oct 2003; Seemant Kulleen <seemant@gentoo.org> linux-ntfs-1.6.0.ebuild:
DESCRIPTION fix, closing bug #31927 by Matt Keadle <mkeadle@mkeadle.org>
diff --git a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild
index c4bc152f6ce8..a8524741e6b6 100644
--- a/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild
+++ b/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.2 2003/10/30 02:19:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/linux-ntfs/linux-ntfs-1.6.0.ebuild,v 1.3 2004/04/26 19:32:12 agriffis Exp $
inherit eutils
@@ -21,7 +21,7 @@ src_unpack() {
}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}