<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/1e656475fb3983b83befcff4f2e369fa3c47d512">https://github.com/macports/macports-ports/commit/1e656475fb3983b83befcff4f2e369fa3c47d512</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 1e656475fb3 gdal: tune kml variant
</span>1e656475fb3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1e656475fb3983b83befcff4f2e369fa3c47d512
</span>Author: Veence <vince@macports.org>
AuthorDate: Mon Jan 18 15:28:38 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gdal: tune kml variant
</span>---
 gis/gdal/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<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 d12e8eca1f2..86ba0d3b881 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;'>@@ -97,6 +97,8 @@ configure.args-append \
</span>                     --without-mongocxx \
                     --without-mongocxxv3 \
                     --without-fme \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-libkml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-driver-kmlsuperoverlay \
</span>                     --without-hdf4 \
                     --without-hdf5 \
                     --without-jasper \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -170,6 +172,8 @@ variant lzma \
</span> variant libkml \
     description {Enable libkml} {
     depends_lib-append      port:libkml
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   --without-libkml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   --disable-driver-kmlsuperoverlay
</span>     configure.args-append   --with-libkml=${prefix}
     configure.args-append   --with-libkml-inc=${prefix}/include
     configure.args-append   --with-libkml-lib=${prefix}/lib
</pre><pre style='margin:0'>

</pre>