<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f217ed3ae1604076ebce4b2fbe44d0aa25cb704a">https://github.com/macports/macports-ports/commit/f217ed3ae1604076ebce4b2fbe44d0aa25cb704a</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 f217ed3ae16 gdal: cleanup after 0659a06
</span>f217ed3ae16 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f217ed3ae1604076ebce4b2fbe44d0aa25cb704a
</span>Author: Eric Gallager <egall@gwmail.gwu.edu>
AuthorDate: Wed Aug 7 04:14:01 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> gdal: cleanup after 0659a06
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - correct installation message
</span><span style='display:block; white-space:pre;color:#404040;'> - move variant error messages to pre-fetch blocks, and refer to the new sub-ports correctly
</span>---
gis/gdal/Portfile | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 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 f30e3cdf0e6..faf19d8e246 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;'>@@ -323,10 +323,10 @@ if {$subport eq $name} {
</span> # Register plugins
configure.args-append \
-DGDAL_REGISTER_DRIVER_PDF_FOR_LATER_PLUGIN=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DGDAL_DRIVER_PDF_PLUGIN_INSTALLATION_MESSAGE="Install the PDF driver with 'sudo port gdal-pdf'." \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DGDAL_DRIVER_PDF_PLUGIN_INSTALLATION_MESSAGE="Install the PDF driver with 'sudo port install gdal-pdf'." \
</span> -DGDAL_USE_POPPLER=ON \
-DOGR_REGISTER_DRIVER_LIBKML_FOR_LATER_PLUGIN=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DOGR_DRIVER_LIBKML_PLUGIN_INSTALLATION_MESSAGE="Install the LIBKML driver with 'sudo port gdal-libkml'." \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DOGR_DRIVER_LIBKML_PLUGIN_INSTALLATION_MESSAGE="Install the LIBKML driver with 'sudo port install gdal-libkml'." \
</span> -DGDAL_USE_LIBKML=OFF
depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -456,8 +456,10 @@ if {$subport eq $name} {
</span> }
variant libkml description {Enable libkml} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_error "The '+libkml' variant is removed. It is replaced by 'grass-libkml' subport."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- return -code error "unsupported variant"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "The '+libkml' variant has been removed and replaced by the 'gdal-libkml' subport."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ return -code error "unsupported variant"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
variant lto description {Enable Link Time Optimization} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -550,8 +552,10 @@ if {$subport eq $name} {
</span> }
variant poppler description {Enable Poppler support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_error "The '+poppler' variant is removed. It is replaced by 'grass-pdf' subport."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- return -code error "unsupported variant"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "The '+poppler' variant has been removed and replaced by the 'gdal-pdf' subport."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ return -code error "unsupported variant"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
variant tiledb description {Enable TileDB support} {
</pre><pre style='margin:0'>
</pre>