<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/19e1a68971b398ae58ce3a7ae91a7018ee21ef94">https://github.com/macports/macports-ports/commit/19e1a68971b398ae58ce3a7ae91a7018ee21ef94</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 19e1a68  mysql8: Requires c++14 support. Use cxx11 PG + additional compiler blacklist and fallback.
</span>19e1a68 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 19e1a68971b398ae58ce3a7ae91a7018ee21ef94
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 12 19:06:11 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mysql8: Requires c++14 support. Use cxx11 PG + additional compiler blacklist and fallback.
</span>---
 databases/mysql8/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 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 2dcd223..781c784 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,6 +23,7 @@ set boost_distname      boost_${boost_distver}
</span> 
 if {$subport eq $name} {
     PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    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;'>@@ -63,7 +64,8 @@ if {$subport eq $name} {
</span> 
     use_parallel_build  yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.fallback   macports-clang-7.0
</span> 
     # Use default CMake build_types
     if {[variant_isset debug]} {
</pre><pre style='margin:0'>

</pre>