<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/0161099c85ecc6c0adb73c07a3b5ae77d85fda36">https://github.com/macports/macports-ports/commit/0161099c85ecc6c0adb73c07a3b5ae77d85fda36</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 0161099  gegl: disable optional libsdl support
</span>0161099 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0161099c85ecc6c0adb73c07a3b5ae77d85fda36
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Nov 16 07:56:14 2016 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gegl: disable optional libsdl support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Resolves linking conflict between libsdl and libsdl2 used by ffmpeg.
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/52893
</span>---
 graphics/gegl/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl/Portfile b/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05cf25e..a41ff0c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           muniversal 1.0
</span> name                gegl
 conflicts           gegl-devel
 version             0.2.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            20
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            21
</span> license             {GPL-3+ LGPL-3+}
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,6 @@ depends_lib         port:babl \
</span>                     port:openexr \
                     port:libopenraw \
                     port:librsvg \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libsdl \
</span>                     path:lib/libavcodec.dylib:ffmpeg \
                     port:libspiro \
                     port:vala
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,6 +78,7 @@ configure.args      --disable-docs \
</span>                     --disable-silent-rules \
                     --without-exiv2 \
                     --without-graphviz \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-sdl \
</span>                     --without-umfpack
 
 # disable parallel build, see #31498
</pre><pre style='margin:0'>

</pre>