diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 02:19:19 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-02 02:19:19 +0000 |
commit | 5db07cb1c7f06347cbc2bafdfa39ccc238243b4e (patch) | |
tree | 63366b19286ebce3b93096499ff7dcbdc52cc45f /dev-php | |
parent | Fixes the 'download manually' within the ebuild (diff) | |
download | gentoo-2-5db07cb1c7f06347cbc2bafdfa39ccc238243b4e.tar.gz gentoo-2-5db07cb1c7f06347cbc2bafdfa39ccc238243b4e.tar.bz2 gentoo-2-5db07cb1c7f06347cbc2bafdfa39ccc238243b4e.zip |
disabled gmp support.. too many users having problems
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.2.2-r1.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 1b1d4a9e8ca2..df3de9003bce 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-lang/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.13 2002/08/30 17:01:23 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.14 2002/09/02 02:19:19 rphillips Exp $ *mod_php-4.2.2-r1 (18 Aug 2002) + 1 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild : + + Users have had trouble compiling with gmp support... Disabled for know + 30 Aug 2002; Ryan Phillips <rphillips@gentoo.org> mod_php-4.2.2-r1.ebuild : Fixed xml dependency bug diff --git a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild b/dev-php/mod_php/mod_php-4.2.2-r1.ebuild index 2d539db50c84..49aced4122c3 100644 --- a/dev-php/mod_php/mod_php-4.2.2-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.2.2-r1.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.2.2-r1.ebuild,v 1.5 2002/08/30 17:01:23 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.2-r1.ebuild,v 1.6 2002/09/02 02:19:19 rphillips Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -12,7 +12,10 @@ KEYWORDS="x86 ppc sparc sparc64" SLOT="0" PROVIDE="virtual/php" -DEPEND=">=dev-libs/gmp-3.1.1 +DEPEND=" + # users have been having problems with compiling the gmp support... disabled for now + # - rphillips + #>=dev-libs/gmp-3.1.1 >=net-www/apache-1.3.26-r2 freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) jpeg? ( >=media-libs/jpeg-6b ) @@ -161,7 +164,7 @@ src_compile() { ./configure \ --prefix=/usr \ - --with-gmp \ + # --with-gmp \ --with-bz2 \ --enable-ftp \ --enable-dbase \ |