diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-05-26 22:29:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-26 13:29:02 -0700 |
| commit | f0b32c558ac5782ab3544a4261ad78a61693047b (patch) | |
| tree | af5467edc93f59be81db81d74f0d6484efa48dfd /versions | |
| parent | 5c847acb56e4ef228e036e7cd84fb71c84edd456 (diff) | |
| download | vcpkg-f0b32c558ac5782ab3544a4261ad78a61693047b.tar.gz vcpkg-f0b32c558ac5782ab3544a4261ad78a61693047b.zip | |
[geos] Relocatable geos-config; dynamic builds on Unix (#17616)
* Provide geos-config, and fix dynamic builds on Unix
* x-add-version
* Fix debug suffix handling
* Update git-tree
* Don't build benchmarks
* Revise pc file and geos-config handling
Fixup pc files.
Add -lgeos to Libs.private to satisfy common usage requirement
(already present in geos-config).
Install executable geos-config into tools.
Rewrite geos-config relocatability as patch.
* Port to non-deprecated cmake functions
* Add usage
* Update git-tree
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/geos.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5015a9d62..701edb7e7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2210,7 +2210,7 @@ }, "geos": { "baseline": "3.9.1", - "port-version": 0 + "port-version": 1 }, "geotrans": { "baseline": "3.8", diff --git a/versions/g-/geos.json b/versions/g-/geos.json index 09e59a000..84f1396ed 100644 --- a/versions/g-/geos.json +++ b/versions/g-/geos.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "19ac6640378da611cbee774dae84e8e2f18cfe82", + "version": "3.9.1", + "port-version": 1 + }, + { "git-tree": "97c3e5f08174b7f7b4634064f4f2ae6da4351e97", "version-string": "3.9.1", "port-version": 0 |
