[126259] users/devans/GNOME-3/stable/dports/python/py-gobject3

devans at macports.org devans at macports.org
Mon Oct 6 09:38:49 PDT 2014


Revision: 126259
          https://trac.macports.org/changeset/126259
Author:   devans at macports.org
Date:     2014-10-06 09:38:49 -0700 (Mon, 06 Oct 2014)
Log Message:
-----------
GNOME-3/stable: py-gobject3, blacklist compilers that do not support C11, fixes build on 10.6.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/python/py-gobject3/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/python/py-gobject3/


Property changes on: users/devans/GNOME-3/stable/dports/python/py-gobject3
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/python/py-gobject3:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/python/py-gobject3:119524-125660
   + /branches/mld-qt-481/dports/python/py-gobject3:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/python/py-gobject3:119524-126173

Modified: users/devans/GNOME-3/stable/dports/python/py-gobject3/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/python/py-gobject3/Portfile	2014-10-06 16:33:00 UTC (rev 126258)
+++ users/devans/GNOME-3/stable/dports/python/py-gobject3/Portfile	2014-10-06 16:38:49 UTC (rev 126259)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                py-gobject3
 set my_name         pygobject
@@ -35,6 +36,9 @@
                             port:py${python.version}-cairo \
                             port:gobject-introspection
 
+#   blacklist compilers that do not support C11
+    compiler.blacklist  *gcc* {clang < 300}
+
     use_configure           yes
     configure.python        ${python.bin}
     configure.pkg_config_path \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141006/0b5e5e0d/attachment.html>


More information about the macports-changes mailing list