[94750] trunk/dports/devel

blair at macports.org blair at macports.org
Thu Jun 28 12:40:45 PDT 2012


Revision: 94750
          https://trac.macports.org/changeset/94750
Author:   blair at macports.org
Date:     2012-06-28 12:40:45 -0700 (Thu, 28 Jun 2012)
Log Message:
-----------
ice-python{,25,26,27}: remove clang workaround now that ice-cpp supports clang.

Modified Paths:
--------------
    trunk/dports/devel/ice-python/Portfile
    trunk/dports/devel/ice-python25/Portfile
    trunk/dports/devel/ice-python26/Portfile
    trunk/dports/devel/ice-python27/Portfile

Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile	2012-06-28 19:15:00 UTC (rev 94749)
+++ trunk/dports/devel/ice-python/Portfile	2012-06-28 19:40:45 UTC (rev 94750)
@@ -4,6 +4,7 @@
 
 name            ice-python
 version         3.4.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel python
 maintainers     blair
@@ -57,12 +58,6 @@
 
 use_configure   no
 
-# Work around invalid C++ code by compiling with g++ instead of clang.  See
-# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
-if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-}
-
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2012-06-28 19:15:00 UTC (rev 94749)
+++ trunk/dports/devel/ice-python25/Portfile	2012-06-28 19:40:45 UTC (rev 94750)
@@ -4,6 +4,7 @@
 
 name            ice-python25
 version         3.4.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel python
 maintainers     blair
@@ -57,12 +58,6 @@
 
 use_configure   no
 
-# Work around invalid C++ code by compiling with g++ instead of clang.  See
-# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
-if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-}
-
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python26/Portfile
===================================================================
--- trunk/dports/devel/ice-python26/Portfile	2012-06-28 19:15:00 UTC (rev 94749)
+++ trunk/dports/devel/ice-python26/Portfile	2012-06-28 19:40:45 UTC (rev 94750)
@@ -4,6 +4,7 @@
 
 name            ice-python26
 version         3.4.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel python
 maintainers     blair
@@ -57,12 +58,6 @@
 
 use_configure   no
 
-# Work around invalid C++ code by compiling with g++ instead of clang.  See
-# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
-if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-}
-
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \

Modified: trunk/dports/devel/ice-python27/Portfile
===================================================================
--- trunk/dports/devel/ice-python27/Portfile	2012-06-28 19:15:00 UTC (rev 94749)
+++ trunk/dports/devel/ice-python27/Portfile	2012-06-28 19:40:45 UTC (rev 94750)
@@ -4,6 +4,7 @@
 
 name            ice-python27
 version         3.4.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel python
 maintainers     blair
@@ -57,12 +58,6 @@
 
 use_configure   no
 
-# Work around invalid C++ code by compiling with g++ instead of clang.  See
-# http://www.zeroc.com/forums/bug-reports/4965-slice2cpp-output-does-not-compile-standards-conformant-compiler.html
-if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-}
-
 build.target    prefix="${prefix}" \
                 CC="${configure.cc}" \
                 CXX="${configure.cxx}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120628/0836c035/attachment.html>


More information about the macports-changes mailing list