<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/f1b29692c42355dff14cd81bcf921be68a3241b5">https://github.com/macports/macports-ports/commit/f1b29692c42355dff14cd81bcf921be68a3241b5</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 f1b2969  libvpx: Remove clang-3.8 from blacklist
</span>f1b2969 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f1b29692c42355dff14cd81bcf921be68a3241b5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 23 23:21:11 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libvpx: Remove clang-3.8 from blacklist
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The clang-3.8 port is obsolete.
</span>---
 multimedia/libvpx/Portfile | 2 +-
 1 file changed, 1 insertion(+), 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 af1de46..66c62e9 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,7 @@ 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} 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;'>+compiler.blacklist  *gcc* {clang < 800} macports-clang-3.3 macports-clang-3.4 macports-clang-3.7
</span> # Make sure that mp-clang-3.9 is picked if all compilers were blacklisted.
 # Especially important for 10.6 on libc++, since the fallback list contains macports-clang-3.7
 # as the first, and thus selected, fallback option (even though it has been blacklisted earlier).
</pre><pre style='margin:0'>

</pre>