Ticket #8289: dp-php5-with-apache2-core-dump.txt

File dp-php5-with-apache2-core-dump.txt, 689 bytes (added by blair (Blair Zajac), 18 years ago)

Patch to add explicit port:pcre and link against DP's pcre port

Line 
1diff -ru ../../mac_ppc/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/php5/Portfile www/php5/Portfile
2--- ../../mac_ppc/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/php5/Portfile   Fri Apr  7 21:17:44 2006
3+++ www/php5/Portfile   Mon Apr 10 00:20:06 2006
4@@ -125,8 +125,10 @@
5 }
6 
7 variant apache2 conflicts apache {
8-       depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
9-       configure.args-append   --with-apxs2=${prefix}/apache2/bin/apxs
10+       depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2 \
11+                               port:pcre
12+       configure.args-append   --with-apxs2=${prefix}/apache2/bin/apxs \
13+                               --with-pcre-regex=${prefix}
14 }
15 
16 variant fastcgi {