diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-11 10:22:25 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-11 10:22:25 +0000 |
commit | 6f8ca0dc16004f8b58405a0409137326b28cafa8 (patch) | |
tree | c95f698a5af3199c6e013fc1eacf21e134429ebf /net-www/apache | |
parent | Handle workspace flags when running against the Mercury test-suite. (diff) | |
download | gentoo-2-6f8ca0dc16004f8b58405a0409137326b28cafa8.tar.gz gentoo-2-6f8ca0dc16004f8b58405a0409137326b28cafa8.tar.bz2 gentoo-2-6f8ca0dc16004f8b58405a0409137326b28cafa8.zip |
Adding EXTRA_ECONF to the ./configure usage (fixes #125798 - thanks to samLT <samuelethiec at hotmail.com>).
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.34-r14.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.37.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.58-r2.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.59-r2.ebuild | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/apache-2.2.3.ebuild | 4 |
7 files changed, 23 insertions, 17 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 8a25e61a6f4a..8b8d66b16eab 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/apache # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.505 2007/01/09 14:35:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.506 2007/01/11 10:22:25 phreak Exp $ + + 11 Jan 2007; Christian Heim <phreak@gentoo.org> apache-1.3.34-r14.ebuild, + apache-1.3.37.ebuild, apache-2.0.58-r2.ebuild, apache-2.0.59-r2.ebuild, + apache-2.2.3.ebuild, apache-2.2.3-r1.ebuild: + Adding EXTRA_ECONF to the ./configure usage (fixes #125798 - thanks to samLT + <samuelethiec at hotmail.com>). 09 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> -apache-1.3.34-r10.ebuild, -apache-1.3.34-r11.ebuild, diff --git a/net-www/apache/apache-1.3.34-r14.ebuild b/net-www/apache/apache-1.3.34-r14.ebuild index f13ebd64f6fc..3cceb40de815 100644 --- a/net-www/apache/apache-1.3.34-r14.ebuild +++ b/net-www/apache/apache-1.3.34-r14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r14.ebuild,v 1.5 2006/11/12 04:33:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.34-r14.ebuild,v 1.6 2007/01/11 10:22:25 phreak Exp $ inherit eutils fixheadtails multilib @@ -138,7 +138,7 @@ src_compile() { --server-gid=apache \ --with-perl=/usr/bin/perl \ --enable-rule=SHARED_CHAIN \ - ${MY_BUILTINS} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ${MY_BUILTINS} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" emake || die "problem compiling apache" diff --git a/net-www/apache/apache-1.3.37.ebuild b/net-www/apache/apache-1.3.37.ebuild index e2d6d6edc86e..95e0f359bc47 100644 --- a/net-www/apache/apache-1.3.37.ebuild +++ b/net-www/apache/apache-1.3.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.37.ebuild,v 1.4 2006/09/20 05:11:35 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.37.ebuild,v 1.5 2007/01/11 10:22:25 phreak Exp $ inherit eutils fixheadtails multilib @@ -144,7 +144,7 @@ src_compile() { --server-gid=apache \ --with-perl=/usr/bin/perl \ --enable-rule=SHARED_CHAIN \ - ${MY_BUILTINS} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ${MY_BUILTINS} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" emake || die "problem compiling apache" diff --git a/net-www/apache/apache-2.0.58-r2.ebuild b/net-www/apache/apache-2.0.58-r2.ebuild index ffd246859dc1..c800cdf98aaa 100644 --- a/net-www/apache/apache-2.0.58-r2.ebuild +++ b/net-www/apache/apache-2.0.58-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.58-r2.ebuild,v 1.6 2006/09/20 05:11:34 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.58-r2.ebuild,v 1.7 2007/01/11 10:22:24 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib @@ -169,7 +169,7 @@ src_compile() { myconf="${myconf} --enable-maintainer-mode" fi - ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ./configure --with-mpm=${mpm} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" # we don't want to try and recompile the ssl_expr_parse.c file, because # the lex source is broken diff --git a/net-www/apache/apache-2.0.59-r2.ebuild b/net-www/apache/apache-2.0.59-r2.ebuild index e65b3368552d..5cfd1d198acc 100644 --- a/net-www/apache/apache-2.0.59-r2.ebuild +++ b/net-www/apache/apache-2.0.59-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.59-r2.ebuild,v 1.1 2006/11/03 01:33:32 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.59-r2.ebuild,v 1.2 2007/01/11 10:22:25 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib @@ -176,7 +176,7 @@ src_compile() { myconf="${myconf} --enable-maintainer-mode" fi - ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ./configure --with-mpm=${mpm} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" # we don't want to try and recompile the ssl_expr_parse.c file, because # the lex source is broken diff --git a/net-www/apache/apache-2.2.3-r1.ebuild b/net-www/apache/apache-2.2.3-r1.ebuild index 245079a1dd7d..51f49e61aac7 100644 --- a/net-www/apache/apache-2.2.3-r1.ebuild +++ b/net-www/apache/apache-2.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r1.ebuild,v 1.3 2007/01/08 23:28:41 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3-r1.ebuild,v 1.4 2007/01/11 10:22:25 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -200,7 +200,7 @@ src_compile() { myconf="${myconf} --enable-maintainer-mode" fi - ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ./configure --with-mpm=${mpm} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" sed -i -e 's:apache2\.conf:httpd.conf:' include/ap_config_auto.h diff --git a/net-www/apache/apache-2.2.3.ebuild b/net-www/apache/apache-2.2.3.ebuild index d2a6bb781ad0..1116572fab34 100644 --- a/net-www/apache/apache-2.2.3.ebuild +++ b/net-www/apache/apache-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.4 2007/01/08 23:28:41 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.3.ebuild,v 1.5 2007/01/11 10:22:24 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -188,7 +188,7 @@ src_compile() { myconf="${myconf} --enable-maintainer-mode" fi - ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" + ./configure --with-mpm=${mpm} ${myconf} ${EXTRA_ECONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log" sed -i -e 's:apache2\.conf:httpd.conf:' include/ap_config_auto.h |