<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d3546768457196712a5808f53da1ef2b39816e09">https://github.com/macports/macports-ports/commit/d3546768457196712a5808f53da1ef2b39816e09</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d354676  appstream-glib: attempt to fix build on 10.6 by blacklisting troublesome compilers
</span>d354676 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d3546768457196712a5808f53da1ef2b39816e09
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Jul 19 14:46:37 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    appstream-glib: attempt to fix build on 10.6 by blacklisting troublesome compilers
</span>---
 devel/appstream-glib/Portfile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/appstream-glib/Portfile b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ac697e..f7af7cf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/appstream-glib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 PortGroup           gobject_introspection 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +43,9 @@ patchfiles          patch-data-tests-Makefile.am.diff
</span> 
 gobject_introspection yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# attempt to fix build on 10.6 by blacklisting troublesome compilers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  *gcc* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cmd       ./autogen.sh
 
 # configure to use system libuuid
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,11 +54,6 @@ configure.env-append \
</span>                     UUID_CFLAGS='-iwithsysroot /usr/include/uuid' \
                     UUID_LIBS=' '
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# attempt to fix build on 10.6 using gcc-4.2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# error: ‘for’ loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cflags-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -std=c99
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \
                     --disable-rpm \
                     --disable-silent-rules
</pre><pre style='margin:0'>

</pre>