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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/797915c5451d6c2fd20b1a9c9629536eb45534de">https://github.com/macports/macports-ports/commit/797915c5451d6c2fd20b1a9c9629536eb45534de</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 797915c  multimedia/libvpx: blacklist mp-clang < 3.9.
</span>797915c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 797915c5451d6c2fd20b1a9c9629536eb45534de
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Mon Mar 19 02:56:13 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    multimedia/libvpx: blacklist mp-clang < 3.9.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This also forces the fallback compiler to be macports-clang-3.9, which
</span><span style='display:block; white-space:pre;color:#404040;'>    is mandatory on older systems that have been migrated to use libc++ and
</span><span style='display:block; white-space:pre;color:#404040;'>    thus override their compiler list to include mp-clang-3.7 (or the like)
</span><span style='display:block; white-space:pre;color:#404040;'>    at the beginning.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/55800 (again)
</span>---
 multimedia/libvpx/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 787e2cc..42ce6ec 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;'>@@ -60,7 +60,11 @@ patchfiles          patch-build-make-configure.sh.diff \
</span> # vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function ‘eight_tap_row_ssse3’:
 # vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: Segmentation fault
 # {standard input}:unknown:Undefined local symbol LC2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc* {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc* {clang < 800} macports-clang-3.3 macports-clang-3.4 macports-clang-3.7 macports-clang-3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Make sure that mp-clang-3.9 is picked if all compilers were blacklisted.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Especially important for 10.6 on libc++, since the fallback list contains macports-clang-3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# as the first, and thus selected, fallback option (even though it has been blacklisted earlier).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback-prepend macports-clang-3.9
</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>