diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
commit | e9b73a00b2fe0adf83a20815309621031368f813 (patch) | |
tree | 7bb0f44196478612b53ed657ad194a18a8e5619b /sys-apps | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/usbd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/usbd/usbd-0.1.ebuild | 6 | ||||
-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 |
6 files changed, 20 insertions, 13 deletions
diff --git a/sys-apps/usbd/ChangeLog b/sys-apps/usbd/ChangeLog index a47528f7e1f0..8f4a181cb41c 100644 --- a/sys-apps/usbd/ChangeLog +++ b/sys-apps/usbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usbd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/ChangeLog,v 1.2 2003/02/12 09:10:53 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/ChangeLog,v 1.3 2004/04/26 14:33:46 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> usbd-0.1.ebuild: + Add die following econf for bug 48950 *usbd-0.1 (15 Jan 2003) diff --git a/sys-apps/usbd/usbd-0.1.ebuild b/sys-apps/usbd/usbd-0.1.ebuild index 7aa9104014f2..b04e9e73640d 100644 --- a/sys-apps/usbd/usbd-0.1.ebuild +++ b/sys-apps/usbd/usbd-0.1.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/usbd/usbd-0.1.ebuild,v 1.3 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/usbd-0.1.ebuild,v 1.4 2004/04/26 14:33:46 agriffis Exp $ DESCRIPTION="USB Daemon" HOMEPAGE="http://usb.cs.tum.edu" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_compile() { - econf --prefix=/usr --sysconfdir=/etc/usbd + econf --prefix=/usr --sysconfdir=/etc/usbd || die "econf failed" mv Makefile Makefile.orig sed s/example1/''/ Makefile.orig > Makefile emake || die 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 |