Ticket #45547: Portfile-subversion.diff
File Portfile-subversion.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 5 5 name subversion 6 6 version 1.8.10 7 revision 1 7 8 categories devel 8 9 platforms darwin 9 10 maintainers geeklair.net:dluke blair … … 23 24 24 25 depends_lib port:expat \ 25 26 port:apr port:apr-util \ 26 port:db4 6port:sqlite3 \27 port:db48 port:sqlite3 \ 27 28 port:gettext port:libiconv \ 28 29 port:serf1 port:cyrus-sasl2 \ 29 30 port:libmagic port:libcomerr \ … … 40 41 post-patch { reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/subversion/libsvn_subr/config_impl.h 41 42 } 42 43 43 configure.args --with-berkeley-db=:${prefix}/include/db4 6:${prefix}/lib/db46:db-4.6\44 configure.args --with-berkeley-db=:${prefix}/include/db48:${prefix}/lib/db48:db-4.8 \ 44 45 --with-apr=${prefix}/bin/apr-1-config \ 45 46 --with-apr-util=${prefix}/bin/apu-1-config --without-apxs \ 46 47 --mandir=\\\${prefix}/share/man \ … … 96 97 } 97 98 98 99 variant no_bdb description {Build without support for BerkeleyDB repositories} { 99 depends_lib-delete port:db4 6100 configure.args-delete --with-berkeley-db=:${prefix}/include/db4 6:${prefix}/lib/db46:db-4.6100 depends_lib-delete port:db48 101 configure.args-delete --with-berkeley-db=:${prefix}/include/db48:${prefix}/lib/db48:db-4.8 101 102 configure.args-append --without-berkeley-db 102 103 } 103 104