Ticket #736: patch-portfile-20030727-2

File patch-portfile-20030727-2, 1.3 KB (added by bchesneau@…, 21 years ago)

Patch php4 portfile

Line 
1--- Portfile-old        Sun Jul 27 03:29:49 2003
2+++ Portfile    Sun Jul 27 13:06:18 2003
3@@ -23,6 +23,7 @@
4                lib:libjpeg.9:jpeg \
5                lib:libpng3:libpng \
6                lib:libmhash:mhash \
7+               lib:libmcrypt:libmcrypt \
8                lib:libz.1:zlib
9 
10 set imapversion 2002d
11@@ -35,7 +36,7 @@
12                --with-zlib --with-curl=${prefix} --with-gd --with-jpeg-dir=${prefix} \
13                --with-png-dir=${prefix} --without-mysql --with-gettext=${prefix} \
14                --with-mhash=${prefix} --with-expat-dir=${prefix} --with-iconv-dir=${prefix} \
15-               --with-xmlrpc --enable-filepro --enable-bcmath
16+               --with-xmlrpc --enable-filepro --enable-bcmath --with-mcrypt=${prefix}
17 
18 variant darwin {
19        depends_lib-append      lib:libdl.1:dlcompat
20@@ -47,7 +48,7 @@
21 }
22 
23 variant apache2 {
24-        depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
25+    depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
26        configure.args-append --with-apxs2=${prefix}/apache2/bin/apxs
27 }
28 
29@@ -71,6 +72,13 @@
30 
31        extract.only            php-${version}.tar.gz imap-${imapversion}.tar.Z
32        configure.args-append   --with-imap=../imap-${imapversion} --with-imap-ssl=/usr
33+}
34+
35+variant xslt {
36+       depends_lib-append      lib:libsablot:sablotron
37+       
38+       configure.args-append   --enable-xslt --with-xslt-sablot=${prefix} \
39+                                                       --with-iconv-dir=${prefix}  --with-expat-dir=${prefix}
40 }
41 
42 pre-configure {