aboutsummaryrefslogtreecommitdiff
path: root/ports/geos
AgeCommit message (Collapse)Author
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