[43329] trunk/dports/www/php4/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 9 02:18:11 PST 2008


Revision: 43329
          http://trac.macports.org/changeset/43329
Author:   ryandesign at macports.org
Date:     2008-12-09 02:18:10 -0800 (Tue, 09 Dec 2008)
Log Message:
-----------
php4: undo the part of r37025 that changed to using the gd2 port; now use the bundled libgd again, to get the imagerotate function. See #13988.

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

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-12-09 09:54:04 UTC (rev 43328)
+++ trunk/dports/www/php4/Portfile	2008-12-09 10:18:10 UTC (rev 43329)
@@ -4,7 +4,7 @@
 
 name                    php4
 version                 4.4.9
-revision                3
+revision                4
 categories              www php lang
 maintainers             jwa ryandesign
 homepage                http://www.php.net/
@@ -51,7 +51,6 @@
     port:mhash \
     port:libmcrypt \
     port:curl \
-    port:gd2 \
     port:jpeg \
     port:libpng \
     port:freetype
@@ -90,7 +89,7 @@
     --with-mcrypt=${prefix} \
     --with-mime-magic \
     --with-curl=${prefix} \
-    --with-gd=${prefix} \
+    --with-gd \
     --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/20081209/8fb53864/attachment.html>


More information about the macports-changes mailing list