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 /net-ftp/lftp
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
Diffstat (limited to 'net-ftp/lftp')
-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
5 files changed, 13 insertions, 9 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"
}