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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ecd0b67f9cfda5beedafa8e411d62e737cfa46c7">https://github.com/macports/macports-ports/commit/ecd0b67f9cfda5beedafa8e411d62e737cfa46c7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ecd0b67f9cfda5beedafa8e411d62e737cfa46c7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 20 08:36:47 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gdal: Mark the mysql variants as conflicting
</span>---
 gis/gdal/Portfile | 4 ++--
 1 file changed, 2 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 936b739..9755077 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;'>@@ -289,13 +289,13 @@ foreach s ${postgresql_suffixes} {
</span>     "
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5 description {Enable MySQL 5 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql5 conflicts mysql57 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 description {Enable MySQL 5.7 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql57 conflicts mysql5 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
</pre><pre style='margin:0'>

</pre>