[70014] trunk/dports/devel

dluke at macports.org dluke at macports.org
Mon Jul 26 07:26:03 PDT 2010


Revision: 70014
          http://trac.macports.org/changeset/70014
Author:   dluke at macports.org
Date:     2010-07-26 07:25:59 -0700 (Mon, 26 Jul 2010)
Log Message:
-----------
s|${prefix}lib|${prefix}/lib|

(no revbump because it doesn't appear to affect the build output)

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

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2010-07-26 11:23:22 UTC (rev 70013)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2010-07-26 14:25:59 UTC (rev 70014)
@@ -47,8 +47,8 @@
 
 configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.4 \
 			ac_cv_python_includes=-I${prefix}/include/python2.4 \
-			ac_cv_python_link="${configure.compiler} -L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.4" \
-			ac_cv_python_libs="-L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.4"
+			ac_cv_python_link="${configure.compiler} -L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.4" \
+			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.4"
 
 use_parallel_build      yes
 build.target		swig-py

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2010-07-26 11:23:22 UTC (rev 70013)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2010-07-26 14:25:59 UTC (rev 70014)
@@ -48,8 +48,8 @@
 
 configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.5 \
 			ac_cv_python_includes=-I${prefix}/include/python2.5 \
-			ac_cv_python_link="${configure.compiler} -L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.5" \
-			ac_cv_python_libs="-L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.5"
+			ac_cv_python_link="${configure.compiler} -L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.5" \
+			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup -lpython2.5"
 use_parallel_build      yes
 build.target		swig-py
 destroot.target		install-swig-py DESTDIR=${destroot}

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile	2010-07-26 11:23:22 UTC (rev 70013)
+++ trunk/dports/devel/subversion-python26bindings/Portfile	2010-07-26 14:25:59 UTC (rev 70014)
@@ -48,8 +48,8 @@
 
 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 \
-			ac_cv_python_link="${configure.compiler} -L${prefix}lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
-			ac_cv_python_libs="-L${prefix}lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python"
+			ac_cv_python_link="${configure.compiler} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python" \
+			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.6/Python"
 use_parallel_build      yes
 build.target		swig-py
 destroot.target		install-swig-py DESTDIR=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100726/9bac6615/attachment.html>


More information about the macports-changes mailing list