aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/CONTROL
diff options
context:
space:
mode:
authorAn Tao <antao2002@gmail.com>2021-03-20 00:51:52 +0800
committerGitHub <noreply@github.com>2021-03-19 09:51:52 -0700
commitb230db959e741d12f71e60431b1943f7a50e26c0 (patch)
treeb0bb6003c1c9ffef63a13a42da24072dc1f25381 /ports/libpq/CONTROL
parentf2b24a878462e801d7a339f67377fe7bf3826873 (diff)
downloadvcpkg-b230db959e741d12f71e60431b1943f7a50e26c0.tar.gz
vcpkg-b230db959e741d12f71e60431b1943f7a50e26c0.zip
[drogon] Update to 1.4.1 (#16651)
* [drogon] Update to 1.4.1 * Update patch * Format * update version * Revert the ctl feature * update version * [libpq] Fix static linkage * [drogon] Revert direct postgresql library linkage Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/libpq/CONTROL')
-rw-r--r--ports/libpq/CONTROL64
1 files changed, 0 insertions, 64 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL
deleted file mode 100644
index d684fa239..000000000
--- a/ports/libpq/CONTROL
+++ /dev/null
@@ -1,64 +0,0 @@
-Source: libpq
-Version: 12.2
-Port-Version: 12
-Build-Depends: libpq[core,bonjour] (osx)
-Supports: !uwp
-Homepage: https://www.postgresql.org/
-Description: The official database access API of postgresql
-Default-Features: zlib, openssl
-
-Feature: openssl
-Build-Depends: openssl
-Description: support for encrypted client connections and random number generation on platforms that do not have "/dev/urandom" (except windows) (--with-openssl)
-
-Feature: zlib
-Build-Depends: zlib
-Description: Use zlib (else --without-zlib)
-
-Feature: readline
-Build-Depends: readline
-Description: Use readline (else --without-readline)
-
-Feature: libedit
-Build-Depends: libedit
-Description: prefer libedit (--with-libedit-preferred)
-
-Feature: python
-Build-Depends: python3, libpq[core,client]
-Description: build the PL/Python server programming language (dynamic only?) (--with-python)
-
-Feature: tcl
-Build-Depends: tcl, libpq[core,client]
-Description: build the PL/Tcl procedural language(dynamic only?) (--with-tcl)
-
-Feature: nls
-Build-Depends: gettext
-Description: Native Language Support (--enable-nls[=LANGUAGES])
-
-Feature: systemd
-Description: Build with support for systemd service notifications. (--with-systemd)
-
-Feature: llvm
-Build-Depends: llvm
-Description: Build with support for LLVM based JIT compilation (--with-llvm)
-
-Feature: icu
-Build-Depends: icu
-Description: Build with support for the ICU library (--with-icu)
-
-Feature: bonjour
-Description: Build with Bonjour support (--with-bonjour)
-
-Feature: uuid
-Description: Build the uuid-ossp module (which provides functions to generate UUIDs) (--with-uuid=LIBRARY LIBRARY=(bsd|e2fs|ossp))
-
-Feature: xml
-Build-Depends: libxml2
-Description: Build with libxml (--with-libxml)
-
-Feature: xslt
-Build-Depends: libxslt
-Description: Build with libxslt (--with-libxslt)
-
-Feature: client
-Description: Build all client tools and libraries.