[37024] trunk/dports/www/php5

ryandesign at macports.org ryandesign at macports.org
Fri May 23 03:45:52 PDT 2008


Revision: 37024
          http://trac.macosforge.org/projects/macports/changeset/37024
Author:   ryandesign at macports.org
Date:     2008-05-23 03:45:51 -0700 (Fri, 23 May 2008)

Log Message:
-----------
php5, php5-devel: use gd2 port instead of (older) bundled gd2 library; closes #13988

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-05-23 09:59:26 UTC (rev 37023)
+++ trunk/dports/www/php5/Portfile	2008-05-23 10:45:51 UTC (rev 37024)
@@ -4,6 +4,7 @@
 
 name                    php5
 version                 5.2.6
+revision                1
 categories              www lang php
 maintainers             ryandesign jwa
 homepage                http://www.php.net/
@@ -52,6 +53,7 @@
     port:libmcrypt \
     port:curl \
     port:pcre \
+    port:gd2 \
     port:jpeg \
     port:libpng \
     port:freetype
@@ -89,7 +91,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 \

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-05-23 09:59:26 UTC (rev 37023)
+++ trunk/dports/www/php5-devel/Portfile	2008-05-23 10:45:51 UTC (rev 37024)
@@ -4,6 +4,7 @@
 
 name                    php5-devel
 version                 5.2.6RC5
+revision                1
 categories              www lang php
 maintainers             ryandesign jwa
 homepage                http://qa.php.net/
@@ -44,6 +45,7 @@
     port:libmcrypt \
     port:curl \
     port:pcre \
+    port:gd2 \
     port:jpeg \
     port:libpng \
     port:freetype
@@ -81,7 +83,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/20080523/2c7e809b/attachment.htm 


More information about the macports-changes mailing list