[147462] users/devans/GNOME-3/stable/dports/gnome/gedit-plugins

devans at macports.org devans at macports.org
Mon Apr 4 13:02:06 PDT 2016


Revision: 147462
          https://trac.macports.org/changeset/147462
Author:   devans at macports.org
Date:     2016-04-04 13:02:06 -0700 (Mon, 04 Apr 2016)
Log Message:
-----------
GNOME-3/stable: 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:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gedit-plugins
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/gnome/gedit-plugins:114993-127338
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920,133204-140540
   + /trunk/dports/gnome/gedit-plugins:114993-147417
/users/devans/GNOME-3/unstable/dports/gnome/gedit-plugins:121400-125920,133204-140540

Modified: users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile	2016-04-04 19:59:37 UTC (rev 147461)
+++ users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile	2016-04-04 20:02:06 UTC (rev 147462)
@@ -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/20160404/c95f55ba/attachment.html>


More information about the macports-changes mailing list