summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-12-31 01:02:13 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-12-31 01:02:13 +0000
commit4b71e92d15d2eaf6dfac8605b0272c82bcccf5cd (patch)
tree017f02eff955d70cfbe9aec24599df4ab70da38f /dev-php
parenta little cleanup... typos... and echo (diff)
downloadgentoo-2-4b71e92d15d2eaf6dfac8605b0272c82bcccf5cd.tar.gz
gentoo-2-4b71e92d15d2eaf6dfac8605b0272c82bcccf5cd.tar.bz2
gentoo-2-4b71e92d15d2eaf6dfac8605b0272c82bcccf5cd.zip
new sed script.. hopefully fixes sandbox
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/ChangeLog5
-rw-r--r--dev-php/mod_php/mod_php-4.3.0.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog
index 8273b3b658bd..02114ce927c5 100644
--- a/dev-php/mod_php/ChangeLog
+++ b/dev-php/mod_php/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-php/mod_php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.35 2002/12/30 19:50:58 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.36 2002/12/31 01:02:13 rphillips Exp $
*mod_php-4.3.0 (30 Dec 2002)
+ 30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> :
+ Tweaked sed... maybe this will fix the sandbox issues
+
30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : Version bump.
Added sed statement to fix the PEAR installer.
diff --git a/dev-php/mod_php/mod_php-4.3.0.ebuild b/dev-php/mod_php/mod_php-4.3.0.ebuild
index f5c41168c5a4..512f1ea8f0a3 100644
--- a/dev-php/mod_php/mod_php-4.3.0.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.3 2002/12/31 00:21:48 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0.ebuild,v 1.4 2002/12/31 01:02:13 rphillips Exp $
IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
@@ -69,8 +69,8 @@ src_unpack() {
# fix PEAR installer
cp pear/PEAR/Registry.php pear/PEAR/Registry.old
- sed "s:\$ds = DIRECTORY_SEPARATOR:\$ds = DIRECTORY_SEPARATOR;\$pear_install_dir = \'$D/\'.\$pear_install_dir:g" pear/PEAR/Registry.old > pear/PEAR/Registry.php
-
+ sed "s:\$pear_install_dir\.:\'$D/usr/lib/php/\' . :g" pear/PEAR/Registry.old > pear/PEAR/Registry.php
+
#if [ "`use java`" ] ; then
# cp configure configure.orig
@@ -205,8 +205,7 @@ src_compile() {
src_install() {
- # disable pear for now.
- # make INSTALL_ROOT=${D} install-pear || die
+ make INSTALL_ROOT=${D} install-pear || die
dodoc CODING_STANDARDS LICENSE EXTENSIONS
dodoc README.* TODO NEWS