diff options
Diffstat (limited to 'graphics/gdal')
| -rw-r--r-- | graphics/gdal/Makefile | 27 | ||||
| -rw-r--r-- | graphics/gdal/distinfo | 6 | ||||
| -rw-r--r-- | graphics/gdal/files/patch-pugixml | 10 | ||||
| -rw-r--r-- | graphics/gdal/pkg-plist | 6 |
4 files changed, 32 insertions, 17 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 1003fd054bad..3b76cb597742 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal -PORTVERSION= 3.11.0 +PORTVERSION= 3.11.5 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -56,8 +57,11 @@ CMAKE_OFF= BUILD_CSHARP_BINDINGS \ GDAL_USE_TIFF_INTERNAL \ GDAL_USE_ZLIB_INTERNAL \ HDFS_ENABLED \ - SWIG_REGENERATE_PYTHON -CMAKE_ON= BUILD_APPS \ + SWIG_REGENERATE_PYTHON \ + ${CMAKE_OFF_${ARCH}} +CMAKE_OFF_armv7=GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS +CMAKE_ON= AVIF_VERSION_CHECK \ + BUILD_APPS \ BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ ENABLE_GNM \ @@ -111,7 +115,7 @@ HEADER_FILES= alg/gvgcpfit.h \ port/cpl_vsil_curl_priv.h \ port/cpl_worker_thread_pool.h -OPTIONS_DEFINE= AEC ARMADILLO BLOSC BRUNSLI CFITSIO CRYPTOPP CURL DEFLATE ECW EXPAT EXR FREEXL GEOS GTA HDF5 HEIF JXL KEA KML LERC LIBXML2 LZ4 MYSQL NETCDF ODBC OPENDRIVE OPENJPEG PCRE2 PGSQL QB3 RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD +OPTIONS_DEFINE= AEC ARMADILLO BLOSC BRUNSLI CFITSIO CRYPTOPP CURL DEFLATE ECW EXPAT FREEXL GEOS GTA HDF5 HEIF JXL KEA KML LERC LIBXML2 LZ4 MYSQL NETCDF ODBC OPENDRIVE OPENEXR OPENJPEG PCRE2 PGSQL QB3 RASTERLITE2 SFCGAL SPATIALITE SQLITE TILEDB WEBP XERCES ZSTD OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER OPTIONS_DEFAULT=AEC CURL DEFLATE EXPAT FREEXL GEOS LERC LIBXML2 LZ4 OPENJPEG PCRE2 PGSQL POPPLER WEBP ZSTD \ @@ -124,7 +128,6 @@ BLOSC_DESC= Blosc support in Zarr driver BRUNSLI_DESC= Brunsli support via libbrunsli library CRYPTOPP_DESC= Cryptopp support DEFLATE_DESC= Faster deflate support via libdeflate library -EXR_DESC= EXR support via OpenEXR library KEA_DESC= KEA format support LERC_DESC= LERC (Limited Error Raster Compression) support OPENDRIVE_DESC= OpenDRIVE format support @@ -153,10 +156,6 @@ ECW_CMAKE_BOOL= GDAL_USE_ECW ECW_LIB_DEPENDS= libNCSEcw.so:graphics/libecwj2 EXPAT_CMAKE_BOOL= GDAL_USE_EXPAT EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 -EXR_CFLAGS= -DInt64=uint64_t -EXR_CMAKE_BOOL= GDAL_USE_EXR -EXR_LIB_DEPENDS= libImath.so:math/Imath \ - libOpenEXR.so:graphics/openexr FREEXL_CMAKE_BOOL= GDAL_USE_FREEXL FREEXL_LIB_DEPENDS= libfreexl.so:textproc/freexl GEOS_CMAKE_BOOL= GDAL_USE_GEOS @@ -187,11 +186,17 @@ NETCDF_CMAKE_BOOL= GDAL_USE_NETCDF NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf ODBC_CMAKE_BOOL= GDAL_USE_ODBC ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +OPENDRIVE_CMAKE_BOOL= GDAL_USE_OPENDRIVE +OPENDRIVE_LDFLAGS= -lpugixml +OPENDRIVE_LIB_DEPENDS= libOpenDrive.so:graphics/libopendrive \ + libpugixml.so:textproc/pugixml +OPENEXR_CFLAGS= -DInt64=uint64_t +OPENEXR_CMAKE_BOOL= GDAL_USE_EXR +OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ + libOpenEXR.so:graphics/openexr OPENJPEG_BUILD_DEPENDS= openjpeg>=2.1.0:graphics/openjpeg OPENJPEG_CMAKE_BOOL= GDAL_USE_OPENJPEG OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg -OPENDRIVE_CMAKE_BOOL= GDAL_USE_OPENDRIVE -OPENDRIVE_LIB_DEPENDS= libOpenDrive.so:graphics/libopendrive PCRE2_CMAKE_BOOL= GDAL_USE_PCRE2 PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PGSQL_CMAKE_BOOL= GDAL_USE_POSTGRESQL diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index e132da71acea..4e3dd0da0d81 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715310 -SHA256 (gdal-3.11.0.tar.xz) = ba1a17a74428bfd5c789ce293f59b6a3d8bfabab747431c33331ac0ac579ea71 -SIZE (gdal-3.11.0.tar.xz) = 9292588 +TIMESTAMP = 1762586754 +SHA256 (gdal-3.11.5.tar.xz) = 79f66756f1c843b5ee52c8482d4f6bd2a8b7706d6161cc11f0b27c83d638796a +SIZE (gdal-3.11.5.tar.xz) = 9321156 diff --git a/graphics/gdal/files/patch-pugixml b/graphics/gdal/files/patch-pugixml new file mode 100644 index 000000000000..3e67ada4cb72 --- /dev/null +++ b/graphics/gdal/files/patch-pugixml @@ -0,0 +1,10 @@ +--- ogr/ogrsf_frmts/xodr/ogr_xodr.h.orig 2025-07-12 10:33:49 UTC ++++ ogr/ogrsf_frmts/xodr/ogr_xodr.h +@@ -15,7 +15,6 @@ + #include "ogr_api.h" + #include <iostream> + #include <OpenDriveMap.h> +-#include <pugixml/pugixml.hpp> + #include <vector> + + struct RoadElements diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 605a1c7d789c..af6f66843e42 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -137,6 +137,7 @@ share/bash-completion/completions/gdal_contour share/bash-completion/completions/gdal_create share/bash-completion/completions/gdal_edit.py share/bash-completion/completions/gdal_fillnodata.py +share/bash-completion/completions/gdal_footprint share/bash-completion/completions/gdal_grid share/bash-completion/completions/gdal_merge.py share/bash-completion/completions/gdal_polygonize.py @@ -148,12 +149,9 @@ share/bash-completion/completions/gdal_translate share/bash-completion/completions/gdal_viewshed share/bash-completion/completions/gdaladdo share/bash-completion/completions/gdalbuildvrt -share/bash-completion/completions/gdalchksum.py share/bash-completion/completions/gdalcompare.py share/bash-completion/completions/gdaldem share/bash-completion/completions/gdalenhance -share/bash-completion/completions/gdalident.py -share/bash-completion/completions/gdalimport.py share/bash-completion/completions/gdalinfo share/bash-completion/completions/gdallocationinfo share/bash-completion/completions/gdalmanage @@ -163,10 +161,12 @@ share/bash-completion/completions/gdaltindex share/bash-completion/completions/gdaltransform share/bash-completion/completions/gdalwarp share/bash-completion/completions/ogr2ogr +share/bash-completion/completions/ogr_layer_algebra.py share/bash-completion/completions/ogrinfo share/bash-completion/completions/ogrlineref share/bash-completion/completions/ogrmerge.py share/bash-completion/completions/ogrtindex +share/bash-completion/completions/sozip %%DATADIR%%/GDALLogoBW.svg %%DATADIR%%/GDALLogoColor.svg %%DATADIR%%/GDALLogoGS.svg |
