Revision: 147462 https://trac.macports.org/changeset/147462 Author: devans@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
participants (1)
-
devans@macports.org