diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:35:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:35:00 +0000 |
commit | caa06d3824362cd5671bccb2d0d5c910a098f52a (patch) | |
tree | 5368142065af482c190a2dc4f73f63d06af511b0 /sys-apps/xinetd | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.gz historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.bz2 historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 4 |
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 |