[123177] trunk/dports/devel/cppcheck/Portfile

cal at macports.org cal at macports.org
Wed Aug 6 05:11:00 PDT 2014


Revision: 123177
          https://trac.macports.org/changeset/123177
Author:   cal at macports.org
Date:     2014-08-06 05:10:59 -0700 (Wed, 06 Aug 2014)
Log Message:
-----------
cppcheck: blacklist clang < 137 to avoid usage of llvm-g++-4.2 on SL, #43757

Modified Paths:
--------------
    trunk/dports/devel/cppcheck/Portfile

Modified: trunk/dports/devel/cppcheck/Portfile
===================================================================
--- trunk/dports/devel/cppcheck/Portfile	2014-08-06 12:07:46 UTC (rev 123176)
+++ trunk/dports/devel/cppcheck/Portfile	2014-08-06 12:10:59 UTC (rev 123177)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem                  1.0
+PortGroup                   compiler_blacklist_versions 1.0
 
 name                        cppcheck
 version                     1.66
@@ -29,7 +30,7 @@
 
 depends_lib                 port:pcre
 
-compiler.blacklist-append   *gcc*
+compiler.blacklist-append   *gcc* {clang < 137}
 compiler.fallback-append    macports-clang-3.5
 
 use_configure               no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140806/8ca76fd4/attachment.html>


More information about the macports-changes mailing list