Ticket #15005: Portfile.diff
File Portfile.diff, 1.0 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 22 22 23 23 depends_lib port:expat port:neon \ 24 24 port:apr port:apr-util \ 25 port:db4 4\25 port:db46 \ 26 26 port:gettext port:libiconv 27 27 28 28 test.run yes … … 31 31 32 32 patchfiles patch-Makefile.in.diff 33 33 34 configure.args --with-berkeley-db=${prefix}/include/db4 4:${prefix}/lib/db44\34 configure.args --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \ 35 35 --with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \ 36 36 --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \ 37 37 --mandir=\\\${prefix}/share/man \ … … 78 78 } 79 79 80 80 variant no_bdb description {Build without support for BerkeleyDB repositories} { 81 depends_lib-delete port:db4 482 configure.args-delete --with-berkeley-db=${prefix}/include/db4 4:${prefix}/lib/db4481 depends_lib-delete port:db46 82 configure.args-delete --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 83 83 configure.args-append --without-berkeley-db 84 84 } 85 85