[154401]

devans at macports.org devans at macports.org
Sat Oct 29 00:31:18 CEST 2016


Revision: 154401
          https://trac.macports.org/changeset/154401
Author:   devans at macports.org
Date:     2016-10-29 00:31:18 +0200 (Sat, 29 Oct 2016)
Log Message:
-----------
GNOME-3/stable: nautilus, build fix for 10.6, blacklist compilers that do not support C11 redefinition of typedefs.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/nautilus/Portfile

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

Index: users/devans/GNOME-3/stable/dports/gnome/nautilus
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/nautilus	2016-10-28 22:27:09 UTC (rev 154400)
+++ users/devans/GNOME-3/stable/dports/gnome/nautilus	2016-10-28 22:31:18 UTC (rev 154401)

Property changes on: users/devans/GNOME-3/stable/dports/gnome/nautilus
___________________________________________________________________
Modified: svn:mergeinfo
## -1,4 +1,4 ##
 /branches/mld-qt-481/dports/gnome/nautilus:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
-/trunk/dports/gnome/nautilus:108265-141354
+/trunk/dports/gnome/nautilus:108265-154400
 /users/devans/GNOME-3/unstable/dports/gnome/nautilus:116416-118154,119584-125754,132298-134544,143564-147190,152297-152889
 /users/rmstonecipher/gnome/nautilus:102363-103172
\ No newline at end of property
Modified: users/devans/GNOME-3/stable/dports/gnome/nautilus/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/nautilus/Portfile	2016-10-28 22:27:09 UTC (rev 154400)
+++ users/devans/GNOME-3/stable/dports/gnome/nautilus/Portfile	2016-10-28 22:31:18 UTC (rev 154401)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           gobject_introspection 1.0
 
 name                nautilus
@@ -40,6 +41,9 @@
 
 gobject_introspection yes
 
+# blacklist compilers that do not support C11 (redefinition of typedef ‘NautilusLocationEntryClass’ at nautilus-location-entry.h:39)
+compiler.blacklist  *gcc* {clang < 300}
+
 configure.args      --disable-tracker \
                     --disable-desktop \
                     --disable-packagekit \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161029/0119564c/attachment-0002.html>


More information about the macports-changes mailing list