<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/93573a70d6fbcbae7931ed59da159b6653061381">https://github.com/macports/macports-ports/commit/93573a70d6fbcbae7931ed59da159b6653061381</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 93573a7  mysql8: tweak blacklist
</span>93573a7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 93573a70d6fbcbae7931ed59da159b6653061381
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Wed Sep 25 23:07:12 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mysql8: tweak blacklist
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    *gcc-5.* does not actually blacklist gcc-5
</span><span style='display:block; white-space:pre;color:#404040;'>    clang-3.4 and greater are c++14 capable
</span>---
 databases/mysql8/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql8/Portfile b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4863a3..5139d97 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,7 @@ if {$subport eq $name} {
</span>     use_parallel_build  yes
 
     # Requires c++14 (gcc 6.1 or newer, clang-3.4 or newer support c++14)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {*gcc-[3-5].*} {clang < 900} macports-clang-3.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {*gcc-[3-4].*} *gcc-5 {clang < 900} macports-clang-3.3
</span> 
     # clang 8.0+ are too strict to build this port
     # version:1:1: error: C++ requires a type specifier for all declarations
</pre><pre style='margin:0'>

</pre>