[107957] trunk/dports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Tue Jul 9 15:06:52 PDT 2013


Revision: 107957
          https://trac.macports.org/changeset/107957
Author:   dports at macports.org
Date:     2013-07-09 15:06:52 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
texlive-bin: use compiler_blacklist_versions portgroup (#39685)

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin/Portfile

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2013-07-09 22:03:15 UTC (rev 107956)
+++ trunk/dports/tex/texlive-bin/Portfile	2013-07-09 22:06:52 UTC (rev 107957)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       compiler_blacklist_versions 1.0
 PortGroup       texlive 1.0
 
 name            texlive-bin
@@ -106,10 +107,7 @@
 }
 
 # llvm-gcc apparently fails on Xcode 4.0.x (#30758)
-if {${configure.compiler} == "llvm-gcc-4.2" &&
-    [vercmp $xcodeversion 4.1] < 0} {
-    configure.compiler gcc-4.2
-}
+compiler.blacklist {llvm-gcc-4.2 < 2335.15}
 
 
 # We use MacPorts-provided libraries instead of the ones included in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/d813d70a/attachment.html>


More information about the macports-changes mailing list