diff --git a/ports/gdal/portfile.cmake b/ports/gdal/portfile.cmake index d7975f3d487f59..3a485b66c49479 100644 --- a/ports/gdal/portfile.cmake +++ b/ports/gdal/portfile.cmake @@ -55,6 +55,8 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS core GDAL_USE_ZLIB zstd GDAL_USE_ZSTD tools BUILD_APPS + INVERTED_FEATURES + libspatialite CMAKE_DISABLE_FIND_PACKAGE_SPATIALITE ) if(GDAL_USE_ICONV AND VCPKG_TARGET_IS_WINDOWS) list(APPEND FEATURE_OPTIONS -D_ICONV_SECOND_ARGUMENT_IS_NOT_CONST=ON) diff --git a/ports/gdal/vcpkg.json b/ports/gdal/vcpkg.json index 1b058a9e0f7689..473678e4711f1b 100644 --- a/ports/gdal/vcpkg.json +++ b/ports/gdal/vcpkg.json @@ -1,6 +1,7 @@ { "name": "gdal", "version-semver": "3.7.1", + "port-version": 1, "description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data", "homepage": "https://gdal.org", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index fca60627212c4e..240756bc639ba1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2786,7 +2786,7 @@ }, "gdal": { "baseline": "3.7.1", - "port-version": 0 + "port-version": 1 }, "gdcm": { "baseline": "3.0.22", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index 5fb7505fe87558..7216110a887eb2 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "80d4c30d98e502446c16c8f7665713916934aca3", + "version-semver": "3.7.1", + "port-version": 1 + }, { "git-tree": "a532cd9881bfbd8e3665ff4244dccef8af62ffff", "version-semver": "3.7.1",