diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:32:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:32:54 +0000 |
commit | a309c78bbcab5323fb8c7d4c3b3229985919965a (patch) | |
tree | 726e116d041b83f5b945ff09adf92aae4dc0e553 /net-www | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.tar.gz gentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.tar.bz2 gentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/memcached/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/memcached/memcached-1.1.10.ebuild | 4 | ||||
-rw-r--r-- | net-www/memcached/memcached-1.1.9.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild | 4 |
5 files changed, 16 insertions, 8 deletions
diff --git a/net-www/memcached/ChangeLog b/net-www/memcached/ChangeLog index 04fbba68d0ab..ac5356743bc7 100644 --- a/net-www/memcached/ChangeLog +++ b/net-www/memcached/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/memcached # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/ChangeLog,v 1.7 2004/01/11 00:14:01 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/ChangeLog,v 1.8 2004/04/26 14:28:14 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> memcached-1.1.10.ebuild, + memcached-1.1.9.ebuild: + Add die following econf for bug 48950 10 Jan 2004; Lisa Seelye <lisa@gentoo.org> memcached-1.1.9.ebuild: 1.1.9 has been ~x86 for so long. Bump it (and extend copyright to 2004 for diff --git a/net-www/memcached/memcached-1.1.10.ebuild b/net-www/memcached/memcached-1.1.10.ebuild index b8d8be9f923c..13ddfe08b306 100644 --- a/net-www/memcached/memcached-1.1.10.ebuild +++ b/net-www/memcached/memcached-1.1.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-www/memcached/memcached-1.1.10.ebuild,v 1.1 2004/01/11 00:12:04 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/memcached-1.1.10.ebuild,v 1.2 2004/04/26 14:28:14 agriffis Exp $ DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load." @@ -28,7 +28,7 @@ S=${WORKDIR}/${P} src_compile() { local myconf="" use static || myconf="--disable-static ${myconf} " - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/net-www/memcached/memcached-1.1.9.ebuild b/net-www/memcached/memcached-1.1.9.ebuild index 1828af76c03d..2f24a96c2f36 100644 --- a/net-www/memcached/memcached-1.1.9.ebuild +++ b/net-www/memcached/memcached-1.1.9.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-www/memcached/memcached-1.1.9.ebuild,v 1.3 2004/01/11 00:14:01 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/memcached/memcached-1.1.9.ebuild,v 1.4 2004/04/26 14:28:14 agriffis Exp $ DESCRIPTION="memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load." @@ -28,7 +28,7 @@ S=${WORKDIR}/${P} src_compile() { local myconf="" use static || myconf="--disable-static ${myconf} " - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die } diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 6b76d3c1792b..c7ebcc482189 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pgsql # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.6 2004/04/02 18:42:59 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.7 2004/04/26 14:28:49 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> + mod_auth_pgsql-0.9.12.ebuild: + Add die following econf for bug 48950 02 Apr 2004; Chuck Short <zul@gentoo.org> : Added apache2 version. diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild index 0d46e23146ec..88509c6b8680 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.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/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.5 2004/04/02 18:42:59 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.6 2004/04/26 14:28:49 agriffis Exp $ DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" @@ -13,7 +13,7 @@ DEPEND=">=net-www/apache-1.3.27 src_compile() { econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \ - --with-pgsql-include=/usr/include/postgresql + --with-pgsql-include=/usr/include/postgresql || die "econf failed" /usr/sbin/apxs -I/usr/include/postgresql \ -L/usr/lib/postgresql -lpq \ -o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c || die |