Ticket #15411: subversion-python25bindings.diff

File subversion-python25bindings.diff, 1.5 KB (added by danielluke (Daniel J. Luke), 16 years ago)

updates for the subversion-python24bindings port

  • Portfile

     
    33PortSystem 1.0
    44name                    subversion-python24bindings
    55version                 1.4.6
     6revision                1
    67categories              devel python
    78platforms               darwin
    89maintainers             blair
     
    2425
    2526depends_lib             port:expat port:neon \
    2627                        port:apr port:apr-util \
    27                         port:db44 port:subversion \
     28                        port:db46 port:subversion \
    2829                        port:python24 \
    2930                        port:py-bsddb \
    3031                        port:gettext
     
    3637                ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py24
    3738}
    3839
    39 configure.args          --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 \
     40configure.args          --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
    4041                        --with-neon=${prefix} --with-apr=${prefix} \
    4142                        --with-apr-util=${prefix} --without-apxs \
    4243                        --mandir=\\\${prefix}/share/man \
    4344                        --disable-neon-version-check \
    4445
    4546configure.env           ac_cv_path_PYTHON=${prefix}/bin/python2.4
     47use_parallel_build      yes
    4648build.target            swig-py
    4749destroot.target         install-swig-py DESTDIR=${destroot}
    4850
     
    6870                                ${worksrcpath}/libtool
    6971                        }
    7072
    71 variant no_bdb {        depends_lib-delete      port:db44 port:py-bsddb
    72                         configure.args-delete   --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
     73variant no_bdb {        depends_lib-delete      port:db46 port:py-bsddb
     74                        configure.args-delete   --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46
    7375                        configure.args-append   --without-berkeley-db
    7476                        }
    7577