diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-05-18 19:36:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 10:36:03 -0700 |
| commit | 6b871df7e03690dafdc6d65f606fef036f5db4e8 (patch) | |
| tree | dcde73e81fee79639759033a5ed8a57f446d3597 /ports/libpq/CONTROL | |
| parent | 8a583e80da3b72141105da9003175679af2fcb92 (diff) | |
| download | vcpkg-6b871df7e03690dafdc6d65f606fef036f5db4e8.tar.gz vcpkg-6b871df7e03690dafdc6d65f606fef036f5db4e8.zip | |
[libpq] Update to 12.2 and some feature fixes (#10915)
* 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
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 477b7da65..979cd7901 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,5 +1,5 @@ Source: libpq -Version: 12.0-2 +Version: 12.2 Build-Depends: libpq[bonjour] (osx) Supports: !uwp Homepage: https://www.postgresql.org/ @@ -23,15 +23,15 @@ Build-Depends: libedit Description: prefer libedit (--with-libedit-preferred) Feature: perl -Build-Depends: perl +Build-Depends: perl, libpq[core,client] Description: build the server programming language PL/Perl (dynamic only?) (--with-perl) Feature: python -Build-Depends: python +Build-Depends: python3, libpq[core,client] Description: build the PL/Python server programming language (dynamic only?) (--with-python) Feature: tcl -Build-Depends: tcl +Build-Depends: tcl, libpq[core,client] Description: build the PL/Tcl procedural language(dynamic only?) (--with-tcl) Feature: nls |
