Ticket #17521: php5-devel.diff

File php5-devel.diff, 1.5 KB (added by karsten@…, 15 years ago)

Portfile diff

  • Portfile

    old new  
    33PortSystem              1.0
    44
    55name                    php5-devel
    6 version                 5.3.0alpha1
    7 revision                1
     6version                 5.3.0alpha3
    87categories              www lang php
    98maintainers             ryandesign jwa
    109homepage                http://qa.php.net/
     
    2726    http://downloads.php.net/johannes/
    2827
    2928checksums \
    30     md5     8e22907201809c06ba6b6177df925b29 \
    31     sha1    4f9ec2637f2bce84775605658ecccde5cf1be8a2 \
    32     rmd160  27ea92dae3490c495803fd55786c3dfd4535010b
     29    md5     82711eede32f33a923c79e368d14b14e \
     30    sha1    fb71c72a011ed937cf4f672894e8733f0435cac1 \
     31    rmd160  e074166c222f5c3946e239cbc3b53e1e6d253a3f
    3332
    3433depends_build \
    3534    port:pkgconfig \
     
    7776    --without-pdo-sqlite \
    7877    --with-libxml-dir=${prefix} \
    7978    --with-gettext=${prefix} \
    80     --with-xml \
    81     --with-expat-dir=${prefix} \
    8279    --with-xmlrpc \
    8380    --enable-soap \
    84     --enable-filepro \
    8581    --enable-bcmath \
    86     --enable-trans-sid \
    8782    --enable-mbstring \
    88     --enable-dbx \
    8983    --enable-dba \
    9084    --enable-zip \
    9185    --with-openssl=${prefix} \
    9286    --with-mhash=${prefix} \
    9387    --with-mcrypt=${prefix} \
    94     --with-mime-magic \
    9588    --with-xsl=${prefix} \
    9689    --with-curl=${prefix} \
    9790    --with-pcre-regex=${prefix} \
    98     --with-gd=${prefix} \
     91    --with-gd \
    9992    --with-jpeg-dir=${prefix} \
    10093    --with-png-dir=${prefix} \
    10194    --enable-gd-native-ttf \