<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/db40aa5461ebe37a598c8dab5c27dff0b38e298d">https://github.com/macports/macports-ports/commit/db40aa5461ebe37a598c8dab5c27dff0b38e298d</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 db40aa5461e mysql8: use compiler.cxx_standard
</span>db40aa5461e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit db40aa5461ebe37a598c8dab5c27dff0b38e298d
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Jul 24 12:44:33 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mysql8: use compiler.cxx_standard
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    â€¦instead of deprecated cxx11 1.1 portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>    Cleanup compiler.blacklist
</span>---
 databases/mysql8/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<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 0209668561b..95b9185e4b9 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;'>@@ -23,7 +23,6 @@ set boost_distname      boost_${boost_distver}
</span> 
 if {$subport eq $name} {
     PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup           cxx11 1.1
</span>     PortGroup           cmake 1.1
     PortGroup           select 1.0
     PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,8 +64,10 @@ if {$subport eq $name} {
</span> 
     use_parallel_build  yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Requires c++14 (gcc 6.1 or newer, clang-3.4 or newer support c++14)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {*gcc-[3-4].*} *gcc-5 {clang < 900} macports-clang-3.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # TODO: explain why these compilers are blacklisted
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append *gcc-5 {clang < 900}
</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>