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
commit3b64c6efd6dc72eb8559fe739d8eec13f643a079 (patch)
treeffb5b6f73bf5095392e49ad703b53337e2c6b24e
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.gz
historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.tar.bz2
historical-3b64c6efd6dc72eb8559fe739d8eec13f643a079.zip
Add die following econf for bug 48950
-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
10 files changed, 26 insertions, 18 deletions
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"
}