aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/patches/windows/msgfmt.patch
AgeCommit message (Collapse)Author
2020-05-18[libpq] Update to 12.2 and some feature fixes (#10915)Alexander Neumann
* fix number of spaces in string replacement * fix libiconv library name * [libpq] update to 12.2 fix some issues with features feature combination client+nls does not compile with latest VS due to libpq src's accessing an implementation detail (needs upstream fix) * on arm skip host openssl version check if host cannot execute the triplet version * use PORT_VERSION to update the version references more easily * fix tcl and python feature on windows