diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-07-23 19:38:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 10:38:02 -0700 |
| commit | 4990d2b9510876531eb7e73eeba09210178e804f (patch) | |
| tree | 020d2a6129bc8a656af69908c3c2cc6719963b31 /versions | |
| parent | 5ce620b6ba5c0d5834bf8e18b75c3c0c746e74cd (diff) | |
| download | vcpkg-4990d2b9510876531eb7e73eeba09210178e804f.tar.gz vcpkg-4990d2b9510876531eb7e73eeba09210178e804f.zip | |
[gdal] Fix build for non-Windows targets (#17698)
* Remove obsolete GDAL_VERSION_LIB
* Build mingw with configure/make
* Rearrange CONF_OPTS, expose tiff dependency
* Revise linkage configuration
* Rearrange GDAL_PATCHES
* Put optional drivers into non-default feature
* Fix gdal build
* Update vcpkg.json
* Re-enable netcdf support
* Revise cmake wrapper
* Final portfile cleanup
* Remove curl osx system dependencies
* Verify configuration results before building
* Update and revise configure.ac patch
* Fix dllexport for mingw-dynamic
* Fix pc file
* Add dependencies to cmake wrapper
* Increment port-version
* x-add-version
* Fix typo
* Update git-tree
* strega-nil CRs
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
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 fbde6debe..049fab1bc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2218,7 +2218,7 @@ }, "gdal": { "baseline": "3.2.2", - "port-version": 0 + "port-version": 1 }, "gdcm": { "baseline": "3.0.7", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index 09828f502..649654b4b 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f95d14f55c0bbc629a07da68147324ab4fd0bd58", + "version-semver": "3.2.2", + "port-version": 1 + }, + { "git-tree": "bb182d21db781421272dccf7c43273c746480c05", "version-semver": "3.2.2", "port-version": 0 |
