1 | ? work |
---|
2 | Index: Portfile |
---|
3 | =================================================================== |
---|
4 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/php5/Portfile,v |
---|
5 | retrieving revision 1.2 |
---|
6 | diff -u -b -r1.2 Portfile |
---|
7 | --- Portfile 16 Aug 2004 21:26:36 -0000 1.2 |
---|
8 | +++ Portfile 13 Oct 2004 04:20:45 -0000 |
---|
9 | @@ -1,6 +1,6 @@ |
---|
10 | PortSystem 1.0 |
---|
11 | name php5 |
---|
12 | -version 5.0.1 |
---|
13 | +version 5.0.2 |
---|
14 | categories lang www |
---|
15 | maintainers benoitc@opendarwin.org |
---|
16 | description PHP: Hypertext Preprocessor |
---|
17 | @@ -23,7 +23,7 @@ |
---|
18 | distname php-${version} |
---|
19 | distfiles ${distname}.tar.gz:release |
---|
20 | worksrcdir php-${version} |
---|
21 | -checksums ${distname}.tar.gz md5 15c9f5a9848a9e8f32002c6731a31ca8 |
---|
22 | +checksums ${distname}.tar.gz md5 5467327e0cab6de76a90266933322b59 |
---|
23 | |
---|
24 | #patchfiles patch-configure |
---|
25 | |
---|
26 | @@ -37,7 +37,8 @@ |
---|
27 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \ |
---|
28 | --with-config-file-path=${prefix}/etc --enable-calendar \ |
---|
29 | --with-iconv=${prefix} --enable-exif --enable-ftp --enable-wddx\ |
---|
30 | - --with-zlib --without-mysql --with-libxml-dir=${prefix} --with-gettext=${prefix} \ |
---|
31 | + --with-zlib --with-zlib-dir=${prefix} \ |
---|
32 | + --without-mysql --with-libxml-dir=${prefix} --with-gettext=${prefix} \ |
---|
33 | --with-libxml-dir=${prefix} --with-xml --with-expat-dir=${prefix} --with-xmlrpc --enable-filepro \ |
---|
34 | --enable-bcmath --enable-trans-sid \ |
---|
35 | --enable-mbstring --enable-dbx |
---|
36 | @@ -105,7 +106,6 @@ |
---|
37 | depends_lib-append lib:libjpeg.9:jpeg \ |
---|
38 | lib:libpng.3:libpng \ |
---|
39 | lib:libfreetype.6.3.5:freetype |
---|
40 | - |
---|
41 | configure.args-append --with-gd \ |
---|
42 | --with-jpeg-dir=${prefix} \ |
---|
43 | --with-png-dir=${prefix} \ |
---|
44 | @@ -119,7 +119,7 @@ |
---|
45 | } |
---|
46 | |
---|
47 | variant mysql4 { |
---|
48 | - depends_lib-append path:${prefix}/lib/mysql/libmysqlclient_r.12.dylib:mysql4 |
---|
49 | + depends_lib-append lib:XXX:mysql4 |
---|
50 | configure.args-append --with-mysql=${prefix} |
---|
51 | } |
---|
52 | |
---|
53 | @@ -139,6 +139,11 @@ |
---|
54 | configure.args-append --with-imap=${prefix} --with-imap-ssl=/usr |
---|
55 | } |
---|
56 | |
---|
57 | +variant tidy { |
---|
58 | + depends_lib-append lib:libtidy:tidy |
---|
59 | + configure.args-append --with-tidy=${prefix} |
---|
60 | +} |
---|
61 | + |
---|
62 | variant xsl { |
---|
63 | depends_lib-append lib:libxslt.1:libxslt |
---|
64 | |
---|