[37860] trunk/dports/devel

dluke at macports.org dluke at macports.org
Thu Jun 26 12:59:00 PDT 2008


Revision: 37860
          http://trac.macosforge.org/projects/macports/changeset/37860
Author:   dluke at macports.org
Date:     2008-06-26 12:59:00 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Build with sasl support as the default.

Modified Paths:
--------------
    trunk/dports/devel/subversion/Portfile
    trunk/dports/devel/subversion-javahlbindings/Portfile
    trunk/dports/devel/subversion-perlbindings/Portfile
    trunk/dports/devel/subversion-python25bindings/Portfile
    trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2008-06-26 19:46:05 UTC (rev 37859)
+++ trunk/dports/devel/subversion/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
@@ -4,6 +4,7 @@
 
 name			subversion
 version			1.5.0
+revision		1
 categories		devel
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -24,7 +25,7 @@
 			port:apr port:apr-util \
 			port:db46 \
 			port:gettext port:libiconv \
-			port:serf
+			port:serf port:cyrus-sasl2
 
 test.run		yes
 test.target		check
@@ -36,7 +37,8 @@
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check --with-serf=${prefix}
+			--disable-neon-version-check --with-serf=${prefix} \
+			--with-sasl=${prefix}
 
 use_parallel_build	yes
 build.target		all
@@ -96,11 +98,6 @@
 					    		 }
                        	 		}
 
-variant sasl		description {Build with support for sasl2 authentication} {
-			depends_lib-append port:cyrus-sasl2
-			configure.args-append --with-sasl=${prefix}
-			}
-
 variant tools 		description {Install some optional extra subversion tools} {
 			build.target-append svnmucc
 			post-destroot {

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2008-06-26 19:46:05 UTC (rev 37859)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
@@ -4,6 +4,7 @@
 
 name			subversion-javahlbindings
 version			1.5.0
+revision		1
 categories		devel java
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -28,7 +29,7 @@
 			port:db46 port:subversion \
 			port:junit \
 			port:gettext port:libiconv \
-			port:serf
+			port:serf port:cyrus-sasl2
 
 configure.cxx		g++
 
@@ -37,6 +38,7 @@
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
 			--disable-neon-version-check --with-serf=${prefix} \
+			--with-sasl=${prefix} \
 			--with-javahl --without-jikes \
 			--with-junit=${prefix}/share/java/junit.jar
 

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2008-06-26 19:46:05 UTC (rev 37859)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
@@ -4,6 +4,7 @@
 
 name			subversion-perlbindings
 version			1.5.0
+revision		1
 categories		devel perl
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -31,13 +32,14 @@
 			port:db46 port:subversion \
 			path:${prefix}/bin/perl:perl5.8 \
 			port:gettext port:libiconv \
-			port:serf
+			port:serf port:cyrus-sasl2
 
 configure.args		--with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
 			--disable-neon-version-check --with-serf=${prefix} \
+			--with-sasl=${prefix \
 			--with-perl5=${prefix}/bin/perl
 
 build.target		swig-pl

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2008-06-26 19:46:05 UTC (rev 37859)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
@@ -4,6 +4,7 @@
 
 name			subversion-python25bindings
 version			1.5.0
+revision		1
 categories		devel python
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -29,7 +30,7 @@
 			port:python25 \
 			port:py25-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_py25/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.5
 use_parallel_build      yes

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2008-06-26 19:46:05 UTC (rev 37859)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
@@ -4,6 +4,7 @@
 
 name			subversion-rubybindings
 version			1.5.0
+revision		1
 categories		devel ruby
 platforms		darwin
 maintainers		dluke at geeklair.net
@@ -31,14 +32,15 @@
 			port:db46 port:subversion \
 			port:ruby \
 			port:gettext port:libiconv \
-			port:serf
+			port:serf port:cyrus-sasl2
 
 configure.env		RUBY=${prefix}/bin/ruby
 configure.args		--with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
 			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
-			--disable-neon-version-check --with-serf=${prefix}
+			--disable-neon-version-check --with-serf=${prefix} \
+			--with-sasl=${prefix}
 
 build.target		swig-rb
 destroot.target		install-swig-rb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/d8fcc371/attachment-0001.htm 


More information about the macports-changes mailing list