summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-09-02 02:22:06 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-09-02 02:22:06 +0000
commit56a166336315c4ac550042444b76f706991f7378 (patch)
treec0ef940c0af37d58e0422c12ab2308f8ec84711a /dev-php
parentdisabled gmp support.. too many users having problems (diff)
downloadhistorical-56a166336315c4ac550042444b76f706991f7378.tar.gz
historical-56a166336315c4ac550042444b76f706991f7378.tar.bz2
historical-56a166336315c4ac550042444b76f706991f7378.zip
disabled gmp support
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php/ChangeLog6
-rw-r--r--dev-php/php/php-4.2.2-r1.ebuild9
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog
index b01d089cbc20..19cbce310fd6 100644
--- a/dev-php/php/ChangeLog
+++ b/dev-php/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/php/ChangeLog,v 1.9 2002/08/30 16:59:19 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.10 2002/09/02 02:22:06 rphillips Exp $
*php-4.2.2-r1 (18 Aug 2002)
+ 1 Sep 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :
+
+ too many users having trouble with gmp support
+
30 Aug 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :
Fixed xml dependency bug
diff --git a/dev-php/php/php-4.2.2-r1.ebuild b/dev-php/php/php-4.2.2-r1.ebuild
index c3348cbe9210..53dc2e590950 100644
--- a/dev-php/php/php-4.2.2-r1.ebuild
+++ b/dev-php/php/php-4.2.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.4 2002/08/30 16:59:19 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.5 2002/09/02 02:20:24 rphillips Exp $
MY_P=php-${PV}
S=${WORKDIR}/${MY_P}
@@ -13,7 +13,10 @@ SLOT="0"
PROVIDE="virtual/php"
KEYWORDS="x86 ppc sparc sparc64"
-DEPEND=">=dev-libs/gmp-3.1.1
+DEPEND="
+ # too many users not being able to compile with gmp support
+ # - rphillips
+ # >=dev-libs/gmp-3.1.1
freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 )
jpeg? ( >=media-libs/jpeg-6b )
tiff? ( >=media-libs/tiff-3.5.5 )
@@ -153,7 +156,7 @@ src_compile() {
./configure \
--prefix=/usr \
- --with-gmp \
+ # --with-gmp \
--with-bz2 \
--enable-ftp \
--enable-dbase \