[30995] trunk/dports/www/php5

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 03:29:17 PST 2007


Revision: 30995
          http://trac.macosforge.org/projects/macports/changeset/30995
Author:   ryandesign at macports.org
Date:     2007-11-13 03:29:15 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
php5 and php5-devel: add bzip2 support as requested by Sam Souder

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-11-13 09:54:19 UTC (rev 30994)
+++ trunk/dports/www/php5/Portfile	2007-11-13 11:29:15 UTC (rev 30995)
@@ -4,6 +4,7 @@
 
 name                php5
 version             5.2.5
+revision            1
 categories          lang php www
 maintainers         ryandesign jwa
 homepage            http://www.php.net/
@@ -42,6 +43,7 @@
 	port:libxslt \
 	port:openssl \
 	port:zlib \
+	port:bzip2 \
 	port:libiconv \
 	port:expat \
 	port:gettext \
@@ -64,6 +66,7 @@
 	--enable-ftp \
 	--enable-wddx\
 	--with-zlib=${prefix} \
+	--with-bz2=${prefix} \
 	--without-mysql \
 	--without-sqlite \
 	--without-pdo-sqlite \

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2007-11-13 09:54:19 UTC (rev 30994)
+++ trunk/dports/www/php5-devel/Portfile	2007-11-13 11:29:15 UTC (rev 30995)
@@ -3,6 +3,7 @@
 PortSystem      1.0
 name            php5-devel
 version         5.2.5RC2
+revision        1
 categories      lang php www
 maintainers     ryandesign jwa
 homepage	http://qa.php.net/
@@ -32,6 +33,7 @@
     port:libxslt \
     port:openssl \
     port:zlib \
+    port:bzip2 \
     port:libiconv \
     port:expat \
     port:gettext \
@@ -54,6 +56,7 @@
     --enable-ftp \
     --enable-wddx\
     --with-zlib=${prefix} \
+    --with-bz2=${prefix} \
     --without-mysql \
     --without-sqlite \
     --without-pdo-sqlite \

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


More information about the macports-changes mailing list