[111569] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Wed Sep 25 16:50:21 PDT 2013


Revision: 111569
          https://trac.macports.org/changeset/111569
Author:   ryandesign at macports.org
Date:     2013-09-25 16:50:21 -0700 (Wed, 25 Sep 2013)
Log Message:
-----------
glib2, glib2-devel: blacklist clang older than 3.1 (#40590)

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2013-09-25 22:19:00 UTC (rev 111568)
+++ trunk/dports/devel/glib2/Portfile	2013-09-25 23:50:21 UTC (rev 111569)
@@ -55,6 +55,10 @@
 # GLib-CRITICAL **: attempting to free a locked GVariant instance.  This should never happen.
 compiler.blacklist-append   {clang < 318}
 
+# error: expected ';' after top level declarator
+# https://bugzilla.gnome.org/show_bug.cgi?id=708793
+compiler.blacklist-append   {clang < 421} macports-clang-2.9 macports-clang-3.0
+
 # https://bugzilla.gnome.org/show_bug.cgi?id=697017
 compiler.blacklist-append   gcc-3.3 gcc-4.0 apple-gcc-4.0
 

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2013-09-25 22:19:00 UTC (rev 111568)
+++ trunk/dports/devel/glib2-devel/Portfile	2013-09-25 23:50:21 UTC (rev 111569)
@@ -55,6 +55,10 @@
 # GLib-CRITICAL **: attempting to free a locked GVariant instance.  This should never happen.
 compiler.blacklist-append   {clang < 318}
 
+# error: expected ';' after top level declarator
+# https://bugzilla.gnome.org/show_bug.cgi?id=708793
+compiler.blacklist-append   {clang < 421} macports-clang-2.9 macports-clang-3.0
+
 # https://bugzilla.gnome.org/show_bug.cgi?id=697017
 compiler.blacklist-append   gcc-3.3 gcc-4.0 apple-gcc-4.0
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130925/5117388c/attachment.html>


More information about the macports-changes mailing list