diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 17:54:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-24 17:54:48 +0000 |
commit | c5a6b4ce80d46cb502e003e27eb98b94db1333a7 (patch) | |
tree | ec1947a31169d9f5a9fe77e4a160152113cb780b /dev-php | |
parent | Version bump. (diff) | |
download | gentoo-2-c5a6b4ce80d46cb502e003e27eb98b94db1333a7.tar.gz gentoo-2-c5a6b4ce80d46cb502e003e27eb98b94db1333a7.tar.bz2 gentoo-2-c5a6b4ce80d46cb502e003e27eb98b94db1333a7.zip |
cleanup
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/Manifest | 14 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.1-r3.ebuild | 6 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-php/mod_php/Manifest b/dev-php/mod_php/Manifest index 8cd9cfe060ab..826452779325 100644 --- a/dev-php/mod_php/Manifest +++ b/dev-php/mod_php/Manifest @@ -1,16 +1,16 @@ -MD5 c103f3a2317edabcd031404683427056 ChangeLog 14282 +MD5 43b8f24823b71cdbe85c69d2ff366396 mod_php-4.3.1-r3.ebuild 2617 +MD5 40e7c2563c18f1b091ef5fb26c4d59ed mod_php-4.3.1.ebuild 8688 +MD5 a2d7442983bad757852f0265283e5827 mod_php-4.3.1-r2.ebuild 9133 MD5 6de98d80b82a71ed8845884b0bd5676e mod_php-4.2.3-r2.ebuild 8071 MD5 d470c7ff3d3a9d470e845eb240519982 mod_php-4.3.0-r2.ebuild 8635 +MD5 c103f3a2317edabcd031404683427056 ChangeLog 14282 MD5 68f967fbb5cf7faabf563eb9f340da35 mod_php-4.3.1-r1.ebuild 8904 -MD5 40e7c2563c18f1b091ef5fb26c4d59ed mod_php-4.3.1.ebuild 8688 -MD5 a2d7442983bad757852f0265283e5827 mod_php-4.3.1-r2.ebuild 9133 -MD5 2437f2126323dfaa849890a887580a18 mod_php-4.3.1-r3.ebuild 2584 +MD5 cceddd5c262e0ffef31d45b7da269851 files/mod_php.conf 148 MD5 6cf293d9a0faa0e7e5d86d9fd2d47131 files/70_mod_php.conf 329 +MD5 316366d60770de4c45957483cde50fe8 files/digest-mod_php-4.3.1 63 +MD5 663577b8f4b90d61f245bb6052629194 files/pear_config.diff 422 MD5 ad1869c3f2c3a60b4d7c4d26026373cf files/digest-mod_php-4.2.3-r2 63 MD5 3604218eee0ba5f7a1eac325de001eb1 files/digest-mod_php-4.3.0-r2 63 -MD5 316366d60770de4c45957483cde50fe8 files/digest-mod_php-4.3.1 63 MD5 316366d60770de4c45957483cde50fe8 files/digest-mod_php-4.3.1-r1 63 -MD5 cceddd5c262e0ffef31d45b7da269851 files/mod_php.conf 148 MD5 316366d60770de4c45957483cde50fe8 files/digest-mod_php-4.3.1-r2 63 MD5 316366d60770de4c45957483cde50fe8 files/digest-mod_php-4.3.1-r3 63 -MD5 663577b8f4b90d61f245bb6052629194 files/pear_config.diff 422 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 acea77807085..fb1ce37d98db 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.3 2003/04/24 13:35:10 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.1-r3.ebuild,v 1.4 2003/04/24 17:54:46 robbat2 Exp $ inherit php eutils @@ -35,8 +35,10 @@ src_compile() { myconf="${myconf} --with-apxs=/usr/sbin/apxs" fi + #turned off as of bug #17462 #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" + #use crypt && myconf="${myconf} --disable-posix-threads" + #php CGI stuff #--enable-discard-path --enable-force-cgi-redirect |