summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-04-24 10:18:30 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-04-24 10:18:30 +0000
commit94bb222cc41499221e975e5293f9f657eb7fb905 (patch)
tree2f49cf9f14827d352bc7ee2395fd482b6a01c675 /dev-php/mod_php
parentupdate again. (diff)
downloadhistorical-94bb222cc41499221e975e5293f9f657eb7fb905.tar.gz
historical-94bb222cc41499221e975e5293f9f657eb7fb905.tar.bz2
historical-94bb222cc41499221e975e5293f9f657eb7fb905.zip
commit of partially broken file before i sleep
Diffstat (limited to 'dev-php/mod_php')
-rw-r--r--dev-php/mod_php/Manifest2
-rw-r--r--dev-php/mod_php/mod_php-4.3.1-r3.ebuild13
2 files changed, 5 insertions, 10 deletions
diff --git a/dev-php/mod_php/Manifest b/dev-php/mod_php/Manifest
index 827b2cc100e7..79a2fb4aaa9d 100644
--- a/dev-php/mod_php/Manifest
+++ b/dev-php/mod_php/Manifest
@@ -1,4 +1,4 @@
-MD5 943f40908e087586336045d28e002b8c mod_php-4.3.1-r3.ebuild 2748
+MD5 1a82a386e756073cc1b62038d50a79c5 mod_php-4.3.1-r3.ebuild 2582
MD5 40e7c2563c18f1b091ef5fb26c4d59ed mod_php-4.3.1.ebuild 8688
MD5 904d1ba2927fae09ff0d9f8e12561317 mod_php-4.3.1-r2.ebuild 9128
MD5 6de98d80b82a71ed8845884b0bd5676e mod_php-4.2.3-r2.ebuild 8071
diff --git a/dev-php/mod_php/mod_php-4.3.1-r3.ebuild b/dev-php/mod_php/mod_php-4.3.1-r3.ebuild
index f16bd6b7af30..e401139f31ec 100644
--- a/dev-php/mod_php/mod_php-4.3.1-r3.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.1-r3.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/dev-php/mod_php/mod_php-4.3.1-r3.ebuild,v 1.1 2003/04/23 10:04:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.1-r3.ebuild,v 1.2 2003/04/24 10:17:57 robbat2 Exp $
inherit php eutils
@@ -38,12 +38,9 @@ src_compile() {
#this is an extra item required with mcrypt (which is include in the eclass) when used with apache
use crypt && myconf="${myconf} --disable-posix-threads"
- myconf="${myconf} \
- --enable-discard-path \
- --enable-force-cgi-redirect \
- --enable-mime-magic \
- --enable-safe-mode \
- --with-iconv"
+ #php CGI stuff
+ #--enable-discard-path --enable-force-cgi-redirect
+
php_src_compile
}
@@ -51,8 +48,6 @@ src_compile() {
src_install() {
php_src_install
- make INSTALL_ROOT=${D} install-pear install-headers install-programs install-build || die
-
cp php.ini-dist php.ini
insinto /etc/php4
doins php.ini