Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[polyhook2] update to latest version #22906

Merged
merged 4 commits into from
Feb 4, 2022
Merged

[polyhook2] update to latest version #22906

merged 4 commits into from
Feb 4, 2022

Conversation

stevemk14ebr
Copy link
Contributor

Updates polyhook2 to latest. Supports the triples x86-windows, x86-windows-static, x64-windows, x64-windows-static. PR tested locally on my system and all tests pass.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d8d61c941c333a147edffdcbdc9964dc0c0962f5 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9464ea1..b279fc7 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5397,7 +5397,7 @@
       "port-version": 10
     },
     "polyhook2": {
-      "baseline": "2021-05-09",
+      "baseline": "2022-02-02",
       "port-version": 2
     },
     "polymorphic-value": {
diff --git a/versions/p-/polyhook2.json b/versions/p-/polyhook2.json
index 74fd9bd..89a14c2 100644
--- a/versions/p-/polyhook2.json
+++ b/versions/p-/polyhook2.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "77812b0dc23d69cb4b5041fa8b11bd006aa64ae4",
+      "version-date": "2022-02-02",
+      "port-version": 2
+    },
     {
       "git-tree": "bae35bd5e732a2468beb53b4407668d515204514",
       "version-date": "2021-05-09",

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/polyhook2/portfile.cmake

You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/polyhook2/vcpkg.json

Valid values for the license field are listed at https://spdx.org/licenses/

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d8d61c941c333a147edffdcbdc9964dc0c0962f5 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 9464ea1..b279fc7 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5397,7 +5397,7 @@
       "port-version": 10
     },
     "polyhook2": {
-      "baseline": "2021-05-09",
+      "baseline": "2022-02-02",
       "port-version": 2
     },
     "polymorphic-value": {
diff --git a/versions/p-/polyhook2.json b/versions/p-/polyhook2.json
index 74fd9bd..f744c92 100644
--- a/versions/p-/polyhook2.json
+++ b/versions/p-/polyhook2.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "c57d753b43beadb48b12985f13591e9c60da835b",
+      "version-date": "2022-02-02",
+      "port-version": 2
+    },
     {
       "git-tree": "bae35bd5e732a2468beb53b4407668d515204514",
       "version-date": "2021-05-09",

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/polyhook2/portfile.cmake

You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/polyhook2/vcpkg.json

Valid values for the license field are listed at https://spdx.org/licenses/

@JackBoosY JackBoosY added the category:port-update The issue is with a library, which is requesting update new revision label Feb 3, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/polyhook2/portfile.cmake

You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/polyhook2/vcpkg.json

Valid values for the license field are listed at https://spdx.org/licenses/

@BillyONeal BillyONeal merged commit 8d1b218 into microsoft:master Feb 4, 2022
@BillyONeal
Copy link
Member

Thanks for the update!

ekilmer added a commit to ekilmer/vcpkg that referenced this pull request Feb 5, 2022
* master: (221 commits)
  [vcpkg-tool] update to 2022-02-03 (microsoft#22924)
  [opencv4] Disable building cpufeatures since it conflict with libwebp (microsoft#22844)
  [rhasheq] New port (microsoft#22905)
  [sfml] Add arm64 patch to allow SFML to compile on apple silicon (microsoft#22937)
  [popsift] Fix missing Thrust include, already merged upstream. (microsoft#22929)
  [python3][python2] Use MKDIR_P to create directories to avoid race conditions (microsoft#22902)
  Added libe57format port (microsoft#22909)
  update polyhook2 (microsoft#22906)
  [botan] Fix debug info (microsoft#22911)
  [opentelemetry-cpp] update version to v1.2.0 (microsoft#22925)
  [docs] document VCPKG_INSTALLED_DIR variable (microsoft#22695)
  [c89stringutils] New port (microsoft#22904)
  [randomstr] New port (microsoft#22921)
  [docs] Add Authoring-script-ports.md (microsoft#22396)
  [vcpkg_fail_port_install] Deprecate function (microsoft#21489)
  [vcpkg-cmake-config] add missing TOOLS_PATH (microsoft#22863)
  Ace Build Windows - Missing files in include package (microsoft#22880)
  [opendnp3] Disable FetchContent in favor of predownloading (microsoft#22894)
  libraqm update to 0.9.0 (microsoft#22907)
  [google-cloud-cpp] update to latest release (v1.36.0) (microsoft#22897)
  ...
@JonLiu1993 JonLiu1993 changed the title update polyhook2 [polyhook2] update to latest version Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants