aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq
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.
2019-05-28[LibLZMA] automatic configuration (#6000)Stefano Sinigardi
* [LibLZMA] add a config-generated by CMake * bump control files of LibLZMA and dependent ports * [tiff] use proper liblzma target [OpenCV] add an explicit dependency on LibLZMA for static linking * [liblzma] fix header install path * [LibLZMA] avoid using targets in old symbols * fixes for windows-static and trying to see if CI is happier with a share/lib folder written in lowercase * [LibLZMA] use only modern CMake language, remove patch in favour of target public definition * [lzma] put symbols in cmake cache * [libxmlpp] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS regression * [lzma] fix header install path * [liblzma] install wrapper to force config mode * [liblzma] remove function check inside cmake config since we know it will pass * [liblzma] wrapper fix * [tiff,geotiff] general cleanup and patch fixes * [libgeotiff] remove debug tools * [tesseract] modernize * [tiff] fix also tiff_library symbol * [pdal,libgeotiff] better library integration * [tiff] restore using unix i/o on UWP, since it was working... for sure win32 one cannot work * [tiff] enable lzma also on uwp, since it works and is requested by many dependencies * [selene] enable build on arm/arm64-windows, which was surely broken before * [lzma] uniform naming with cmake 3.14 * [podofo] fix regression, it requires openssl which was disabled in dependencies * [many ports] remove unnecessary mods * [boost-iostream] chmod * [openssl] fix regression due to missing architecture * [podofo] fix regression on uwp due to missing include * [libpq] explicitly fail on UWP, it should avoid being marked as regression * [shiva] fix regression on linux
2019-05-06[libpq]: Fix linkage with static openssl (#6309)Jackie Ng
* [libpq]: Add crypt32 to linker set. This allows libpq to link against static openssl. * Bump portfile version
2019-04-12[libpq] bump version number in CONTROLErwan BERNARD
2019-04-12[libpq] fix error at link time on linuxErwan BERNARD
2018-10-25Include libpq-events header file (#4559)Robert Isaacs
* Include libpq-events header file Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces. * [libpq] Bump control version
2018-03-24[libpq][harfbuzz][qt5-base] Fix non-WindowsRobert Schumacher
2018-03-13[libpq] Fix config writing into source dirRobert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-27[libpq] updateatkawa7
2016-12-02Added libpq support to qt5charlie barto
qt5 changes more qt5 changes added libpq to qt5 fix merge fixed left over git thing
2016-11-17add support for SOCICharlie Barto
2016-11-17remove debug postfix again, missed in rebaseCharlie Barto
2016-11-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17added libpq portCharles Barto
2016-11-17install types and genbki, this seems to be needed for cmake's findpostgresqlCharlie Barto
2016-11-17used export all symbols instead of pq's .def files, this is so that we don't ↵charlie barto
have to change the sources depending on debug or release config
2016-11-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17removed debug suffix from libpqcharlie barto
2016-11-17install pg_config.hcharlie barto
2016-11-17updated dependencies for libpqcharlie barto
2016-11-17added libpq portCharles Barto