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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4ca2e41b53735c9ad72b2acafa31a1e2140ab89c">https://github.com/macports/macports-ports/commit/4ca2e41b53735c9ad72b2acafa31a1e2140ab89c</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 4ca2e41b537 gstreamer1-gst-plugins-good: blacklist clang < 900 - Necessary to fix buildbot failures on 10.8 and 10.9, related to 'libtool' Fixes: https://trac.macports.org/ticket/63342
</span>4ca2e41b537 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ca2e41b53735c9ad72b2acafa31a1e2140ab89c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Nov 4 09:05:15 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gstreamer1-gst-plugins-good: blacklist clang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>    - Necessary to fix buildbot failures on 10.8 and 10.9, related to 'libtool'
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/63342
</span>---
 gnome/gstreamer1-gst-plugins-good/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-good/Portfile b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3e5d8e8b4a..25428f7f752 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-good/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
 PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +81,11 @@ configure.args-append \
</span> 
 configure.env-append    "HAVE_CXX=yes"
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix libtool errors:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   libtool: error: specify a tag with '--tag'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> platform darwin {
     if {${os.major} < 10} {
         # gstosxcoreaudio.c:419:28: error: use of undeclared identifier 'kLinearPCMFormatFlagsSampleFractionMask'
</pre><pre style='margin:0'>

</pre>