<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/53d8e508c272c0537c1e106c79facba66703f458">https://github.com/macports/macports-ports/commit/53d8e508c272c0537c1e106c79facba66703f458</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 53d8e508c272c0537c1e106c79facba66703f458
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Sep 7 23:23:03 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add variant for MySQL 8
</span>---
 gis/gdal/Portfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e0b1607..d7a2087 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -341,18 +341,24 @@ foreach s ${postgresql_suffixes} {
</span>     "
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5 conflicts mysql57 description {Enable MySQL 5 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql5 conflicts mysql57 mysql8 description {Enable MySQL 5 support} {
</span>     depends_lib-append      path:bin/mysql_config5:mysql5
     configure.args-delete   --without-mysql
     configure.args-append   --with-mysql=${prefix}/lib/mysql5/bin/mysql_config
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql57 conflicts mysql5 description {Enable MySQL 5.7 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql57 conflicts mysql5 mysql8 description {Enable MySQL 5.7 support} {
</span>     depends_lib-append      port:mysql57
     configure.args-delete   --without-mysql
     configure.args-append   --with-mysql=${prefix}/lib/mysql57/bin/mysql_config
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql8 conflicts mysql5 mysql57 description {Enable MySQL 8 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:mysql8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  --without-mysql \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-mysql=${prefix}/lib/mysql8/bin/mysql_config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant odbc description {Enable ODBC support} {
     depends_lib-append      port:unixODBC
     configure.args-delete   --without-odbc
</pre><pre style='margin:0'>

</pre>