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

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 31 03:54:24 PDT 2007


Revision: 23411
          http://trac.macosforge.org/projects/macports/changeset/23411
Author:   ryandesign at macports.org
Date:     2007-03-31 03:54:23 -0700 (Sat, 31 Mar 2007)

Log Message:
-----------
Fix #8289: php5 should link with MacPorts pcre, not its internal pcre

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-03-31 10:20:57 UTC (rev 23410)
+++ trunk/dports/www/php5/Portfile	2007-03-31 10:54:23 UTC (rev 23411)
@@ -4,7 +4,7 @@
 
 name			php5
 version			5.2.1
-revision		2
+revision		3
 categories      lang php www
 maintainers     ryandesign at macports.org jwa at macports.org
 
@@ -44,6 +44,7 @@
 	port:libmcrypt \
 	lib:c-client:cclient \
 	port:curl \
+	port:pcre \
 	port:jpeg \
 	port:libpng \
 	port:freetype
@@ -81,6 +82,7 @@
 	--with-imap=${prefix} \
 	--with-imap-ssl=${prefix} \
 	--with-curl=${prefix} \
+	--with-pcre-regex=${prefix} \
 	--with-gd \
 	--with-jpeg-dir=${prefix} \
 	--with-png-dir=${prefix} \

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


More information about the macports-changes mailing list