Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion port_versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@
},
"libpq": {
"baseline": "12.2",
"port-version": 10
"port-version": 11
},
"libpqxx": {
"baseline": "7.3.0",
Expand Down
5 changes: 5 additions & 0 deletions port_versions/l-/libpq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "41e7354410722d916bb4d7b42fdb3c23fc4dcd6a",
"version-string": "12.2",
"port-version": 11
},
{
"git-tree": "7c4dbe4fcb780bed98e6b55ccf039b77c7a5be68",
"version-string": "12.2",
Expand Down
2 changes: 1 addition & 1 deletion ports/libpq/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: libpq
Version: 12.2
Port-Version: 10
Port-Version: 11
Build-Depends: libpq[core,bonjour] (osx)
Supports: !uwp
Homepage: https://www.postgresql.org/
Expand Down
4 changes: 2 additions & 2 deletions ports/libpq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ else()
if(NOT HAS_TOOLS)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin)
else()
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/${PORT})
file(RENAME ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/tools/${PORT})
vcpkg_copy_tools(TOOL_NAMES pg_config SEARCH_DIR ${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin ${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug)
Comment thread
JackBoosY marked this conversation as resolved.
Outdated
endif()
set(USE_DL ON)
endif()
Expand Down