diff options
author | Chuck Short <zul@gentoo.org> | 2004-07-25 21:10:12 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-07-25 21:10:12 +0000 |
commit | 270b57c2c8179d518c4b3f5bc13789d8f5de8e65 (patch) | |
tree | 1a9e28d2ea969645ed86a499a3b158cdcfb285f3 /net-www/apache | |
parent | Fixed typo in config. closes #58274. (Manifest recommit) (diff) | |
download | gentoo-2-270b57c2c8179d518c4b3f5bc13789d8f5de8e65.tar.gz gentoo-2-270b57c2c8179d518c4b3f5bc13789d8f5de8e65.tar.bz2 gentoo-2-270b57c2c8179d518c4b3f5bc13789d8f5de8e65.zip |
Patch from solar, adds uclibc support.
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.49-r3.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.49-r4.ebuild | 4 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.50.ebuild | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 018969143b22..c9bd073b0c3d 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/apache # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.227 2004/07/21 12:52:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.228 2004/07/25 21:10:12 zul Exp $ + + 27 Jul 2004; Chuck Short <zul@gentoo.org> apache-2.0.49-r3.ebuild, + apache-2.0.49-r4.ebuild, apache-2.0.50.ebuild: + Uclibc support. Patch from solar@gentoo.org 21 Jul 2004; Gustavo Zacarias <gustavoz@gentoo.org> apache-2.0.50.ebuild: Stable on hppa diff --git a/net-www/apache/apache-2.0.49-r3.ebuild b/net-www/apache/apache-2.0.49-r3.ebuild index 5e04d07264a3..efda7bc8408d 100644 --- a/net-www/apache/apache-2.0.49-r3.ebuild +++ b/net-www/apache/apache-2.0.49-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r3.ebuild,v 1.18 2004/07/08 16:22:26 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r3.ebuild,v 1.19 2004/07/25 21:10:12 zul Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -28,7 +28,7 @@ DEPEND="dev-util/yacc berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !mips? ( ldap? ( =net-nds/openldap-2* ) ) - selinux? (sec-policy/selinux-apache)" + selinux? ( sec-policy/selinux-apache )" apache_setup_vars() { # Sets the USERDIR to default. diff --git a/net-www/apache/apache-2.0.49-r4.ebuild b/net-www/apache/apache-2.0.49-r4.ebuild index 96a063dc956b..0fddc5263be7 100644 --- a/net-www/apache/apache-2.0.49-r4.ebuild +++ b/net-www/apache/apache-2.0.49-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r4.ebuild,v 1.12 2004/07/09 10:36:31 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r4.ebuild,v 1.13 2004/07/25 21:10:12 zul Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -28,7 +28,7 @@ DEPEND="dev-util/yacc berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) !mips? ( ldap? ( =net-nds/openldap-2* ) ) - selinux? (sec-policy/selinux-apache)" + selinux? ( sec-policy/selinux-apache )" apache_setup_vars() { # Sets the USERDIR to default. diff --git a/net-www/apache/apache-2.0.50.ebuild b/net-www/apache/apache-2.0.50.ebuild index 455a22c64ad9..16f6f7331e18 100644 --- a/net-www/apache/apache-2.0.50.ebuild +++ b/net-www/apache/apache-2.0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.50.ebuild,v 1.5 2004/07/21 12:52:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.50.ebuild,v 1.6 2004/07/25 21:10:12 zul Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -105,8 +105,8 @@ src_compile() { set_filter_flags apache_setup_vars - # Detect mips systems properly - use mips && gnuconfig_update + # Detect mips and uclibc systems properly + gnuconfig_update local myconf if use ldap; then |