From 3db90a92d21f1f2e9b7c026fc6bd7d6a996c95e7 Mon Sep 17 00:00:00 2001 From: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:25:31 -0700 Subject: [PATCH 1/3] [forest] Set forest to empty package --- ports/forest/CONTROL | 2 +- ports/forest/portfile.cmake | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL index 1cab9d2d05f24e..fd0627833dc5af 100644 --- a/ports/forest/CONTROL +++ b/ports/forest/CONTROL @@ -1,4 +1,4 @@ Source: forest -Version: 12.1.0 +Version: 0 Homepage: https://github.com/xorz57/forest Description: Template Library of Tree Data Structures in C++17 diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake index db352b9859ff3b..0015715fb66c72 100644 --- a/ports/forest/portfile.cmake +++ b/ports/forest/portfile.cmake @@ -1,13 +1 @@ -vcpkg_from_github( - OUT_SOURCE_PATH SOURCE_PATH - REPO xorz57/forest - REF 32b7f643370356b21b7ca70ee306ab1a0ad67704 # 12.1.0 - SHA512 0598e067acd02d7c882105119db3f3d89ff4001d18faf125effe650478cbd4b436b297238b929cf48f1c6cc108e618859777a640719637e2086c1c1186ab30e0 - HEAD_REF master -) - -# Handle headers -file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp") - -# Handle copyright -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/forest RENAME copyright) +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) \ No newline at end of file From 077d38c13fdfbaae0164dbab21e9aa9f0cc64ddc Mon Sep 17 00:00:00 2001 From: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Date: Fri, 26 Mar 2021 07:01:41 -0700 Subject: [PATCH 2/3] Remove forest --- ports/forest/CONTROL | 4 ---- ports/forest/portfile.cmake | 1 - 2 files changed, 5 deletions(-) delete mode 100644 ports/forest/CONTROL delete mode 100644 ports/forest/portfile.cmake diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL deleted file mode 100644 index fd0627833dc5af..00000000000000 --- a/ports/forest/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: forest -Version: 0 -Homepage: https://github.com/xorz57/forest -Description: Template Library of Tree Data Structures in C++17 diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake deleted file mode 100644 index 0015715fb66c72..00000000000000 --- a/ports/forest/portfile.cmake +++ /dev/null @@ -1 +0,0 @@ -set(VCPKG_POLICY_EMPTY_PACKAGE enabled) \ No newline at end of file From abf7370374572aa331b7a54eec1fa222189b82e3 Mon Sep 17 00:00:00 2001 From: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Date: Tue, 25 May 2021 18:51:43 -0700 Subject: [PATCH 3/3] Remove forest from ci.baseline --- scripts/ci.baseline.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index efd858e7fb47cc..235f87d06f7a9d 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -325,16 +325,6 @@ fontconfig:arm64-windows=fail foonathan-memory:arm64-windows=fail foonathan-memory:arm-uwp=fail foonathan-memory:x64-uwp=fail -# forest is removed by upstream, see https://github.com/microsoft/vcpkg/pull/16836 -forest:arm-uwp=fail -forest:arm64-windows=fail -forest:x64-linux=fail -forest:x64-uwp=fail -forest:x64-windows-static-md=fail -forest:x64-windows-static=fail -forest:x64-windows=fail -forest:x86-windows=fail -forest:x64-osx=fail forge:x86-windows=fail freeglut:arm64-windows=fail freeglut:arm-uwp=fail