diff options
author | 2002-12-31 01:02:13 +0000 | |
---|---|---|
committer | 2002-12-31 01:02:13 +0000 | |
commit | b611bdb86f2056a1f4a4bea4cbb6e9c250c3121c (patch) | |
tree | 6e2b94d03b9ec46dbdb113ab53c198798c2cbb33 /dev-php/mod_php | |
parent | a little cleanup... typos... and echo (diff) | |
download | historical-b611bdb86f2056a1f4a4bea4cbb6e9c250c3121c.tar.gz historical-b611bdb86f2056a1f4a4bea4cbb6e9c250c3121c.tar.bz2 historical-b611bdb86f2056a1f4a4bea4cbb6e9c250c3121c.zip |
new sed script.. hopefully fixes sandbox
Diffstat (limited to 'dev-php/mod_php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.0.ebuild | 9 |
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 |