[98772] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Oct 15 06:22:53 PDT 2012


Revision: 98772
          http://trac.macports.org//changeset/98772
Author:   ryandesign at macports.org
Date:     2012-10-15 06:22:53 -0700 (Mon, 15 Oct 2012)
Log Message:
-----------
gmsh, gmsh-devel: use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/science/gmsh/Portfile
    trunk/dports/science/gmsh-devel/Portfile

Modified: trunk/dports/science/gmsh/Portfile
===================================================================
--- trunk/dports/science/gmsh/Portfile	2012-10-15 13:21:36 UTC (rev 98771)
+++ trunk/dports/science/gmsh/Portfile	2012-10-15 13:22:53 UTC (rev 98772)
@@ -33,9 +33,7 @@
                     patch-Graphics-gl2png.cpp.diff
 
 # https://trac.macports.org/ticket/33925
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 configure.args-append \
     -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\

Modified: trunk/dports/science/gmsh-devel/Portfile
===================================================================
--- trunk/dports/science/gmsh-devel/Portfile	2012-10-15 13:21:36 UTC (rev 98771)
+++ trunk/dports/science/gmsh-devel/Portfile	2012-10-15 13:22:53 UTC (rev 98772)
@@ -32,9 +32,7 @@
 conflicts           gmsh
 
 # https://trac.macports.org/ticket/33925
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 configure.args-append \
     -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121015/86210091/attachment.html>


More information about the macports-changes mailing list