[91187] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 25 01:36:45 PDT 2012


Revision: 91187
          https://trac.macports.org/changeset/91187
Author:   jeremyhu at macports.org
Date:     2012-03-25 01:36:45 -0700 (Sun, 25 Mar 2012)
Log Message:
-----------
subversion-python*bindings: Fix incorrect usage of configure.compiler

Modified Paths:
--------------
    trunk/dports/devel/odcctools/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

Modified: trunk/dports/devel/odcctools/Portfile
===================================================================
--- trunk/dports/devel/odcctools/Portfile	2012-03-25 08:35:02 UTC (rev 91186)
+++ trunk/dports/devel/odcctools/Portfile	2012-03-25 08:36:45 UTC (rev 91187)
@@ -5,6 +5,7 @@
 
 name            odcctools
 version         20090808
+revision        1
 categories      devel
 maintainers     nomaintainer
 homepage        http://odcctools.macosforge.org/
@@ -28,7 +29,7 @@
                 sha1    8099a75396d5ac1621f04c977212067d97e3c540 \
                 rmd160  8c672b3f1d9fd75ad25ddbe7287e099693f7e742
 
-depends_lib     port:llvm
+depends_lib     port:llvm-2.9
 
 configure.cppflags-delete -I${prefix}/include
 configure.ldflags-delete -L${prefix}/lib
@@ -45,11 +46,6 @@
     }
 }
 
-platform darwin 8 {
-    # llvm doesn't build on tiger
-    depends_lib-delete port:llvm
-}
-
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex ${name}-(\\d+)${extract.suffix}

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2012-03-25 08:35:02 UTC (rev 91186)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2012-03-25 08:36:45 UTC (rev 91187)
@@ -49,7 +49,7 @@
 
 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" \
+			ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup" \
 			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup"
 
 use_parallel_build      yes

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2012-03-25 08:35:02 UTC (rev 91186)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2012-03-25 08:36:45 UTC (rev 91187)
@@ -49,7 +49,7 @@
 
 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_link="${configure.cc} -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

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile	2012-03-25 08:35:02 UTC (rev 91186)
+++ trunk/dports/devel/subversion-python26bindings/Portfile	2012-03-25 08:36:45 UTC (rev 91187)
@@ -49,7 +49,7 @@
 
 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_link="${configure.cc} -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

Modified: trunk/dports/devel/subversion-python27bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python27bindings/Portfile	2012-03-25 08:35:02 UTC (rev 91186)
+++ trunk/dports/devel/subversion-python27bindings/Portfile	2012-03-25 08:36:45 UTC (rev 91187)
@@ -49,7 +49,7 @@
 
 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 \
-			ac_cv_python_link="${configure.compiler} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
+			ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
 			ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python"
 use_parallel_build      yes
 build.target		swig-py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120325/75590e99/attachment.html>


More information about the macports-changes mailing list