<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cd5211c2d534687cd0ef1d6d807b92a4fcc9c3dc">https://github.com/macports/macports-ports/commit/cd5211c2d534687cd0ef1d6d807b92a4fcc9c3dc</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 cd5211c  gstreamer1-gst-plugins-base: change x11 test
</span>cd5211c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cd5211c2d534687cd0ef1d6d807b92a4fcc9c3dc
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Oct 31 17:55:04 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1-gst-plugins-base: change x11 test
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    previous test made the universal PG non-functional
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/57462
</span>---
 gnome/gstreamer1-gst-plugins-base/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-base/Portfile b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 046677b..b6c725c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-base/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,8 +113,12 @@ platform macosx {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant universal requires x11 {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset universal]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset x11]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_error "${name} ${version} requires +x11 if +universal is set."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        return -code error "incompatible variant selection."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> variant ogg description {Build with support for libogg, libvorbis, libtheora} {
     depends_lib-append    port:libogg port:libvorbis port:libtheora
     configure.args-replace  --disable-ogg \
</pre><pre style='margin:0'>

</pre>