summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:44:26 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:44:26 +0000
commitb4001d51d62a3d0f9f0d46c69e29fb94f24f4299 (patch)
tree9eb36dea67449a6f377eec66fd9fd2d454aab5a8
parentFilter -fstack-protector to fix bug 45671 (Manifest recommit) (diff)
downloadgentoo-2-b4001d51d62a3d0f9f0d46c69e29fb94f24f4299.tar.gz
gentoo-2-b4001d51d62a3d0f9f0d46c69e29fb94f24f4299.tar.bz2
gentoo-2-b4001d51d62a3d0f9f0d46c69e29fb94f24f4299.zip
Add die following econf for bug 48950
-rw-r--r--net-fs/sfs/ChangeLog7
-rw-r--r--net-fs/sfs/sfs-0.7.2.ebuild6
-rw-r--r--net-ftp/lftp/ChangeLog6
-rw-r--r--net-ftp/lftp/lftp-2.6.10.ebuild4
-rw-r--r--net-ftp/lftp/lftp-2.6.11.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.0.1.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.0.2.ebuild4
-rw-r--r--net-ftp/pure-ftpd/ChangeLog6
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild4
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild4
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild4
-rw-r--r--net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild4
12 files changed, 34 insertions, 23 deletions
diff --git a/net-fs/sfs/ChangeLog b/net-fs/sfs/ChangeLog
index ec5e2b83d4e2..d69be9fd6cc8 100644
--- a/net-fs/sfs/ChangeLog
+++ b/net-fs/sfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/sfs
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.4 2004/01/05 06:48:32 zhen Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.5 2004/04/26 04:41:44 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> sfs-0.7.2.ebuild:
+ Add die following econf for bug 48950
05 Jan 2004; zhen <zhen@gentoo.org> metadata.xml:
adding to net-fs herd
diff --git a/net-fs/sfs/sfs-0.7.2.ebuild b/net-fs/sfs/sfs-0.7.2.ebuild
index 0973197d4f7d..af2dd0cccd5b 100644
--- a/net-fs/sfs/sfs-0.7.2.ebuild
+++ b/net-fs/sfs/sfs-0.7.2.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/net-fs/sfs/sfs-0.7.2.ebuild,v 1.5 2003/09/08 07:59:35 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/sfs-0.7.2.ebuild,v 1.6 2004/04/26 04:41:44 agriffis Exp $
DESCRIPTION="SFS (Self-certifying File System) client and server daemons"
HOMEPAGE="http://www.fs.net/"
@@ -47,7 +47,7 @@ src_compile() {
fi
EXTRA_ECONF="${EXTRA_ECONF} --with-gmp=/usr --with-gnuld --prefix=/"
- econf
+ econf || die "econf failed"
# won't parallel build w/o baby-sitting
EXTRA_EMAKE="${EXTRA_EMAKE} -j1" emake || die
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index defcbb81b3d7..73675b4cf031 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/lftp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.40 2004/04/20 01:51:37 khai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.41 2004/04/26 04:43:25 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lftp-2.6.10.ebuild,
+ lftp-2.6.11.ebuild, lftp-3.0.1.ebuild, lftp-3.0.2.ebuild:
+ Add die following econf for bug 48950
*lftp-3.0.2 (19 Apr 2004)
diff --git a/net-ftp/lftp/lftp-2.6.10.ebuild b/net-ftp/lftp/lftp-2.6.10.ebuild
index f7c736fb9a99..5b8813b29ef7 100644
--- a/net-ftp/lftp/lftp-2.6.10.ebuild
+++ b/net-ftp/lftp/lftp-2.6.10.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/net-ftp/lftp/lftp-2.6.10.ebuild,v 1.6 2004/03/27 05:48:18 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.10.ebuild,v 1.7 2004/04/26 04:43:25 agriffis Exp $
IUSE="ssl socks5 nls"
@@ -37,7 +37,7 @@ src_compile() {
econf \
--sysconfdir=/etc/lftp \
--without-modules \
- ${myconf}
+ ${myconf} || die "econf failed"
make || die "compile problem"
}
diff --git a/net-ftp/lftp/lftp-2.6.11.ebuild b/net-ftp/lftp/lftp-2.6.11.ebuild
index 5e69c5fceed6..72ae78354db3 100644
--- a/net-ftp/lftp/lftp-2.6.11.ebuild
+++ b/net-ftp/lftp/lftp-2.6.11.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/net-ftp/lftp/lftp-2.6.11.ebuild,v 1.4 2004/03/27 05:46:41 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.11.ebuild,v 1.5 2004/04/26 04:43:25 agriffis Exp $
IUSE="ssl socks5 nls"
@@ -37,7 +37,7 @@ src_compile() {
econf \
--sysconfdir=/etc/lftp \
--without-modules \
- ${myconf}
+ ${myconf} || die "econf failed"
make || die "compile problem"
}
diff --git a/net-ftp/lftp/lftp-3.0.1.ebuild b/net-ftp/lftp/lftp-3.0.1.ebuild
index a51dd96bf668..7ee0ff1300e4 100644
--- a/net-ftp/lftp/lftp-3.0.1.ebuild
+++ b/net-ftp/lftp/lftp-3.0.1.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/net-ftp/lftp/lftp-3.0.1.ebuild,v 1.1 2004/04/11 16:15:51 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.1.ebuild,v 1.2 2004/04/26 04:43:25 agriffis Exp $
IUSE="ssl socks5 nls"
@@ -36,7 +36,7 @@ src_compile() {
econf \
--sysconfdir=/etc/lftp \
--without-modules \
- ${myconf}
+ ${myconf} || die "econf failed"
make || die "compile problem"
}
diff --git a/net-ftp/lftp/lftp-3.0.2.ebuild b/net-ftp/lftp/lftp-3.0.2.ebuild
index 7f542b8a23ca..57a95688d522 100644
--- a/net-ftp/lftp/lftp-3.0.2.ebuild
+++ b/net-ftp/lftp/lftp-3.0.2.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/net-ftp/lftp/lftp-3.0.2.ebuild,v 1.1 2004/04/20 01:51:37 khai Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.2.ebuild,v 1.2 2004/04/26 04:43:25 agriffis Exp $
IUSE="ssl socks5 nls"
@@ -36,7 +36,7 @@ src_compile() {
econf \
--sysconfdir=/etc/lftp \
--without-modules \
- ${myconf}
+ ${myconf} || die "econf failed"
make || die "compile problem"
}
diff --git a/net-ftp/pure-ftpd/ChangeLog b/net-ftp/pure-ftpd/ChangeLog
index b0a272617e65..b71d2c7cbaf6 100644
--- a/net-ftp/pure-ftpd/ChangeLog
+++ b/net-ftp/pure-ftpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/pure-ftpd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.25 2004/04/13 21:02:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.26 2004/04/26 04:44:26 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.16b.ebuild,
+ pure-ftpd-1.0.16c.ebuild, pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18.ebuild:
+ Add die following econf for bug 48950
13 Apr 2004; <agriffis@gentoo.org> pure-ftpd-1.0.18.ebuild:
Stable on alpha and ia64
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild
index 8fc7046d7cc7..d8ce9cf13574 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.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/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.3 2004/01/22 16:41:08 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.4 2004/04/26 04:44:26 agriffis Exp $
IUSE="pam mysql postgres ldap ssl"
@@ -35,7 +35,7 @@ src_compile() {
--with-quotas --with-ftpwho \
--with-uploadscript --with-virtualhosts \
--with-virtualchroot --with-diraliases \
- --with-peruserlimits ${myconf}
+ --with-peruserlimits ${myconf} || die "econf failed"
emake || die "compile problem"
}
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild
index 312afdf020b9..2be2c7c8f917 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.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/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild,v 1.2 2004/01/22 16:41:08 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild,v 1.3 2004/04/26 04:44:26 agriffis Exp $
IUSE="pam mysql postgres ldap ssl"
@@ -35,7 +35,7 @@ src_compile() {
--with-quotas --with-ftpwho \
--with-uploadscript --with-virtualhosts \
--with-virtualchroot --with-diraliases \
- --with-peruserlimits ${myconf}
+ --with-peruserlimits ${myconf} || die "econf failed"
emake || die "compile problem"
}
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild
index 3d8e99f20d39..de4c3aa834a3 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.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/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild,v 1.2 2004/02/02 03:36:42 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild,v 1.3 2004/04/26 04:44:26 agriffis Exp $
IUSE="pam mysql postgres ldap ssl"
@@ -35,7 +35,7 @@ src_compile() {
--with-quotas --with-ftpwho \
--with-uploadscript --with-virtualhosts \
--with-virtualchroot --with-diraliases \
- --with-peruserlimits ${myconf}
+ --with-peruserlimits ${myconf} || die "econf failed"
emake || die "compile problem"
}
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild
index 73519fe898f3..ca9d42cd3628 100644
--- a/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild
+++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.18.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/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild,v 1.3 2004/04/13 21:02:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild,v 1.4 2004/04/26 04:44:26 agriffis Exp $
IUSE="pam mysql postgres ldap ssl"
@@ -36,7 +36,7 @@ src_compile() {
--with-uploadscript --with-virtualhosts \
--with-virtualchroot --with-diraliases \
--with-peruserlimits --with-largefile \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die "compile problem"
}