[141215] trunk/dports/lang/gambit-c/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 12 17:31:39 PDT 2015


Revision: 141215
          https://trac.macports.org/changeset/141215
Author:   jeremyhu at macports.org
Date:     2015-10-12 17:31:38 -0700 (Mon, 12 Oct 2015)
Log Message:
-----------
gambit-c: Use clang version instead of Xcode version for blacklisting

Modified Paths:
--------------
    trunk/dports/lang/gambit-c/Portfile

Modified: trunk/dports/lang/gambit-c/Portfile
===================================================================
--- trunk/dports/lang/gambit-c/Portfile	2015-10-13 00:30:09 UTC (rev 141214)
+++ trunk/dports/lang/gambit-c/Portfile	2015-10-13 00:31:38 UTC (rev 141215)
@@ -1,3 +1,4 @@
+
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
@@ -2,2 +3,3 @@
 PortSystem 1.0
+PortGroup		compiler_blacklist_versions 1.0
 
@@ -37,9 +39,7 @@
                     sha256  1c67c361c99d3d428a5c3fea4caa7791ada4963dcaf1f1ddb9becc1a89991625
 
 # https://trac.macports.org/ticket/46013
-if {[vercmp $xcodeversion 6.0] < 0} {
-    compiler.blacklist *clang* *llvm-gcc-4.2
-}
+compiler.blacklist {clang < 600} *llvm-gcc-4.2
 
 configure.args          --infodir=${prefix}/share/info \
                         --libdir=${prefix}/lib/gambit-c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/44e992ff/attachment.html>


More information about the macports-changes mailing list