summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-07-25 21:10:12 +0000
committerChuck Short <zul@gentoo.org>2004-07-25 21:10:12 +0000
commit2bc6bf309b359f8e754163ef6367e6f90918636d (patch)
tree07e5baf4d1d03fc7e08a96e2422133ed59d59e1e /net-www
parentFixed typo in config. closes #58274. (diff)
downloadhistorical-2bc6bf309b359f8e754163ef6367e6f90918636d.tar.gz
historical-2bc6bf309b359f8e754163ef6367e6f90918636d.tar.bz2
historical-2bc6bf309b359f8e754163ef6367e6f90918636d.zip
Patch from solar, adds uclibc support.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/ChangeLog6
-rw-r--r--net-www/apache/apache-2.0.49-r3.ebuild4
-rw-r--r--net-www/apache/apache-2.0.49-r4.ebuild4
-rw-r--r--net-www/apache/apache-2.0.50.ebuild6
-rw-r--r--net-www/awstats/Manifest4
5 files changed, 14 insertions, 10 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
diff --git a/net-www/awstats/Manifest b/net-www/awstats/Manifest
index 4948c3b26100..df5479e41828 100644
--- a/net-www/awstats/Manifest
+++ b/net-www/awstats/Manifest
@@ -1,5 +1,5 @@
-MD5 4b8e2bd6595c4a871a50811858185404 ChangeLog 935
+MD5 4dd5bd49da5e21f6c216da0f452391e4 ChangeLog 1020
MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159
-MD5 b517dd2f0ed280a1240893692bfd1e4b awstats-6.1.ebuild 4009
+MD5 51de3086c3b9310420588c007f0a5baa awstats-6.1.ebuild 4003
MD5 2e2bdf14564309eeb8366a8b6b65b54c files/digest-awstats-6.1 60
MD5 10127a480be4fd2c2eb40cbe88f10ad0 files/awstats-6.1-r1.diff 564