Diff
Modified: trunk/dports/devel/subversion/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -44,7 +44,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
use_parallel_build yes
build.target all tools
Modified: trunk/dports/devel/subversion-javahlbindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-javahlbindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -43,6 +43,7 @@
--with-serf=${prefix} \
--with-sasl=${prefix} \
--with-libmagic=${prefix} \
+ --without-gnome-keyring \
--enable-javahl --without-jikes \
--with-junit=${prefix}/share/java/junit.jar
Modified: trunk/dports/devel/subversion-perlbindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-perlbindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -77,7 +77,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
configure.env ac_cv_path_PERL=${prefix}/bin/perl${perl5.branch}
Modified: trunk/dports/devel/subversion-python24bindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-python24bindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-python24bindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -49,7 +49,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.4 \
ac_cv_python_includes=-I${prefix}/include/python2.4 \
Modified: trunk/dports/devel/subversion-python25bindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-python25bindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-python25bindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -49,7 +49,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.5 \
ac_cv_python_includes=-I${prefix}/include/python2.5 \
Modified: trunk/dports/devel/subversion-python26bindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-python26bindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-python26bindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -49,7 +49,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.6 \
ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.6/include/python2.6 \
Modified: trunk/dports/devel/subversion-python27bindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-python27bindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-python27bindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -49,7 +49,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.7 \
ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
Modified: trunk/dports/devel/subversion-rubybindings/Portfile (108555 => 108556)
--- trunk/dports/devel/subversion-rubybindings/Portfile 2013-07-26 11:47:34 UTC (rev 108555)
+++ trunk/dports/devel/subversion-rubybindings/Portfile 2013-07-26 13:32:36 UTC (rev 108556)
@@ -43,7 +43,8 @@
--mandir=\\\${prefix}/share/man \
--with-serf=${prefix} \
--with-sasl=${prefix} \
- --with-libmagic=${prefix}
+ --with-libmagic=${prefix} \
+ --without-gnome-keyring
build.target swig-rb
destroot.target install-swig-rb