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

ionic at macports.org ionic at macports.org
Thu Jul 9 07:08:59 PDT 2015


Revision: 138464
          https://trac.macports.org/changeset/138464
Author:   ionic at macports.org
Date:     2015-07-09 07:08:59 -0700 (Thu, 09 Jul 2015)
Log Message:
-----------
cppcheck: switch to cxx11 PortGroup. (Not really) Fixes: #48247 - but at least provides more meaningful error messages.

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

Modified: trunk/dports/devel/cppcheck/Portfile
===================================================================
--- trunk/dports/devel/cppcheck/Portfile	2015-07-09 14:07:17 UTC (rev 138463)
+++ trunk/dports/devel/cppcheck/Portfile	2015-07-09 14:08:59 UTC (rev 138464)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem                  1.0
-PortGroup                   compiler_blacklist_versions 1.0
+PortGroup                   cxx11 1.0
 
 name                        cppcheck
 version                     1.69
@@ -30,9 +30,6 @@
 
 depends_lib                 port:pcre
 
-compiler.blacklist-append   *gcc* {clang < 137}
-compiler.fallback-append    macports-clang-3.5
-
 use_configure               no
 
 variant universal {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150709/b9224383/attachment.html>


More information about the macports-changes mailing list