summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2003-06-05 04:08:43 +0000
committerDonny Davies <woodchip@gentoo.org>2003-06-05 04:08:43 +0000
commit22017d448e8689c74adaa57c2d01b95f79277bed (patch)
tree1917b6135cce08e6f73e602b138a1dfcb8bd94c1 /net-www/apache
parentFix #22058. (diff)
downloadhistorical-22017d448e8689c74adaa57c2d01b95f79277bed.tar.gz
historical-22017d448e8689c74adaa57c2d01b95f79277bed.tar.bz2
historical-22017d448e8689c74adaa57c2d01b95f79277bed.zip
Fix #22058.
Diffstat (limited to 'net-www/apache')
-rw-r--r--net-www/apache/Manifest4
-rw-r--r--net-www/apache/apache-2.0.46.ebuild5
2 files changed, 5 insertions, 4 deletions
diff --git a/net-www/apache/Manifest b/net-www/apache/Manifest
index 053ff36980da..a8e227486a4a 100644
--- a/net-www/apache/Manifest
+++ b/net-www/apache/Manifest
@@ -1,4 +1,4 @@
-MD5 8b54fd96bd5b4d6d59e217586f916e5e ChangeLog 10779
+MD5 9f23a14b253b4b0efcbda11ea6af8b14 ChangeLog 10779
MD5 21612edc47a4856367e269687587cb28 apache-1.3.27-r1.ebuild 7684
MD5 293d43996b56379dd46d9bda26776f96 apache-1.3.27-r2.ebuild 8156
MD5 e4c89cfcf1223c75beeacec2e0746c29 apache-1.3.27-r3.ebuild 7684
@@ -7,7 +7,7 @@ MD5 c93896f4268e681a335c92a01f22eddd apache-1.3.27.ebuild 8540
MD5 db01dbe8b200d4abfb604b8af8c648cf apache-2.0.43-r1.ebuild 9296
MD5 043a7cbb495f4c01245aa1447fcc7acf apache-2.0.44.ebuild 9269
MD5 8df3983c53028854b58c32b4a3338a31 apache-2.0.45.ebuild 10329
-MD5 1a15de01a4304a3c57f833b539dce981 apache-2.0.46.ebuild 10381
+MD5 fa31b662c0215cacb3420cdce2c02f2c apache-2.0.46.ebuild 10381
MD5 f2c60b199c12729b25716ed451a24e38 files/apache-2.0.44-gentoo.diff 4895
MD5 9dc40e1918a2d30a578ebf1653f7182c files/apache-2.0.45-gentoo.diff 5448
MD5 c8c70224d0f41de7f02387f13911e539 files/apache-2.0.46-gentoo.diff 3963
diff --git a/net-www/apache/apache-2.0.46.ebuild b/net-www/apache/apache-2.0.46.ebuild
index 4ca92978b3d7..b75495a48d1f 100644
--- a/net-www/apache/apache-2.0.46.ebuild
+++ b/net-www/apache/apache-2.0.46.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.46.ebuild,v 1.1 2003/05/28 21:45:15 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.46.ebuild,v 1.2 2003/06/05 04:08:34 woodchip Exp $
inherit eutils
@@ -30,7 +30,8 @@ src_unpack() {
#give it the stamp
perl -pi -e 's|" PLATFORM "|Gentoo/Linux|;' server/core.c
- #fix perl with perl!
+ #fix perl with perl! and avoid utf-8 charset problems
+ export LC_CTYPE=C
find -type f | xargs perl -pi -e \
"s|/usr/local/bin/perl|/usr/bin/perl|g; \
s|/usr/local/bin/perl5|/usr/bin/perl|g; \