<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/79c6d78a2f5f96cc9b96dff118004cba5e57f836">https://github.com/macports/macports-ports/commit/79c6d78a2f5f96cc9b96dff118004cba5e57f836</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 79c6d78  gegl-0.4: sync recent build fixes with gegl-devel
</span>79c6d78 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 79c6d78a2f5f96cc9b96dff118004cba5e57f836
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Mar 4 12:32:11 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gegl-0.4: sync recent build fixes with gegl-devel
</span>---
 graphics/gegl-0.4/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl-0.4/Portfile b/graphics/gegl-0.4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 72e8408..e6411a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl-0.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl-0.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           muniversal 1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span> PortGroup           gobject_introspection 1.0
 PortGroup           legacysupport 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,13 +75,13 @@ gobject_introspection yes
</span> 
 # blacklist compilers that do not support C11 (redefinition of typedef 'GeglDownscale2x2Fun' in gegl-algorithms.h at line 51)
 # tweak gcc blacklisting for 10.5 ppc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# version 0.4.14+ requires apple clang 700.0.72 (Xcode 7.0.0) to build new parallelization code
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ../gegl/gegl-parallel.h:134:29: error: expected expression '[] (gint     i,'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 700}
</span> 
 use_autoreconf      yes
 autoreconf.args     -fvi
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build  no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.python    ${prefix}/bin/python2.7
 
 configure.args      --disable-docs \
</pre><pre style='margin:0'>

</pre>