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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3412c6c9c2f8162a4d82d6bb1c26e63bef8ce068">https://github.com/macports/macports-ports/commit/3412c6c9c2f8162a4d82d6bb1c26e63bef8ce068</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 3412c6c  gcc9/libgcc9: liberalize build compilers
</span>3412c6c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3412c6c9c2f8162a4d82d6bb1c26e63bef8ce068
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Oct 10 15:00:47 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gcc9/libgcc9: liberalize build compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    macports-clangs >= 3.8 can properly  build gcc9
</span><span style='display:block; white-space:pre;color:#404040;'>    see: https://trac.macports.org/ticket/58493#comment:34
</span>---
 lang/gcc9/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc9/Portfile b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a767d4f..c359efe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -145,7 +145,7 @@ compiler.blacklist-append {llvm-gcc-4.2 < 2336.1}
</span> compiler.blacklist-append {clang < 300}
 
 # https://trac.macports.org/ticket/58493
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 800} *gcc-4.2 macports-clang-3.* {macports-clang-[4-6].0}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800} *gcc-4.2 macports-clang-3.4 macports-clang-3.7
</span> compiler.fallback-append macports-clang-7.0 macports-clang-8.0
 
 # "-stdlib" would be passed on to the bootstrap compiler if present
</pre><pre style='margin:0'>

</pre>