[106550] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Thu May 30 12:21:28 PDT 2013


Revision: 106550
          https://trac.macports.org/changeset/106550
Author:   ryandesign at macports.org
Date:     2013-05-30 12:21:28 -0700 (Thu, 30 May 2013)
Log Message:
-----------
glib2, glib2-devel: blacklist clang older than 318 (Xcode 4.2 or older) due to build failures with the universal variant (comment:ticket:39246:25; #32202)

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-05-30 19:12:47 UTC (rev 106549)
+++ trunk/dports/devel/glib2/Portfile	2013-05-30 19:21:28 UTC (rev 106550)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem                  1.0
+PortGroup                   compiler_blacklist_versions 1.0
 PortGroup                   conflicts_build 1.0
 
 # Please keep the glib2 and glib2-devel ports as similar as possible.
@@ -49,6 +50,9 @@
                             port:libffi \
                             path:bin/perl:perl5
 
+# GLib-CRITICAL **: attempting to free a locked GVariant instance.  This should never happen.
+compiler.blacklist-append   {clang < 318}
+
 # 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-05-30 19:12:47 UTC (rev 106549)
+++ trunk/dports/devel/glib2-devel/Portfile	2013-05-30 19:21:28 UTC (rev 106550)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem                  1.0
+PortGroup                   compiler_blacklist_versions 1.0
 PortGroup                   conflicts_build 1.0
 
 # Please keep the glib2 and glib2-devel ports as similar as possible.
@@ -48,6 +49,9 @@
                             port:libffi \
                             path:bin/perl:perl5
 
+# GLib-CRITICAL **: attempting to free a locked GVariant instance.  This should never happen.
+compiler.blacklist-append   {clang < 318}
+
 # 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/20130530/5e7027dd/attachment.html>


More information about the macports-changes mailing list