[112063] trunk/dports/sysutils/libfaketime/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 10 15:24:41 PDT 2013


Revision: 112063
          https://trac.macports.org/changeset/112063
Author:   ryandesign at macports.org
Date:     2013-10-10 15:24:41 -0700 (Thu, 10 Oct 2013)
Log Message:
-----------
libfaketime: blacklist clang < 211 (#40662)

Modified Paths:
--------------
    trunk/dports/sysutils/libfaketime/Portfile

Modified: trunk/dports/sysutils/libfaketime/Portfile
===================================================================
--- trunk/dports/sysutils/libfaketime/Portfile	2013-10-10 22:17:24 UTC (rev 112062)
+++ trunk/dports/sysutils/libfaketime/Portfile	2013-10-10 22:24:41 UTC (rev 112063)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           github 1.0
 
 github.setup        wolfcw libfaketime be2b7c0a0cae3f8b75928891285a33b5e34f97a2
@@ -9,7 +10,6 @@
 checksums           rmd160  25d0d06c0693df93f5cceb32fb67f10c93c83258 \
                     sha256  ed4b3a11a4f67a777103bf7a192517fa7ac70cbc7df54b6383f572310423031d
 
-name                libfaketime
 version             0.9.5rc2
 categories          sysutils
 platforms           darwin
@@ -33,7 +33,7 @@
 
 variant universal {}
 
-compiler.blacklist  *cc* *dragonegg*
+compiler.blacklist  *cc* *dragonegg* {clang < 211}
 
 build.args          -f Makefile.OSX
 build.env           CC="${configure.cc}" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131010/3b38f231/attachment-0001.html>


More information about the macports-changes mailing list