summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:38:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:38:09 +0000
commite9b73a00b2fe0adf83a20815309621031368f813 (patch)
tree7bb0f44196478612b53ed657ad194a18a8e5619b /sys-apps/xinetd
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.gz
gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.bz2
gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r--sys-apps/xinetd/ChangeLog6
-rw-r--r--sys-apps/xinetd/xinetd-2.3.11.ebuild6
-rw-r--r--sys-apps/xinetd/xinetd-2.3.12.ebuild4
-rw-r--r--sys-apps/xinetd/xinetd-2.3.13.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog
index e6a10e349c75..b534b6770f05 100644
--- a/sys-apps/xinetd/ChangeLog
+++ b/sys-apps/xinetd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/xinetd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.29 2004/03/29 05:18:49 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.30 2004/04/26 14:35:00 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xinetd-2.3.11.ebuild,
+ xinetd-2.3.12.ebuild, xinetd-2.3.13.ebuild:
+ Add die following econf for bug 48950
29 Mar 2004; <randy@gentoo.org> xinetd-2.3.13.ebuild:
adding s390 keywords
diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild
index 6d7c6c47887d..b271462d2844 100644
--- a/sys-apps/xinetd/xinetd-2.3.11.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.11.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-apps/xinetd/xinetd-2.3.11.ebuild,v 1.8 2004/02/23 00:54:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.9 2004/04/26 14:35:00 agriffis Exp $
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
@@ -22,7 +22,7 @@ src_compile() {
# the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise.
- econf --with-loadavg ${myconf}
+ econf --with-loadavg ${myconf} || die "econf failed"
# Fix CFLAGS
sed "/^CFLAGS/s/+=/=/" < Makefile > makefile
diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild
index 94aa8184cd74..4ffd19b8cb46 100644
--- a/sys-apps/xinetd/xinetd-2.3.12.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.12.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-apps/xinetd/xinetd-2.3.12.ebuild,v 1.11 2004/02/23 00:54:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.12 2004/04/26 14:35:00 agriffis Exp $
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
@@ -22,7 +22,7 @@ src_compile() {
# the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise.
- econf --with-loadavg ${myconf}
+ econf --with-loadavg ${myconf} || die "econf failed"
# Fix CFLAGS
sed "/^CFLAGS/s/+=/=/" < Makefile > makefile
diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild
index c9d075f82f60..ef107c97fe83 100644
--- a/sys-apps/xinetd/xinetd-2.3.13.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.13.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-apps/xinetd/xinetd-2.3.13.ebuild,v 1.3 2004/03/29 05:18:49 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.4 2004/04/26 14:35:00 agriffis Exp $
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
@@ -22,7 +22,7 @@ src_compile() {
# the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise.
- econf --with-loadavg ${myconf}
+ econf --with-loadavg ${myconf} || die "econf failed"
# Fix CFLAGS
sed -i -e "/^CFLAGS/s/+=/=/" Makefile