Skip to content

Commit 9484a57

Browse files
authored
Update vcpkg-tool to 2023-02-16. (#29664)
1 parent 328bd79 commit 9484a57

342 files changed

Lines changed: 3091 additions & 2146 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/blend2d/portfile.cmake

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,34 @@ if(NOT BLEND2D_NO_JIT)
2525
HEAD_REF master
2626
)
2727

28-
file(REMOVE_RECURSE ${SOURCE_PATH}/3rdparty/asmjit)
28+
file(REMOVE_RECURSE "${SOURCE_PATH}/3rdparty/asmjit")
2929

30-
get_filename_component(ASMJIT_SOURCE_DIR_NAME ${ASMJIT_SOURCE_PATH} NAME)
31-
file(COPY ${ASMJIT_SOURCE_PATH} DESTINATION ${SOURCE_PATH}/3rdparty)
32-
file(RENAME ${SOURCE_PATH}/3rdparty/${ASMJIT_SOURCE_DIR_NAME} ${SOURCE_PATH}/3rdparty/asmjit)
30+
get_filename_component(ASMJIT_SOURCE_DIR_NAME "${ASMJIT_SOURCE_PATH}" NAME)
31+
file(COPY "${ASMJIT_SOURCE_PATH}" DESTINATION "${SOURCE_PATH}/3rdparty")
32+
file(RENAME "${SOURCE_PATH}/3rdparty/${ASMJIT_SOURCE_DIR_NAME}" "${SOURCE_PATH}/3rdparty/asmjit")
3333
endif()
3434

3535
vcpkg_cmake_configure(
36-
SOURCE_PATH ${SOURCE_PATH}
36+
SOURCE_PATH "${SOURCE_PATH}"
3737
OPTIONS
38-
-DBLEND2D_STATIC=${BLEND2D_STATIC}
38+
"-DBLEND2D_STATIC=${BLEND2D_STATIC}"
3939
${FEATURE_OPTIONS}
4040
)
4141

4242
vcpkg_cmake_install()
4343
vcpkg_copy_pdbs()
4444

45-
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
46-
47-
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
45+
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
4846

47+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
4948
if(BLEND2D_STATIC)
50-
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
49+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
5150
endif()
5251

53-
# Handle copyright
54-
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
52+
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
5553

