Ticket #17521: php5-devel.diff
File php5-devel.diff, 1.5 KB (added by karsten@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name php5-devel 6 version 5.3.0alpha1 7 revision 1 6 version 5.3.0alpha3 8 7 categories www lang php 9 8 maintainers ryandesign jwa 10 9 homepage http://qa.php.net/ … … 27 26 http://downloads.php.net/johannes/ 28 27 29 28 checksums \ 30 md5 8e22907201809c06ba6b6177df925b29\31 sha1 4f9ec2637f2bce84775605658ecccde5cf1be8a2\32 rmd160 27ea92dae3490c495803fd55786c3dfd4535010b29 md5 82711eede32f33a923c79e368d14b14e \ 30 sha1 fb71c72a011ed937cf4f672894e8733f0435cac1 \ 31 rmd160 e074166c222f5c3946e239cbc3b53e1e6d253a3f 33 32 34 33 depends_build \ 35 34 port:pkgconfig \ … … 77 76 --without-pdo-sqlite \ 78 77 --with-libxml-dir=${prefix} \ 79 78 --with-gettext=${prefix} \ 80 --with-xml \81 --with-expat-dir=${prefix} \82 79 --with-xmlrpc \ 83 80 --enable-soap \ 84 --enable-filepro \85 81 --enable-bcmath \ 86 --enable-trans-sid \87 82 --enable-mbstring \ 88 --enable-dbx \89 83 --enable-dba \ 90 84 --enable-zip \ 91 85 --with-openssl=${prefix} \ 92 86 --with-mhash=${prefix} \ 93 87 --with-mcrypt=${prefix} \ 94 --with-mime-magic \95 88 --with-xsl=${prefix} \ 96 89 --with-curl=${prefix} \ 97 90 --with-pcre-regex=${prefix} \ 98 --with-gd =${prefix}\91 --with-gd \ 99 92 --with-jpeg-dir=${prefix} \ 100 93 --with-png-dir=${prefix} \ 101 94 --enable-gd-native-ttf \