Ticket #15411: subversion-python25bindings.diff
File subversion-python25bindings.diff, 1.5 KB (added by danielluke (Daniel J. Luke), 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name subversion-python24bindings 5 5 version 1.4.6 6 revision 1 6 7 categories devel python 7 8 platforms darwin 8 9 maintainers blair … … 24 25 25 26 depends_lib port:expat port:neon \ 26 27 port:apr port:apr-util \ 27 port:db4 4port:subversion \28 port:db46 port:subversion \ 28 29 port:python24 \ 29 30 port:py-bsddb \ 30 31 port:gettext … … 36 37 ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py24 37 38 } 38 39 39 configure.args --with-berkeley-db=${prefix}/include/db4 4:${prefix}/lib/db44\40 configure.args --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \ 40 41 --with-neon=${prefix} --with-apr=${prefix} \ 41 42 --with-apr-util=${prefix} --without-apxs \ 42 43 --mandir=\\\${prefix}/share/man \ 43 44 --disable-neon-version-check \ 44 45 45 46 configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.4 47 use_parallel_build yes 46 48 build.target swig-py 47 49 destroot.target install-swig-py DESTDIR=${destroot} 48 50 … … 68 70 ${worksrcpath}/libtool 69 71 } 70 72 71 variant no_bdb { depends_lib-delete port:db4 4port:py-bsddb72 configure.args-delete --with-berkeley-db=${prefix}/include/db4 4:${prefix}/lib/db4473 variant no_bdb { depends_lib-delete port:db46 port:py-bsddb 74 configure.args-delete --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 73 75 configure.args-append --without-berkeley-db 74 76 } 75 77