[147409] trunk/dports/gnome/gedit-plugins/Portfile

devans at macports.org devans at macports.org
Sat Apr 2 22:44:46 PDT 2016


Revision: 147409
          https://trac.macports.org/changeset/147409
Author:   devans at macports.org
Date:     2016-04-02 22:44:46 -0700 (Sat, 02 Apr 2016)
Log Message:
-----------
gedit-plugins: blacklist compilers that do not support C11 redefinition of typedefs to fix 10.6 build, increment revision to rebuild with possibly reconfigured vte.

Modified Paths:
--------------
    trunk/dports/gnome/gedit-plugins/Portfile

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2016-04-03 05:30:23 UTC (rev 147408)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2016-04-03 05:44:46 UTC (rev 147409)
@@ -2,9 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                gedit-plugins
 version             3.20.0
+revision            1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Plug-ins for GEdit
@@ -43,6 +45,9 @@
 
 configure.cmd       ./autogen.sh
 
+# blacklist compilers that do not support C11 (redefinition of typedef ‘GtkSourceTag’ at gtksourceview/gtksourcetag.h:35)
+compiler.blacklist  *gcc* {clang < 300}
+
 configure.args      --disable-python \
                     --disable-silent-rules \
                     --disable-schemas-compile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160402/cec96720/attachment.html>


More information about the macports-changes mailing list