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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1d5ec227558dc063af5719d456997a69a4b39876">https://github.com/macports/macports-ports/commit/1d5ec227558dc063af5719d456997a69a4b39876</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 1d5ec227558 gdal: don't opportunistically build swig bindings - Causes build errors, when Java and Swig are both installed
</span>1d5ec227558 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1d5ec227558dc063af5719d456997a69a4b39876
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue May 9 19:15:40 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gdal: don't opportunistically build swig bindings
</span><span style='display:block; white-space:pre;color:#404040;'>    - Causes build errors, when Java and Swig are both installed
</span>---
 gis/gdal/Portfile | 2 ++
 1 file changed, 2 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 106983f6aab..fd11aa8314c 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;'>@@ -221,6 +221,8 @@ configure.args-append                                        \
</span> 
 # Miscellaneous drivers
 configure.args-append                                        \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DBUILD_CSHARP_BINDINGS=OFF              \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DBUILD_JAVA_BINDINGS=OFF                \
</span>                     -DBUILD_PYTHON_BINDINGS=OFF              \
                     -DGDAL_USE_CFITSIO=OFF                   \
                     -DGDAL_USE_CRYPTOPP=OFF                  \
</pre><pre style='margin:0'>

</pre>