diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-07-15 14:48:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 14:48:22 -0700 |
| commit | bad319d271fa31557aaede98cb0478ced1213952 (patch) | |
| tree | 91ba6fcf1284b02d80e1b68ec247e97fab344815 /ports/libpq/CONTROL | |
| parent | 9668eea2b4071da286e503c95b9f6b48e8d938eb (diff) | |
| download | vcpkg-bad319d271fa31557aaede98cb0478ced1213952.tar.gz vcpkg-bad319d271fa31557aaede98cb0478ced1213952.zip | |
[libpq] Remove broken features (#12415)
* [libpq] Remove broken features
* Update ports/libpq/portfile.cmake
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index ebf6cb524..cd63f7671 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,6 +1,6 @@ Source: libpq Version: 12.2 -Port-Version: 4 +Port-Version: 5 Build-Depends: libpq[bonjour] (osx) Supports: !uwp Homepage: https://www.postgresql.org/ @@ -23,10 +23,6 @@ Feature: libedit Build-Depends: libedit Description: prefer libedit (--with-libedit-preferred) -Feature: perl -Build-Depends: perl, libpq[core,client] -Description: build the server programming language PL/Perl (dynamic only?) (--with-perl) - Feature: python Build-Depends: python3, libpq[core,client] Description: build the PL/Python server programming language (dynamic only?) (--with-python) @@ -39,25 +35,9 @@ Feature: nls Build-Depends: gettext Description: Native Language Support (--enable-nls[=LANGUAGES]) -Feature: kerberos -Build-Depends: kerberos -Description: Kerberos Support (--with-gssapi) - Feature: systemd Description: Build with support for systemd service notifications. (--with-systemd) -Feature: ldap -Build-Depends: openldap (linux) -Description: LDAP Support (--with-ldap) - -Feature: bsd -Build-Depends: openbsd -Description: OpenBSD Support (--with-bsd-auth) - -Feature: pam -Build-Depends: pam -Description: Build with PAM (Pluggable Authentication Modules) support. (--with-pam) - Feature: llvm Build-Depends: llvm Description: Build with support for LLVM based JIT compilation (--with-llvm) |
