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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa71c8ba1b8824917b24c6183676fc3a257a53ff">https://github.com/macports/macports-ports/commit/aa71c8ba1b8824917b24c6183676fc3a257a53ff</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 aa71c8ba1b8 mysql8: no reason to avoid clang 8-9
</span>aa71c8ba1b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aa71c8ba1b8824917b24c6183676fc3a257a53ff
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Mon Dec 20 17:41:43 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mysql8: no reason to avoid clang 8-9
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Error was actually due to VERSION file on case-insensitive filesystem
</span><span style='display:block; white-space:pre;color:#404040;'>    conflicting with C++20 <version> header. Resolved upstream since 8.0.22
</span><span style='display:block; white-space:pre;color:#404040;'>    (VERSION was renamed to MYSQL_VERSION).
</span>---
 databases/mysql8/Portfile | 5 -----
 1 file changed, 5 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 9b68f749f07..7ac68b9aa2e 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;'>@@ -90,11 +90,6 @@ if {$subport eq $name} {
</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}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # clang 8.0+ are too strict to build this port
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # version:1:1: error: C++ requires a type specifier for all declarations
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # MYSQL_VERSION_MAJOR=8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {macports-clang-[8-9].0}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     # Use default CMake build_types
     if {[variant_isset debug]} {
         cmake.build_type    Debug
</pre><pre style='margin:0'>

</pre>