Ticket #10926: patch

File patch, 740 bytes (added by decibel (Jim Nasby), 17 years ago)

Patch to fix p5-dbd-pg

  • Portfile

    old new  
    1212platforms       darwin
    1313checksums       sha1 37c1c37a02afa00d48f8dd739d5d8502a7c40045
    1414
    15 depends_lib-append      port:postgresql8 port:openssl port:p5-dbi
     15depends_lib-append      port:postgresql81 port:openssl port:p5-dbi
    1616
    17 configure.env   PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
    18                         POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
    19                         POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
     17configure.env   PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
     18                        POSTGRES_INCLUDE="${prefix}/include/postgresql81" \
     19                        POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
    2020