[108494] trunk/dports/devel

dluke at macports.org dluke at macports.org
Wed Jul 24 12:51:18 PDT 2013


Revision: 108494
          https://trac.macports.org/changeset/108494
Author:   dluke at macports.org
Date:     2013-07-24 12:51:18 -0700 (Wed, 24 Jul 2013)
Log Message:
-----------
subversion and bindings ports: version bump, update to 1.8.1

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

Modified: trunk/dports/devel/subversion/Portfile
===================================================================
--- trunk/dports/devel/subversion/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			subversion
-version			1.7.10
-revision		1
+version			1.8.1
 categories		devel
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,11 +17,11 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:sqlite3 \
 			port:gettext port:libiconv \
@@ -34,16 +33,16 @@
 test.target		check
 test.env		CLEANUP=true
 
-patchfiles		patch-Makefile.in.diff config_impl.h.patch
+patchfiles		config_impl.h.patch
 
 post-patch {		reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/subversion/libsvn_subr/config_impl.h
 			}
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
@@ -74,9 +73,9 @@
 			xinstall -d ${destroot}${prefix}/etc/subversion
 			xinstall -m 644 ${filespath}/servers.default ${destroot}${prefix}/etc/subversion
 			# install bash completion file
-			set completions_path ${destroot}${prefix}/share/bash-completion/completions 
-			xinstall -d ${completions_path} 
-			xinstall -m 644 ${worksrcpath}/tools/client-side/bash_completion ${completions_path}/subversion 
+			set completions_path ${destroot}${prefix}/share/bash-completion/completions
+			xinstall -d ${completions_path}
+			xinstall -m 644 ${worksrcpath}/tools/client-side/bash_completion ${completions_path}/subversion
 			}
 
 post-activate {		if {![file exists ${prefix}/etc/subversion/servers]} {
@@ -94,12 +93,6 @@
 			destroot.violate_mtree yes
 			}
 
-variant no_neon 	description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 variant no_bdb		description {Build without support for BerkeleyDB repositories} {
 			depends_lib-delete	port:db46
 			configure.args-delete	--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-javahlbindings
-version			1.7.10
+version			1.8.1
 categories		devel java
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,16 +18,16 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
 
 depends_build		port:junit
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:sqlite3 port:gettext \
@@ -36,15 +36,18 @@
 			port:file port:libcomerr
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix} \
 			--enable-javahl --without-jikes \
 			--with-junit=${prefix}/share/java/junit.jar
 
+#- we can't be sandboxed if we want to make symlinks in /Library/Java/Extensions
+portsandbox_active no
+
 build.target		javahl
 destroot.target		install-javahl
 
@@ -92,13 +95,6 @@
 			configure.args-delete	--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6
 			configure.args-append	--without-berkeley-db
 			}
-
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 post-destroot {
 		file mkdir ${destroot}/Library/Java/Extensions
 		system "ln -sf ${prefix}/lib/libsvnjavahl-1.dylib ${destroot}/Library/Java/Extensions/libsvnjavahl.jnilib"

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-perlbindings
-version			1.7.10
+version			1.8.1
 categories		devel perl
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -50,9 +50,9 @@
 
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
@@ -62,7 +62,7 @@
 
 use_parallel_build	no
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:perl${perl5.branch} \
@@ -72,15 +72,17 @@
 			port:libcomerr
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
 configure.env		ac_cv_path_PERL=${prefix}/bin/perl${perl5.branch}
 
+patchfiles		patch-swig-perl-native-core.c.diff
+
 build.target		swig-pl
 destroot.target		install-swig-pl-lib DESTDIR=${destroot} && \
         		cd "${worksrcpath}/subversion/bindings/swig/perl/native" &&\
@@ -102,12 +104,6 @@
                         configure.args-append   --without-berkeley-db
                         }
 
