[freerdp] no absolute paths (#22335)

This commit is contained in:
autoantwort 2022-01-07 00:35:44 +01:00 committed by GitHub
parent 98b9ea03f8
commit c9b9ea80f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -139,5 +139,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" ".") vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" ".")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}/" "")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}" "")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{ {
"name": "freerdp", "name": "freerdp",
"version": "2.4.0", "version": "2.4.0",
"port-version": 2, "port-version": 3,
"description": "A free implementation of the Remote Desktop Protocol (RDP)", "description": "A free implementation of the Remote Desktop Protocol (RDP)",
"homepage": "https://github.com/FreeRDP/FreeRDP", "homepage": "https://github.com/FreeRDP/FreeRDP",
"supports": "!(arm | uwp)", "supports": "!(arm | uwp)",

View File

@ -2274,7 +2274,7 @@
}, },
"freerdp": { "freerdp": {
"baseline": "2.4.0", "baseline": "2.4.0",
"port-version": 2 "port-version": 3
}, },
"freetds": { "freetds": {
"baseline": "1.2.11", "baseline": "1.2.11",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e2fdb84a883ddea3d2dd68e8cc1faea98e991e83",
"version": "2.4.0",
"port-version": 3
},
{ {
"git-tree": "ff0fd25e52b0e89c620968aa07fca66a086957c7", "git-tree": "ff0fd25e52b0e89c620968aa07fca66a086957c7",
"version": "2.4.0", "version": "2.4.0",