mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[libpq] Update to 16.3 (#40110)
This commit is contained in:
parent
4fa096bce2
commit
6af584dd59
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://ftp.postgresql.org/pub/source/v${VERSION}/postgresql-${VERSION}.tar.bz2"
|
||||
FILENAME "postgresql-${VERSION}.tar.bz2"
|
||||
SHA512 3194941cc3f1ec86b6cf4f08c6422d268d99890441f8fc9ab87b6a7fd16c990fa230b544308644cbef54e6960c4984e3703752e40930bdc0537b7bfda3ab7ccf
|
||||
SHA512 dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
@ -31,20 +31,19 @@ else()
|
||||
set(HAS_TOOLS FALSE)
|
||||
endif()
|
||||
|
||||
set(required_programs PERL)
|
||||
if(VCPKG_TARGET_IS_WINDOWS)
|
||||
list(APPEND required_programs BISON FLEX)
|
||||
vcpkg_cmake_get_vars(cmake_vars_file)
|
||||
include("${cmake_vars_file}")
|
||||
|
||||
set(required_programs BISON FLEX)
|
||||
if(VCPKG_DETECTED_MSVC OR NOT VCPKG_HOST_IS_WINDOWS)
|
||||
list(APPEND required_programs PERL)
|
||||
endif()
|
||||
foreach(program_name IN LISTS required_programs)
|
||||
# Need to rename win_bison and win_flex to just bison and flex
|
||||
vcpkg_find_acquire_program(${program_name})
|
||||
get_filename_component(program_dir ${${program_name}} DIRECTORY)
|
||||
vcpkg_add_to_path(PREPEND "${program_dir}")
|
||||
endforeach()
|
||||
|
||||
vcpkg_cmake_get_vars(cmake_vars_file)
|
||||
include("${cmake_vars_file}")
|
||||
|
||||
if(VCPKG_DETECTED_MSVC)
|
||||
if("nls" IN_LIST FEATURES)
|
||||
vcpkg_acquire_msys(MSYS_ROOT PACKAGES gettext)
|
||||
|
@ -4,7 +4,7 @@ index 7f97248..48ff1a1 100644
|
||||
+++ b/configure.ac
|
||||
@@ -19,7 +19,8 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
|
||||
|
||||
AC_INIT([PostgreSQL], [16.2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
|
||||
AC_INIT([PostgreSQL], [16.3], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
|
||||
|
||||
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
|
||||
+cross_compiling=yes # Avoid conftest loading shared objects
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libpq",
|
||||
"version": "16.2",
|
||||
"port-version": 1,
|
||||
"version": "16.3",
|
||||
"description": "The official database access API of postgresql",
|
||||
"homepage": "https://www.postgresql.org/",
|
||||
"license": "PostgreSQL",
|
||||
|
@ -4889,8 +4889,8 @@
|
||||
"port-version": 17
|
||||
},
|
||||
"libpq": {
|
||||
"baseline": "16.2",
|
||||
"port-version": 1
|
||||
"baseline": "16.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libpqxx": {
|
||||
"baseline": "7.9.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e5b88c49c78feaa118b52ae4279e372aa52dbe9b",
|
||||
"version": "16.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "aac67118e4bd1ee29001f206697fb8461e47a590",
|
||||
"version": "16.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user