[winpty, ptyqt] Added ptyqt and winpty ports#21440
[winpty, ptyqt] Added ptyqt and winpty ports#21440vicroms merged 11 commits intomicrosoft:masterfrom kafeg:master
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/ptyqt/vcpkg.json b/ports/ptyqt/vcpkg.json
index 136f72a..275ac44 100644
--- a/ports/ptyqt/vcpkg.json
+++ b/ports/ptyqt/vcpkg.json
@@ -8,6 +8,6 @@
{
"name": "winpty",
"platform": "windows"
- }
+ }
]
}After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 4d878759ad3c6ae2e162e12e0f6cba8df9610865 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 1f32836..dd672f0 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5416,6 +5416,10 @@
"baseline": "3.0.0",
"port-version": 10
},
+ "ptyqt": {
+ "baseline": "0.5.5",
+ "port-version": 1
+ },
"pugixml": {
"baseline": "1.11.4",
"port-version": 1
@@ -7152,6 +7156,10 @@
"baseline": "4.1.3",
"port-version": 5
},
+ "winpty": {
+ "baseline": "0.4.3",
+ "port-version": 1
+ },
"winreg": {
"baseline": "4.1.2",
"port-version": 0You have modified or added at least one portfile where deprecated functions are used.
Details
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/ptyqt/portfile.cmakeports/winpty/portfile.cmake
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for ptyqt but no changes to version or port version.
-- Version: 0.6.0#1
-- Old SHA: 3c9a455f603722e3cb02e94879964f80a4db1f35
-- New SHA: 94f7099876a6262929d09029d0355c6c40b7ca89
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
Details
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/ptyqt/portfile.cmakeports/winpty/portfile.cmake
Convert this to draft until this is ready for review. |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for winpty but no changes to version or port version.
-- Version: 0.4.3#1
-- Old SHA: 532603bedc60b52ce8b3ec14374fe5a1ad71c290
-- New SHA: f1ff75178e83aa5d8d0c021a53e48163eb4ab6b6
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 4d878759ad3c6ae2e162e12e0f6cba8df9610865 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6bdfed3..fc22926 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5417,7 +5417,7 @@
"port-version": 10
},
"ptyqt": {
- "baseline": "0.6.0",
+ "baseline": "0.6.2",
"port-version": 1
},
"pugixml": {
diff --git a/versions/p-/ptyqt.json b/versions/p-/ptyqt.json
index 613ba09..54db682 100644
--- a/versions/p-/ptyqt.json
+++ b/versions/p-/ptyqt.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "6b2cf98e0bbfb7416caf89511fe54833954de5a0",
+ "version-string": "0.6.2",
+ "port-version": 1
+ },
{
"git-tree": "3c9a455f603722e3cb02e94879964f80a4db1f35",
"version-string": "0.6.0",|
A lot of expressions lack double quotes. |
|
@NancyLi1013 thank you very much for your job on review, it motivated me to do some important thing better. Oh, vcpkg reviews are so strict right now) |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for winpty but no changes to version or port version.
-- Version: 0.4.3
-- Old SHA: 97d5e29f65e2cd59aec0ea42620b7b56d01a7bb1
-- New SHA: 5e8c617e9c5e12b7e760808bdea82f3c3ccc6153
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
|
Thanks for the PR! |
Add ports for 2 libraries: winpty and ptyqt which able to work with Unix PseudoTerminals onMac, Linux and Windows