aboutsummaryrefslogtreecommitdiff
path: root/ports/libgeotiff/CONTROL
AgeCommit message (Collapse)Author
2019-01-23[libgeotiff] Remove FindPROJ4.cmake from srcRaynor Vliegendhart
The GeoTIFF library ships with its own FindPROJ4.cmake module. This file interferes with the cmake files that are installed by vcpkg for the PROJ4 package. As a result, the debug version of libgeotiff gets incorrectly linked to the release version of PROJ4. By removing FindPROJ4.cmake from the source directory, the vcpkg's .cmake files are used instead, allowing CMake to find the debug version of PROJ4 when building the debug version of libgeotiff.
2018-10-28[libgeotiff] Install doc files into the correct place (#4593)Raynor Vliegendhart
* [libgeotiff] Install doc files in the correct place The original portfile put documentation (authors, readme, etc.) inside of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such that the files are installed to vcpkg/installed/<triplet>/share/libgeotiff/doc instead. * [libgeotiff] Bump version * [libgeotiff] Avoid file(INSTALL)
2018-08-03[libgeotiff] support linux build (#3843)Hiroshi Miura
* [libgeotiff] fix compile on linux Fix cmake libtiff functions detetion failure caused by finding no functions in libm. Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [libgeotiff] fix utility binary handling in linux Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [tiff] Fix static transitive dependencies * [libgeotiff] Fix .dll and .exe manipulation * [leptonica] Find dependencies in installed cmake config file * [tiff] Do not add cmake targets to TIFF_LIBRARIES * [tiff] Link consumers against m on unix platforms
2018-02-27[libgeotiff] fix util link error (#2896)Hiroshi Miura
* [libgeotiff] fix util link error * [libgeotiff] Bump package version
2018-02-18[libgeotiff] Fix libgeotiff link errorHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-17[libgeotiff] build and install utility commands (#2784)Hiroshi Miura
* [libgeotiff] install utility commands Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [libgeotiff] install utility only when release build and unconditionaly copy tool dependencies * [libgeotiff] fix tool instalation when static and bump version Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-09[libgeotiff] update descriptionHiroshi Miura
2018-02-09Add libgeotiff portHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>