summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/pure-ftpd')
-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
5 files changed, 13 insertions, 9 deletions
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"
}