<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/2999f543e741f96d7db5c89013931746f993fed4">https://github.com/macports/macports-ports/commit/2999f543e741f96d7db5c89013931746f993fed4</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 2999f54 mysql57: add legacysupport portgroup
</span>2999f54 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2999f543e741f96d7db5c89013931746f993fed4
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Aug 7 22:54:19 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> mysql57: add legacysupport portgroup
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> For clock_gettime() on 10.11 and lower.
</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/58801
</span>---
databases/mysql57/Portfile | 1 +
1 file changed, 1 insertion(+)
<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 aea9a64..1096805 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;'>@@ -21,6 +21,7 @@ if {$subport eq $name} {
</span> PortGroup muniversal 1.0
PortGroup cmake 1.0
PortGroup select 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ PortGroup legacysupport 1.0
</span>
PortGroup cxx11 1.1
configure.cxxflags-append -std=c++11
</pre><pre style='margin:0'>
</pre>