Skip to content

Commit e7e328c

Browse files
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig() The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files * Update port-version for armadillo and polyclipping. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
1 parent 75b6191 commit e7e328c

412 files changed

Lines changed: 1233 additions & 246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/ace/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,5 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
432432
# Handle copyright
433433
file(INSTALL ${ACE_ROOT}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
434434
endif()
435+
436+
vcpkg_fixup_pkgconfig()

ports/ace/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace",
33
"version": "7.0.3",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "The ADAPTIVE Communication Environment",
66
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
77
"features": {

ports/amqpcpp/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH cmake)
3131
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
3232
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
3333
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
34+
35+
vcpkg_fixup_pkgconfig()

ports/amqpcpp/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "amqpcpp",
33
"version": "4.3.14",
4+
"port-version": 1,
45
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
56
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
67
"supports": "!uwp",

ports/aom/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include
4646

4747
# Handle copyright
4848
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
49+
50+
vcpkg_fixup_pkgconfig()

ports/aom/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "aom",
33
"version-semver": "3.2.0",
4+
"port-version": 1,
45
"description": "AV1 codec library",
56
"homepage": "https://aomedia.googlesource.com/aom",
67
"supports": "!uwp & !arm",

ports/aricpp/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/aricpp)
1717

1818
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
1919
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
20+
21+
vcpkg_fixup_pkgconfig()

ports/aricpp/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "aricpp",
33
"version-semver": "1.1.1",
4+
"port-version": 1,
45
"description": "Asterisk ARI interface bindings for modern C++",
56
"homepage": "https://github.com/daniele77/aricpp",
67
"dependencies": [

ports/armadillo/portfile.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ endif()
4343

4444
file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
4545
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
46+
47+
vcpkg_fixup_pkgconfig()

ports/armadillo/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "armadillo",
33
"version": "10.6.2",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use",
66
"homepage": "http://arma.sourceforge.net",
77
"dependencies": [

0 commit comments

Comments
 (0)