[25792] trunk/dports/www/php5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 2 03:17:22 PDT 2007


Revision: 25792
          http://trac.macosforge.org/projects/macports/changeset/25792
Author:   jwa at macports.org
Date:     2007-06-02 03:17:19 -0700 (Sat, 02 Jun 2007)

Log Message:
-----------
update to 5.2.3, add dependency to gd2 to circumvent the problem
php5 not building (configure stopped)

Modified Paths:
--------------
    trunk/dports/www/php5/Portfile

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-06-02 07:31:32 UTC (rev 25791)
+++ trunk/dports/www/php5/Portfile	2007-06-02 10:17:19 UTC (rev 25792)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                php5
-version             5.2.2
+version             5.2.3
 categories          lang php www
 maintainers         ryandesign at macports.org jwa at macports.org
 distfiles           php-${version}.tar.bz2:release
@@ -32,9 +32,9 @@
 	http://downloads.php.net/jani/:rc 
 
 checksums \
-	md5 d084337867d70b50a10322577be0e44e \
-	sha1 b9b0b8f778eee61afcff24e286e626baed8d2934 \
-	rmd160 15e844530bced2960e35fd291fb71a416562aec0
+	md5 eb50b751c8e1ced05bd012d5a0e4dec3 \
+	sha1 0a02e05e1c663c0d4ee0b253917c0e140e606261 \
+	rmd160 3c895cf7e513e5a3d7d9f742a9d56102cbb3a79b
 
 depends_lib \
 	port:libxml2 \
@@ -51,6 +51,7 @@
 	port:pcre \
 	port:jpeg \
 	port:libpng \
+	port:gd2 \
 	port:freetype
 
 configure.args \
@@ -84,7 +85,7 @@
 	--with-xsl=${prefix} \
 	--with-curl=${prefix} \
 	--with-pcre-regex=${prefix} \
-	--with-gd \
+	--with-gd=${prefix} \
 	--with-jpeg-dir=${prefix} \
 	--with-png-dir=${prefix} \
 	--enable-gd-native-ttf \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070602/c44ef640/attachment.html


More information about the macports-changes mailing list