-variant no_neon description {Build without neon (http/https) support)} {
-			depends_lib-delete      port:neon
-                        configure.args-append   --without-neon
-                        configure.args-delete   --with-neon=${prefix}
-                        }
-
 post-destroot {
                 foreach packlist [exec find ${destroot} -name .packlist] {
                         ui_info "Fixing packlist ${packlist}"

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python24bindings
-version			1.7.10
+version			1.8.1
 categories		devel python
 platforms		darwin
 maintainers		openmaintainer blair
@@ -18,14 +18,14 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:python24 \
@@ -34,6 +34,8 @@
 			port:serf1 port:cyrus-sasl2 \
 			port:file port:libcomerr
 
+patchfiles		patch-swig-python-core.diff
+
 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'"
 	file rename \
@@ -42,10 +44,10 @@
 }
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
@@ -86,12 +88,6 @@
 			configure.args-append	--without-berkeley-db
 			}
 
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 post-destroot {
 		set PYTHON_PATH ${prefix}/lib/python2.4
 

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python25bindings
-version			1.7.10
+version			1.8.1
 categories		devel python
 platforms		darwin
 maintainers		openmaintainer blair
@@ -18,14 +18,14 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:python25 \
@@ -34,6 +34,8 @@
 			port:serf1 port:cyrus-sasl2 \
 			port:file port:libcomerr
 
+patchfiles		patch-swig-python-core.diff
+
 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'"
 	file rename \
@@ -42,10 +44,10 @@
 }
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
@@ -85,12 +87,6 @@
 			configure.args-append	--without-berkeley-db
 			}
 
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 post-destroot {
 		set PYTHON_PATH ${prefix}/lib/python2.5
 

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-python26bindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python26bindings
-version			1.7.10
+version			1.8.1
 categories		devel python
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,14 +18,14 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:python26 \
@@ -34,6 +34,8 @@
 			port:serf1 port:cyrus-sasl2 \
 			port:file port:libcomerr
 
+patchfiles		patch-swig-python-core.diff
+
 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_py26/g'"
 	file rename \
@@ -42,10 +44,10 @@
 }
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
@@ -85,12 +87,6 @@
 			configure.args-append	--without-berkeley-db
 			}
 
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 post-destroot {
 		set PYTHON_PATH ${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6
 

Modified: trunk/dports/devel/subversion-python27bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-python27bindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-python27bindings
-version			1.7.10
+version			1.8.1
 categories		devel python
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,14 +18,14 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:python27 \
@@ -34,6 +34,8 @@
 			port:serf1 port:cyrus-sasl2 \
 			port:file port:libcomerr
 
+patchfiles		patch-swig-python-core.diff
+
 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_py27/g'"
 	file rename \
@@ -42,10 +44,10 @@
 }
 
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
@@ -85,12 +87,6 @@
 			configure.args-append	--without-berkeley-db
 			}
 
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete	port:neon
-			configure.args-append	--without-neon
-			configure.args-delete	--with-neon=${prefix}
-			}
-
 post-destroot {
 		set PYTHON_PATH ${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7
 

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2013-07-24 19:51:18 UTC (rev 108494)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			subversion-rubybindings
-version			1.7.10
+version			1.8.1
 categories		devel ruby
 platforms		darwin
 maintainers		geeklair.net:dluke blair
@@ -18,9 +18,9 @@
 homepage		http://subversion.apache.org/
 master_sites		apache:subversion
 use_bzip2		yes
-checksums	md5	4088a77e14232876c9b4ff1541e6e200 \
-		sha1	a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
-		rmd160	1919161092ef6014cdfcbf52e22a576744468fd2
+checksums	md5	f2ee0471b8a560f5efa0f2349d9c9ab9 \
+		sha1	7705819a0037c14fb32eef36f2e57a803217c689 \
+		rmd160	aaff1efd8e1b8112603eb7855cb546316fe88707
 
 distname		subversion-${version}
 dist_subdir		subversion
@@ -28,7 +28,7 @@
 test.run		yes
 test.target		check-swig-rb
 
-depends_lib		port:expat port:neon \
+depends_lib		port:expat \
 			port:apr port:apr-util \
 			port:db46 port:subversion \
 			port:ruby port:sqlite3 \
@@ -38,16 +38,18 @@
 
 configure.env		RUBY=${prefix}/bin/ruby1.8
 configure.args		--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
-			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--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-serf=${prefix} \
 			--with-sasl=${prefix} \
 			--with-libmagic=${prefix}
 
 build.target		swig-rb
 destroot.target		install-swig-rb
 
+patchfiles		patch-swig-ruby-core.c.diff
+
 pre-test {
 			set x {}
 			fs-traverse dir ${worksrcpath}/subversion {
@@ -74,12 +76,6 @@
                         configure.args-append   --without-berkeley-db
                         }
 
-variant no_neon description {Build without neon (http/https support)} {
-			depends_lib-delete      port:neon
-                        configure.args-append   --without-neon
-                        configure.args-delete   --with-neon=${prefix}
-                        }
-
 # CarbonCore/MacTypes.h: No such file or directory
 platform puredarwin {		configure.args-append \
 					--disable-keychain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130724/24a1d44d/attachment.html>


More information about the macports-changes mailing list