aboutsummaryrefslogtreecommitdiff
path: root/ports/geos
AgeCommit message (Collapse)Author
2021-10-05[geos] Install pc file also for Windows (#20502)Kai Pastor
* Install pc file for msvc * Fix warning about unused cmake variable * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-02[geos,librttopo] Fix linkage and other quirks (#19492)Kai Pastor
* [geos] Minor portfile maintenance * [geos] Export implicit C++ lib dependencies * [geos] x-add-version * [librttopo] New port version, format manifest * [librttopo] Modernize portfile * [librttopo] Fix mingw build * [librttopo] Use geos-config, allow dynamic linkage for non-windows * [librttopo] Fix pc file * [librttopo] Use pristine download from osgeo.org * [librttopo] x-add-version
2021-05-26[geos] Relocatable geos-config; dynamic builds on Unix (#17616)Kai Pastor
* 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
2021-03-10[geos] Bump to 3.9.1 (#16572)Matthias Kuhn
2021-02-08[geos] Update to 3.9.0 (#16109)Jack·Boos·Yu
* [geos] Update to 3.9.0 * update version record
2020-09-09[geos] Fix linking of geos for mingw (#13393)bialasjaroslaw
* Fix linking of geos for mingw Linking stage is failing due to the multiple definitions of the same symbol. One way of fixing this is to disable inlining for small functions by passing DISABLE_GEOS_INLINE=ON for mingw builds. * Bump the port version. * [geos] Bump version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-08-31[geos] Update to 3.8.1 (#12163)Oskari Timperi
2020-04-27[geos] Upgrade to GEOS 3.6.4 (released 2019-10-04) (#10377)Mike Taves
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2018-12-13[geos] bump control version numberPhil Christensen
2018-12-13Geos: Removed empty directory after install (when only static lib are built)ing. Federico Fuga
2018-10-15[geos] update to 3.6.3 (fix port build) (#4433)hlysunnaram
* [geos] update to 3.6.3 * [geos] Slight modernization * [geos] Move geos-config to /share/geos/ * [geos] Make share/geos directory
2018-05-01[GEOS] Generate debug library names with `d` suffix (#3371)Mateusz Loskot
* [GEOS] Generate debug library names with `d` suffix Currently geos.lib name is used for both, debug and optimised GEOS libraries. This leads to situation when: ``` find_library(GEOS_LIBRARY_DEBUG NAMES geos) find_library(GEOS_LIBRARY_RELEASE NAMES geos) ``` finds the same library for both ``` GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib ``` This is minimal patch that works around the problem. Next, complete fix should be submitted to GEOS upstream, preferably using exported targets. * [libspatialite] Add missing geos suffixes in static builds
2017-10-04[geos] bump versionatkawa7
2017-10-04[geos] remove build_cmakeatkawa7
2017-10-03[geos] Bump version for previous PRRobert Schumacher
2017-10-03[geos] allow geos_c static library cretation (libgeos_c.lib) v2alex85k
2017-09-26[geos] Update port to latest GEOS 3.6.2Mateusz Loskot
* Bump GEOS version wherever necessary * Update download package and checksum. * Replace download from SVN with official release source package. * Remove generating of geos_svn_revision.h as unnecessary - released source package includes the header. * Explain status of the missing CMake modules. * Remove CMake option -DBUILD_TESTING as unused. GEOS is important dependency of GDAL (updated in #1879; GDAL 2.2.2 can still work with GEOS earlier than 3.6.2).
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2016-12-07[geos] Extract SOURCE_PATH variableAlexander Karatarakis
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-31Remove portfile branching of vcpkg_copy_pdbs()Alexander Karatarakis
2016-10-17added geosCharles Barto