<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/ab5fe88d8df1dd09b000b4aa28f206efac9c22eb">https://github.com/macports/macports-ports/commit/ab5fe88d8df1dd09b000b4aa28f206efac9c22eb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ab5fe88d8df1dd09b000b4aa28f206efac9c22eb
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 29 14:48:03 2016 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gegl-0.3: 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;'>    See https://trac.macports.org/ticket/52893
</span>---
 graphics/gegl-0.3/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl-0.3/Portfile b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d845e4..1684dec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           gobject_introspection 1.0
</span> name                gegl-0.3
 set gname           gegl
 version             0.3.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 conflicts           gegl-devel
 license             {GPL-3+ LGPL-3+}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,6 @@ depends_lib         port:babl \
</span>                     port:lensfun \
                     port:libraw \
                     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;'>@@ -85,6 +84,7 @@ configure.python    ${prefix}/bin/python2.7
</span> configure.args      --disable-docs \
                     --disable-silent-rules \
                     --without-graphviz \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-sdl \
</span>                     --without-umfpack
 
 # use version specific binary suffix to avoid conflict with gegl
</pre><pre style='margin:0'>

</pre>