[149651] users/devans/GNOME-3/stable/dports/gnome/ghex/Portfile

devans at macports.org devans at macports.org
Tue Jun 28 12:08:12 PDT 2016


Revision: 149651
          https://trac.macports.org/changeset/149651
Author:   devans at macports.org
Date:     2016-06-28 12:08:12 -0700 (Tue, 28 Jun 2016)
Log Message:
-----------
GNOME-3/stable: ghex, blacklist old compilers that do not support gcc diagnostic pragmas in functions.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/ghex/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/ghex/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/ghex/Portfile	2016-06-28 17:13:58 UTC (rev 149650)
+++ users/devans/GNOME-3/stable/dports/gnome/ghex/Portfile	2016-06-28 19:08:12 UTC (rev 149651)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                ghex
 version             3.18.2
@@ -38,6 +39,8 @@
 depends_run         port:yelp \
                     port:gnome-themes-standard
 
+# blacklist old compilers that do not support gcc diagnostic pragmas in functions
+compiler.blacklist  *gcc* {clang < 300}
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160628/78f1a07b/attachment.html>


More information about the macports-changes mailing list