5654
if(BLEND2D_STATIC)
57-
# Install usage
58-
configure_file(${CMAKE_CURRENT_LIST_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
55+
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage_static.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME usage)
56+
else()
57+
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
5958
endif()

ports/blend2d/usage

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Define BL_STATIC before any @PORT@ includes.
1+
blend2d provides CMake targets:
2+
3+
find_package(blend2d CONFIG REQUIRED)
4+
target_link_libraries(main PRIVATE blend2d::blend2d)

ports/blend2d/usage_static.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blend2d provides CMake targets:
2+
3+
find_package(blend2d CONFIG REQUIRED)
4+
target_link_libraries(main PRIVATE blend2d::blend2d)
5+
6+
Also, define BL_STATIC before any blend2d includes.

ports/blend2d/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blend2d",
33
"version-date": "2022-12-31",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
66
"homepage": "https://github.com/blend2d/blend2d",
77
"documentation": "https://blend2d.com/doc/index.html",

ports/boost-accumulators/vcpkg.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,94 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-accumulators",
44
"version": "1.81.0",
5-
"port-version": 1,
5+
"port-version": 2,
66
"description": "Boost accumulators module",
77
"homepage": "https://github.com/boostorg/accumulators",
88
"license": "BSL-1.0",
99
"dependencies": [
1010
{
1111
"name": "boost-array",
12-
"version>=": "1.81.0#1"
12+
"version>=": "1.81.0#2"
1313
},
1414
{
1515
"name": "boost-assert",
16-
"version>=": "1.81.0#1"
16+
"version>=": "1.81.0#2"
1717
},
1818
{
1919
"name": "boost-circular-buffer",
20-
"version>=": "1.81.0#1"
20+
"version>=": "1.81.0#2"
2121
},
2222
{
2323
"name": "boost-concept-check",
24-
"version>=": "1.81.0#1"
24+
"version>=": "1.81.0#2"
2525
},
2626
{
2727
"name": "boost-config",
28-
"version>=": "1.81.0#1"
28+
"version>=": "1.81.0#2"
2929
},
3030
{
3131
"name": "boost-core",
32-
"version>=": "1.81.0#1"
32+
"version>=": "1.81.0#2"
3333
},
3434
{
3535
"name": "boost-fusion",
36-
"version>=": "1.81.0#1"
36+
"version>=": "1.81.0#2"
3737
},
3838
{
3939
"name": "boost-iterator",
40-
"version>=": "1.81.0#1"
40+
"version>=": "1.81.0#2"
4141
},
4242
{
4343
"name": "boost-mpl",
44-
"version>=": "1.81.0#1"
44+
"version>=": "1.81.0#2"
4545
},
4646
{
4747
"name": "boost-numeric-conversion",
48-
"version>=": "1.81.0#1"
48+
"version>=": "1.81.0#2"
4949
},
5050
{
5151
"name": "boost-parameter",
52-
"version>=": "1.81.0#1"
52+
"version>=": "1.81.0#2"
5353
},
5454
{
5555
"name": "boost-preprocessor",
56-
"version>=": "1.81.0#1"
56+
"version>=": "1.81.0#2"
5757
},
5858
{
5959
"name": "boost-range",
60-
"version>=": "1.81.0#1"
60+
"version>=": "1.81.0#2"
6161
},
6262
{
6363
"name": "boost-serialization",
64-
"version>=": "1.81.0#1"
64+
"version>=": "1.81.0#2"
6565
},
6666
{
6767
"name": "boost-static-assert",
68-
"version>=": "1.81.0#1"
68+
"version>=": "1.81.0#2"
6969
},
7070
{
7171
"name": "boost-throw-exception",
72-
"version>=": "1.81.0#1"
72+
"version>=": "1.81.0#2"
7373
},
7474
{
7575
"name": "boost-tuple",
76-
"version>=": "1.81.0#1"
76+
"version>=": "1.81.0#2"
7777
},
7878
{
7979
"name": "boost-type-traits",
80-
"version>=": "1.81.0#1"
80+
"version>=": "1.81.0#2"
8181
},
8282
{
8383
"name": "boost-typeof",
84-
"version>=": "1.81.0#1"
84+
"version>=": "1.81.0#2"
8585
},
8686
{
8787
"name": "boost-ublas",
88-
"version>=": "1.81.0#1"
88+
"version>=": "1.81.0#2"
8989
},
9090
{
9191
"name": "boost-vcpkg-helpers",
92-
"version>=": "1.81.0#2"
92+
"version>=": "1.81.0#3"
9393
}
9494
]
9595
}

ports/boost-algorithm/vcpkg.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,82 +2,82 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-algorithm",
44
"version": "1.81.0",
5-
"port-version": 1,
5+
"port-version": 2,
66
"description": "Boost algorithm module",
77
"homepage": "https://github.com/boostorg/algorithm",
88
"license": "BSL-1.0",
99
"dependencies": [
1010
{
1111
"name": "boost-array",
12-
"version>=": "1.81.0#1"
12+
"version>=": "1.81.0#2"
1313
},
1414
{
1515
"name": "boost-assert",
16-
"version>=": "1.81.0#1"
16+
"version>=": "1.81.0#2"
1717
},
1818
{
1919
"name": "boost-bind",
20-
"version>=": "1.81.0#1"
20+
"version>=": "1.81.0#2"
2121
},
2222
{
2323
"name": "boost-concept-check",
24-
"version>=": "1.81.0#1"
24+
"version>=": "1.81.0#2"
2525
},
2626
{
2727
"name": "boost-config",
28-
"version>=": "1.81.0#1"
28+
"version>=": "1.81.0#2"
2929
},
3030
{
3131
"name": "boost-core",
32-
"version>=": "1.81.0#1"
32+
"version>=": "1.81.0#2"
3333
},
3434
{
3535
"name": "boost-exception",
36-
"version>=": "1.81.0#1"
36+
"version>=": "1.81.0#2"
3737
},
3838
{
3939
"name": "boost-function",
40-
"version>=": "1.81.0#1"
40+
"version>=": "1.81.0#2"
4141
},
4242
{
4343
"name": "boost-iterator",
44-
"version>=": "1.81.0#1"
44+
"version>=": "1.81.0#2"
4545
},
4646
{
4747
"name": "boost-mpl",
48-
"version>=": "1.81.0#1"
48+
"version>=": "1.81.0#2"
4949
},
5050
{
5151
"name": "boost-range",
52-
"version>=": "1.81.0#1"
52+
"version>=": "1.81.0#2"
5353
},
5454
{
5555
"name": "boost-regex",
56-
"version>=": "1.81.0#1"
56+
"version>=": "1.81.0#2"
5757
},
5858
{
5959
"name": "boost-static-assert",
60-
"version>=": "1.81.0#1"
60+
"version>=": "1.81.0#2"
6161
},
6262
{
6363
"name": "boost-throw-exception",
64-
"version>=": "1.81.0#1"
64+
"version>=": "1.81.0#2"
6565
},
6666
{
6767
"name": "boost-tuple",
68-
"version>=": "1.81.0#1"
68+
"version>=": "1.81.0#2"
6969
},
7070
{
7171
"name": "boost-type-traits",
72-
"version>=": "1.81.0#1"
72+
"version>=": "1.81.0#2"
7373
},
7474
{
7575
"name": "boost-unordered",
76-
"version>=": "1.81.0#1"
76+
"version>=": "1.81.0#2"
7777
},
7878
{
7979
"name": "boost-vcpkg-helpers",
80-
"version>=": "1.81.0#2"
80+
"version>=": "1.81.0#3"
8181
}
8282
]
8383
}

