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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d9c0a8ea49629e2ddca3ad027bc47832f5c12035">https://github.com/macports/macports-ports/commit/d9c0a8ea49629e2ddca3ad027bc47832f5c12035</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 d9c0a8e  php-mysql-xdevapi: Blacklist clang < 900
</span>d9c0a8e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d9c0a8ea49629e2ddca3ad027bc47832f5c12035
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 22 10:19:06 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    php-mysql-xdevapi: Blacklist clang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://bugs.mysql.com/bug.php?id=98049
</span>---
 php/php-mysql-xdevapi/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mysql-xdevapi/Portfile b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d2b7de0..e236521 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,11 +36,11 @@ if {${name} ne ${subport}} {
</span> 
     depends_lib-append  port:protobuf3-cpp
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # C++14
</span>     compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Work around C++14 compiler selection bug
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # See https://github.com/macports/macports-base/pull/162
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Blacklist old Clangs that implement a deprecated part of C++14 that this
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # code is not compatible with. See https://bugs.mysql.com/bug.php?id=98049
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # <= 800 doesn't work; >= 900 does; 802 untested
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 900}
</span> 
     configure.args      --with-boost=${prefix}/include
 }
</pre><pre style='margin:0'>

</pre>