<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/7a8d0c8f19f9d682fe0fe462594f649eaa08ae94">https://github.com/macports/macports-ports/commit/7a8d0c8f19f9d682fe0fe462594f649eaa08ae94</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 7a8d0c8f19f libvpx: add clang 8 to blacklist, to fix builds on 10.11
</span>7a8d0c8f19f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a8d0c8f19f9d682fe0fe462594f649eaa08ae94
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri May 20 07:17:36 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libvpx: add clang 8 to blacklist, to fix builds on 10.11
</span>---
 multimedia/libvpx/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libvpx/Portfile b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22a4ea9076d..2b88b8f6bc7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libvpx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,8 +43,10 @@ supported_archs     x86_64 i386 arm64 ppc ppc64
</span> patchfiles          patch-Makefile.diff \
                     patch-configure.sh.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# uses newer assembly features on Intel
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append  {*gcc-[3-4].*} {clang < 800} {macports-clang-3.*}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Uses newer assembly features on Intel.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Also blacklist clang 8, due to issues like:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   error: use of undeclared identifier 'abs'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  {*gcc-[3-4].*} {clang < 900} {macports-clang-3.*}
</span> 
 # As of 1.7.0: builds both static and shared libraries
 # doesn't install docs or examples correctly, so disable them.
</pre><pre style='margin:0'>

</pre>