ports/boost-align/vcpkg.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-align",
44
"version": "1.81.0",
5-
"port-version": 1,
5+
"port-version": 2,
66
"description": "Boost align module",
77
"homepage": "https://github.com/boostorg/align",
88
"license": "BSL-1.0",
99
"dependencies": [
1010
{
1111
"name": "boost-assert",
12-
"version>=": "1.81.0#1"
12+
"version>=": "1.81.0#2"
1313
},
1414
{
1515
"name": "boost-config",
16-
"version>=": "1.81.0#1"
16+
"version>=": "1.81.0#2"
1717
},
1818
{
1919
"name": "boost-core",
20-
"version>=": "1.81.0#1"
20+
"version>=": "1.81.0#2"
2121
},
2222
{
2323
"name": "boost-static-assert",
24-
"version>=": "1.81.0#1"
24+
"version>=": "1.81.0#2"
2525
},
2626
{
2727
"name": "boost-vcpkg-helpers",
28-
"version>=": "1.81.0#2"
28+
"version>=": "1.81.0#3"
2929
}
3030
]
3131
}

ports/boost-any/vcpkg.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
33
"name": "boost-any",
44
"version": "1.81.0",
5-
"port-version": 1,
5+
"port-version": 2,
66
"description": "Boost any module",
77
"homepage": "https://github.com/boostorg/any",
88
"license": "BSL-1.0",
99
"dependencies": [
1010
{
1111
"name": "boost-assert",
12-
"version>=": "1.81.0#1"
12+
"version>=": "1.81.0#2"
1313
},
1414
{
1515
"name": "boost-config",
16-
"version>=": "1.81.0#1"
16+
"version>=": "1.81.0#2"
1717
},
1818
{
1919
"name": "boost-core",
20-
"version>=": "1.81.0#1"
20+
"version>=": "1.81.0#2"
2121
},
2222
{
2323
"name": "boost-static-assert",
24-
"version>=": "1.81.0#1"
24+
"version>=": "1.81.0#2"
2525
},
2626
{
2727
"name": "boost-throw-exception",
28-
"version>=": "1.81.0#1"
28+
"version>=": "1.81.0#2"
2929
},
3030
{
3131
"name": "boost-type-index",
32-
"version>=": "1.81.0#1"
32+
"version>=": "1.81.0#2"
3333
},
3434
{
3535
"name": "boost-type-traits",
36-
"version>=": "1.81.0#1"
36+
"version>=": "1.81.0#2"
3737
},
3838
{
3939
"name": "boost-vcpkg-helpers",
40-
"version>=": "1.81.0#2"
40+
"version>=": "1.81.0#3"
4141
}
4242
]
4343
}

0 commit comments

Comments
 (0)