Ticket #18935: php.diff

File php.diff, 973 bytes (added by nox@…, 15 years ago)

New patch for the recent modifications of the php5 port.

  • Portfile

     
    215215    depends_lib-append \
    216216        port:freetds
    217217    configure.args-append \
    218         --with-mssql=${prefix}
     218        --with-mssql=${prefix} \
     219        --with-pdo-dblib=${prefix}
    219220   
    220221    # See http://bugs.php.net/bug.php?id=44991
    221222    post-patch {
     
    277278}
    278279
    279280variant oracle description {Add Oracle oci8 database functions with the Oracle Instant Client} {
     281    patchfiles-append \
     282        patch-ext-pdo_oci-config.m4.diff
    280283    depends_lib-append \
    281284        port:oracle-instantclient
    282285    configure.args-append \
    283         --with-oci8=instantclient,${prefix}/lib/oracle
     286        --with-oci8=instantclient,${prefix}/lib/oracle \
     287        --with-pdo-oci=instantclient,${prefix}/lib/oracle,10.1
    284288}
    285289
    286290variant postgresql82 conflicts postgresql83 description {provide postgresql82 support} {