[101429] trunk/dports/devel
blair at macports.org
blair at macports.org
Thu Jan 10 14:49:27 PST 2013
Revision: 101429
https://trac.macports.org/changeset/101429
Author: blair at macports.org
Date: 2013-01-10 14:49:27 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
subversion*: alsodepend upon port:file because it'll pick up libmagic.dylib.
$ otool -L /opt/local/bin/svn | grep magic
/opt/local/lib/libmagic.1.dylib (compatibility version 2.0.0, current version 2.0.0)
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-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion
version 1.7.8
+revision 1
categories devel
platforms darwin
maintainers geeklair.net:dluke blair
@@ -25,7 +26,8 @@
port:apr port:apr-util \
port:db46 port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
depends_run port:curl-ca-bundle
test.run yes
@@ -42,7 +44,9 @@
--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-sasl=${prefix} \
+ --with-libmagic=${prefix} \
+ --with-libmagic=${prefix}
use_parallel_build yes
build.target all tools
Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-javahlbindings
version 1.7.8
+revision 1
categories devel java
platforms darwin
maintainers geeklair.net:dluke blair
@@ -32,7 +33,8 @@
port:db46 port:subversion \
port:sqlite3 port:gettext \
port:libiconv port:serf1 \
- port:cyrus-sasl2
+ port:cyrus-sasl2 \
+ port:file
configure.args --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
@@ -40,6 +42,7 @@
--mandir=\\\${prefix}/share/man \
--disable-neon-version-check --with-serf=${prefix} \
--with-sasl=${prefix} \
+ --with-libmagic=${prefix} \
--enable-javahl --without-jikes \
--with-junit=${prefix}/share/java/junit.jar
Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-perlbindings
version 1.7.8
+revision 1
categories devel perl
platforms darwin
maintainers geeklair.net:dluke blair
@@ -62,14 +63,15 @@
port:perl${perl5.branch} \
port:gettext port:libiconv \
port:serf1 port:cyrus-sasl2 \
- port:sqlite3
+ port:sqlite3 port:file
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-util=${prefix}/bin/apu-1-config --without-apxs \
--mandir=\\\${prefix}/share/man \
--disable-neon-version-check --with-serf=${prefix} \
- --with-sasl=${prefix}
+ --with-sasl=${prefix} \
+ --with-libmagic=${prefix}
configure.env ac_cv_path_PERL=${prefix}/bin/perl${perl5.branch}
Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-python24bindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-python24bindings
version 1.7.8
+revision 1
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -31,7 +32,8 @@
port:python24 \
port:py24-bsddb port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
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'"
@@ -45,7 +47,8 @@
--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-sasl=${prefix} \
+ --with-libmagic=${prefix}
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
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-python25bindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-python25bindings
version 1.7.8
+revision 1
categories devel python
platforms darwin
maintainers openmaintainer blair
@@ -31,7 +32,8 @@
port:python25 \
port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
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'"
@@ -45,7 +47,8 @@
--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-sasl=${prefix} \
+ --with-libmagic=${prefix}
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
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-python26bindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-python26bindings
version 1.7.8
+revision 1
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -31,7 +32,8 @@
port:python26 \
port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
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'"
@@ -45,7 +47,8 @@
--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-sasl=${prefix} \
+ --with-libmagic=${prefix}
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
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-python27bindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-python27bindings
version 1.7.8
+revision 1
categories devel python
platforms darwin
maintainers geeklair.net:dluke blair
@@ -31,7 +32,8 @@
port:python27 \
port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
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'"
@@ -45,7 +47,8 @@
--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-sasl=${prefix} \
+ --with-libmagic=${prefix}
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
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile 2013-01-10 22:47:25 UTC (rev 101428)
+++ trunk/dports/devel/subversion-rubybindings/Portfile 2013-01-10 22:49:27 UTC (rev 101429)
@@ -4,6 +4,7 @@
name subversion-rubybindings
version 1.7.8
+revision 1
categories devel ruby
platforms darwin
maintainers geeklair.net:dluke blair
@@ -33,7 +34,8 @@
port:db46 port:subversion \
port:ruby port:sqlite3 \
port:gettext port:libiconv \
- port:serf1 port:cyrus-sasl2
+ port:serf1 port:cyrus-sasl2 \
+ port:file
configure.env RUBY=${prefix}/bin/ruby
configure.args --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
@@ -41,7 +43,8 @@
--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-sasl=${prefix} \
+ --with-libmagic=${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/20130110/e2308c20/attachment-0001.html>
More information about the macports-changes
mailing list