<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/8ab9b6fffec95f11d4e7e9c3a1c5c26211b8ca6b">https://github.com/macports/macports-ports/commit/8ab9b6fffec95f11d4e7e9c3a1c5c26211b8ca6b</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 8ab9b6fffec VLC: explicitly disable optional libsecret plugin, rebuild
</span>8ab9b6fffec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ab9b6fffec95f11d4e7e9c3a1c5c26211b8ca6b
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Jul 27 09:27:18 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    VLC: explicitly disable optional libsecret plugin, rebuild
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Prevents opportunistic linking with libsecret and associated
</span><span style='display:block; white-space:pre;color:#404040;'>    spurious overlinking with libffi.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Not an issue with VLC2.
</span>---
 multimedia/VLC/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40b92ad5861..aa122ad0589 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/VLC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,7 @@ universal_variant   no
</span> supported_archs     x86_64
 
 version             3.0.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> license             GPL-2
 
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -243,7 +243,8 @@ configure.args-append \
</span>                     --with-contrib=${worksrcpath}/contrib \
                     --disable-debug --disable-update-check --enable-gnutls \
                     --disable-notify --disable-dbus --enable-lua \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --disable-sparkle --disable-chromecast
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-sparkle --disable-chromecast \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-secret
</span> 
 # Input Plugins
 configure.args-append \
</pre><pre style='margin:0'>

</pre>