<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c95af0d7ff6d1020204751a6e1770be6cfd4cf2f">https://github.com/macports/macports-ports/commit/c95af0d7ff6d1020204751a6e1770be6cfd4cf2f</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 c95af0d7ff6 gdal: add 'arrow' variant for arrow/parquet support
</span>c95af0d7ff6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c95af0d7ff6d1020204751a6e1770be6cfd4cf2f
</span>Author: nilason <n_larsson@yahoo.com>
AuthorDate: Wed Oct 11 15:32:45 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add 'arrow' variant for arrow/parquet support
</span>---
 gis/gdal/Portfile | 16 ++++++++++++++++
 1 file changed, 16 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 d869dd29568..2f6a670f78a 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;'>@@ -222,6 +222,13 @@ configure.args-append                                        \
</span> configure.args-append                                        \
                      -DGDAL_ENABLE_DRIVER_EXR=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# These drivers require Apache Arrow
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append                                        \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DGDAL_USE_ARROW=OFF                     \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DGDAL_USE_PARQUET=OFF                   \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DOGR_ENABLE_DRIVER_ARROW=OFF            \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DOGR_ENABLE_DRIVER_PARQUET=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Miscellaneous drivers
 configure.args-append                                        \
                     -DBUILD_CSHARP_BINDINGS=OFF              \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -527,6 +534,15 @@ variant cfitsio description {Enable FITS support} {
</span>     configure.args-append   -DGDAL_ENABLE_DRIVER_FITS=ON
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant arrow description {Enable (Geo)Arrow IPC File Format / Stream and (Geo)Parquet support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:apache-arrow
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  -DGDAL_USE_ARROW=OFF            -DGDAL_USE_ARROW=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DGDAL_USE_PARQUET=OFF          -DGDAL_USE_PARQUET=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DOGR_ENABLE_DRIVER_ARROW=OFF   -DOGR_ENABLE_DRIVER_ARROW=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            -DOGR_ENABLE_DRIVER_PARQUET=OFF -DOGR_ENABLE_DRIVER_PARQUET=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -DARROW_USE_STATIC_LIBRARIES=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.optflags  -DGDAL_COMPILATION
 
 # Set PROJ
</pre><pre style='margin:0'>

</pre>