[guile] no absolute paths (#27033)

This commit is contained in:
autoantwort 2022-09-30 23:42:18 +02:00 committed by GitHub
parent 4bff872bb2
commit a7eb62640d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View File

@ -18,6 +18,17 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_fixup_pkgconfig()
if (NOT VCPKG_BUILD_TYPE)
foreach(file guile-tools guile-config guild)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/${file}" "${CURRENT_INSTALLED_DIR}/debug/../tools/guile/debug/bin" "`dirname $0`")
endforeach()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/debug/bin/guile-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../../..")
endif()
foreach(file guile-tools guile-config guild)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/${file}" "${CURRENT_INSTALLED_DIR}/tools/guile/bin" "`dirname $0`")
endforeach()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/guile-config" "${CURRENT_INSTALLED_DIR}" "`dirname $0`/../../..")
file(
INSTALL "${GUILE_SOURCES}/COPYING.LESSER"
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}"

View File

@ -1,6 +1,7 @@
{
"name": "guile",
"version": "3.0.8",
"port-version": 1,
"description": "GNU's programming and extension language",
"homepage": "https://www.gnu.org/software/guile/",
"documentation": "https://www.gnu.org/software/guile/manual/",

View File

@ -2802,7 +2802,7 @@
},
"guile": {
"baseline": "3.0.8",
"port-version": 0
"port-version": 1
},
"guilite": {
"baseline": "2022-05-05",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ccaa1b9bc0ba4c7397a8f5a05cf99df4c47897d9",
"version": "3.0.8",
"port-version": 1
},
{
"git-tree": "1c74041cde8519afb26d9fa588b8d24877d35514",
"version": "3.0.8",