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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d0e0e8dc560cf7cf021bdfaba307809a44f25e80">https://github.com/macports/macports-ports/commit/d0e0e8dc560cf7cf021bdfaba307809a44f25e80</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 d0e0e8dc560 spice-gtk: Prevent opportunistic linking
</span>d0e0e8dc560 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0e0e8dc560cf7cf021bdfaba307809a44f25e80
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 24 09:12:29 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    spice-gtk: Prevent opportunistic linking
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Disable the use of things we're not declaring dependencies on: celt051,
</span><span style='display:block; white-space:pre;color:#404040;'>    gtk-doc, policykit (this one caused a build failure if it was active
</span><span style='display:block; white-space:pre;color:#404040;'>    while building spice-gtk), pulseaudio, cyrus-sasl2, smartcard, usbredir,
</span><span style='display:block; white-space:pre;color:#404040;'>    webdav.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60910
</span>---
 gnome/spice-gtk/Portfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/spice-gtk/Portfile b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1e0c691a9c..b8bc37bb17a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ long_description    gtk-vnc is a VNC viewer widget for GTK. It is built using \
</span>                     improving the user experience, particularly when  \
                     interacting with virtual machines.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://www.spice-space.org/page/Spice-Gtk
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.spice-space.org/spice-gtk.html
</span> master_sites        https://www.spice-space.org/download/gtk/
 
 use_xz              yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +69,15 @@ depends_lib-append  port:spice-protocol \
</span> configure.cppflags-append \
                     -D_XOPEN_SOURCE
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      -Dcelt051=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dgtk_doc=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dpolkit=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dpulse=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dsasl=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dsmartcard=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dusbredir=disabled \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dwebdav=disabled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant quartz conflicts x11 {
     # Quartz & X11 binaries are incompatible, although built similarly
     require_active_variants gtk3 quartz x11
</pre><pre style='margin:0'>

</pre>