Ticket #15005: Portfile.diff

File Portfile.diff, 1.0 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    2222
    2323depends_lib             port:expat port:neon \
    2424                        port:apr port:apr-util \
    25                         port:db44 \
     25                        port:db46 \
    2626                        port:gettext port:libiconv
    2727
    2828test.run                yes
     
    3131
    3232patchfiles              patch-Makefile.in.diff
    3333
    34 configure.args          --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
     34configure.args          --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
    3535                        --with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
    3636                        --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
    3737                        --mandir=\\\${prefix}/share/man \
     
    7878                        }
    7979
    8080variant no_bdb          description {Build without support for BerkeleyDB repositories} {
    81                         depends_lib-delete      port:db44
    82                         configure.args-delete   --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
     81                        depends_lib-delete      port:db46
     82                        configure.args-delete   --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46
    8383                        configure.args-append   --without-berkeley-db
    8484                        }
    8585