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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eefc91937236b0bef934f598cfbe5516c47df846">https://github.com/macports/macports-ports/commit/eefc91937236b0bef934f598cfbe5516c47df846</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 eefc9193723 mysql8: pre-C++17 compiler restriction cleanup
</span>eefc9193723 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eefc91937236b0bef934f598cfbe5516c47df846
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Thu Oct 21 11:49:15 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mysql8: pre-C++17 compiler restriction cleanup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60894
</span>---
 databases/mysql8/Portfile | 3 ---
 1 file changed, 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 f9cb4de9108..f8728c739e6 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;'>@@ -82,9 +82,6 @@ if {$subport eq $name} {
</span> 
     compiler.cxx_standard 2017
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # TODO: explain why these compilers are blacklisted
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append *gcc-5 {clang < 900}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     # /usr/include/c++/v1/optional:960:34: note: candidate function not viable: no known conversion from 'optional<...>' to 'const optional<...>' for object argument
     compiler.blacklist-append {clang < 1100}
 
</pre><pre style='margin:0'>

</pre>