diff --git a/ports/crashpad/portfile.cmake b/ports/crashpad/portfile.cmake index c6549fe5e8115b..6985a8b6cf4de2 100644 --- a/ports/crashpad/portfile.cmake +++ b/ports/crashpad/portfile.cmake @@ -10,6 +10,11 @@ vcpkg_from_git( ) vcpkg_find_acquire_program(PYTHON3) +x_vcpkg_get_python_packages(OUT_PYTHON_VAR PYTHON3 + PYTHON_EXECUTABLE "${PYTHON3}" + PYTHON_VERSION "3" + PACKAGES setuptools +) vcpkg_replace_string("${SOURCE_PATH}/.gn" "script_executable = \"python3\"" "script_executable = \"${PYTHON3}\"") # mini_chromium contains the toolchains and build configuration diff --git a/ports/crashpad/vcpkg.json b/ports/crashpad/vcpkg.json index 5f361ae967a3d7..c2e9cd5bd7d619 100644 --- a/ports/crashpad/vcpkg.json +++ b/ports/crashpad/vcpkg.json @@ -1,7 +1,7 @@ { "name": "crashpad", "version-date": "2024-04-11", - "port-version": 6, + "port-version": 7, "description": [ "Crashpad is a crash-reporting system.", "Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss." @@ -19,6 +19,7 @@ "name": "vcpkg-cmake-get-vars", "host": true }, + "vcpkg-get-python-packages", { "name": "vcpkg-gn", "host": true diff --git a/versions/baseline.json b/versions/baseline.json index f467b7dba620e7..2212d8e4cb2230 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2034,7 +2034,7 @@ }, "crashpad": { "baseline": "2024-04-11", - "port-version": 6 + "port-version": 7 }, "crashrpt": { "baseline": "1.4.3", diff --git a/versions/c-/crashpad.json b/versions/c-/crashpad.json index b64ac2e5b95fa6..a28a5725c66768 100644 --- a/versions/c-/crashpad.json +++ b/versions/c-/crashpad.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dc8e0803320706e4f2b4a4fce0f457424c6c914d", + "version-date": "2024-04-11", + "port-version": 7 + }, { "git-tree": "f4a723194e550246d2a2b2717d0d7d1135e09fb0", "version-date": "2024-04-11",