<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/0a2c7d3c98676a272338466fb6ea1b64ede3d476">https://github.com/macports/macports-ports/commit/0a2c7d3c98676a272338466fb6ea1b64ede3d476</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 0a2c7d3  mysql57: Pass -std=c++11 to build
</span>0a2c7d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0a2c7d3c98676a272338466fb6ea1b64ede3d476
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 15 19:48:07 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mysql57: Pass -std=c++11 to build
</span>---
 databases/mysql57/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql57/Portfile b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac02707..1807502 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,9 @@
</span> 
 PortSystem          1.0
 PortGroup           conflicts_build 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortGroup           cxx11 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++11
</span> 
 name                mysql57
 set name_mysql      ${name}
</pre><pre style='margin:0'>

</pre>