Ticket #14856: Portfile.2.diff

File Portfile.2.diff, 959 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    254254        --with-oci8=instantclient,${prefix}/lib/oracle
    255255}
    256256
    257 variant postgresql description {provide postgresql support} {
     257variant postgresql description {provide postgresql support} conflicts postgresql83 {
    258258    depends_lib-append \
    259259        port:postgresql82
    260260    configure.args-append \
     
    262262        --with-pdo-pgsql=${prefix}/lib/postgresql82/bin
    263263}
    264264
     265variant postgresql83 description {provide postgresql 8.3 support} conflicts postgresql {
     266    depends_lib-append \
     267        port:postgresql83
     268    configure.args-append \
     269        --with-pgsql=${prefix}/lib/postgresql83/bin \
     270        --with-pdo-pgsql=${prefix}/lib/postgresql83/bin
     271}
     272
    265273# add sqlite support
    266274# note that standard sqlite support uses the built-in sqlite2 libraries
    267275# while pdo sqlite support uses the sqlite3 libraries from the sqlite3 port