diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h | 11 | ||||
-rw-r--r-- | graphics/gdal/files/patch-pugixml | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 62c09c9b8a78..ba33eda016b9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.11.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -27,7 +27,6 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ USES= cmake compiler:c++17-lang cpe iconv jpeg localbase pkgconfig ssl tar:xz -CMAKE_OFF_armv7= GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS CMAKE_OFF= BUILD_CSHARP_BINDINGS \ BUILD_DOCS \ BUILD_JAVA_BINDINGS \ @@ -60,6 +59,7 @@ CMAKE_OFF= BUILD_CSHARP_BINDINGS \ HDFS_ENABLED \ SWIG_REGENERATE_PYTHON \ ${CMAKE_OFF_${ARCH}} +CMAKE_OFF_armv7=GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS CMAKE_ON= BUILD_APPS \ BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ diff --git a/graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h b/graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h deleted file mode 100644 index 296d424dae67..000000000000 --- a/graphics/gdal/files/patch-ogr_ogrsf__frmts_xodr_ogr__xodr.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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,7 @@ - #include "ogr_api.h" - #include <iostream> - #include <OpenDriveMap.h> --#include <pugixml/pugixml.hpp> -+#include <pugixml.hpp> - #include <vector> - - struct RoadElements 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 |