Revision
94750
Author
blair@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

Diff

Modified: trunk/dports/devel/ice-python/Portfile (94749 => 94750)


--- 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 (94749 => 94750)


--- 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 (94749 => 94750)


--- 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 (94749 => 94750)


--- 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}" \