diff options
| author | Matthias Kuhn <matthias@opengis.ch> | 2021-09-13 23:41:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 14:41:20 -0700 |
| commit | 061e92ab17c2e21c3d73c7ea7319fe4e925bd8c3 (patch) | |
| tree | 0428972cd6cf0221ca435d09a22c5043ad1c177b /versions | |
| parent | 92f6e66a61830220fa9503f20550976c2cb674a0 (diff) | |
| download | vcpkg-061e92ab17c2e21c3d73c7ea7319fe4e925bd8c3.tar.gz vcpkg-061e92ab17c2e21c3d73c7ea7319fe4e925bd8c3.zip | |
[gdal] Make building executables optional (#19243)
* [gdal] Optional "tool" feature to build executables
Fixes #19189
* x-add-version
* Fix remove of tools
* Always delete the debug tools
* Add patch to make tools build optional (non-windows)
* Update patch to make tools build optional (windows)
* Update git-tree
* Update tools patch
* Update git-tree
* Revise windows tools handling
* x-add-version
* Remove empty bin dir
* Update git-tree
* Remove obsolete static tools patch
* Update git-tree
* update
* reindent
* x-add-version
* restore version
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/gdal.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 01a9c09aa..654cbe96b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2270,7 +2270,7 @@ }, "gdal": { "baseline": "3.2.2", - "port-version": 4 + "port-version": 5 }, "gdcm": { "baseline": "3.0.7", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index 762f3061e..bf73dab76 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3f821ae473a38c3ceac861552f560da4a9109ff8", + "version-semver": "3.2.2", + "port-version": 5 + }, + { "git-tree": "b87df6a4a70bb9afb31992195a8ccc6e04d59663", "version-semver": "3.2.2", "port-version": 4 |
