[37864] trunk/dports/devel/subversion-python24bindings/Portfile

blair at macports.org blair at macports.org
Thu Jun 26 15:10:50 PDT 2008


Revision: 37864
          http://trac.macosforge.org/projects/macports/changeset/37864
Author:   blair at macports.org
Date:     2008-06-26 15:10:50 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Build with sasl support as the default.

Modified Paths:
--------------
    trunk/dports/devel/subversion-python24bindings/Portfile

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2008-06-26 22:05:17 UTC (rev 37863)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2008-06-26 22:10:50 UTC (rev 37864)
@@ -4,6 +4,7 @@
 
 name			subversion-python24bindings
 version			1.5.0
+revision		1
 categories		devel python
 platforms		darwin
 maintainers		blair
@@ -29,7 +30,7 @@
 			port:python24 \
 			port:py-bsddb \
 			port:gettext port:libiconv \
-			port:serf
+			port:serf port:cyrus-sasl2
 
 post-patch {
 	system "cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 perl -w -p -i -e 's/libsvn_swig_py/libsvn_swig_py24/g'"
@@ -42,7 +43,8 @@
 			--with-neon=${prefix} --with-apr=${prefix} \
 			--with-apr-util=${prefix} --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check --with-serf=${prefix}
+			--disable-neon-version-check --with-serf=${prefix} \
+			--with-sasl=${prefix}
 
 configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.4
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/3de50cef/attachment.htm 


More information about the macports-changes mailing list