-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds #28766
Conversation
I expect this to uncover problems in downstream ports. I'm aware of problems with graphviz, from mingw builds. |
There was a problem hiding this 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 12c2a93b4007612b5ffa980c9d2235eb0bcac10f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 3a1d23a..c6e038c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2842,7 +2842,7 @@
},
"gtk3": {
"baseline": "3.24.34",
- "port-version": 0
+ "port-version": 1
},
"gtkmm": {
"baseline": "4.6.0",
diff --git a/versions/g-/gtk3.json b/versions/g-/gtk3.json
index 98b557d..1bb2cd2 100644
--- a/versions/g-/gtk3.json
+++ b/versions/g-/gtk3.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "dfc90d235f5a782299be10c4ce655ce95622b3a2",
+ "version": "3.24.34",
+ "port-version": 1
+ },
{
"git-tree": "91d648bc4cff36c2ac289cff836ece2875566e2b",
"version": "3.24.34",
There was a problem hiding this 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 12c2a93b4007612b5ffa980c9d2235eb0bcac10f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 3a1d23a..c6e038c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2842,7 +2842,7 @@
},
"gtk3": {
"baseline": "3.24.34",
- "port-version": 0
+ "port-version": 1
},
"gtkmm": {
"baseline": "4.6.0",
diff --git a/versions/g-/gtk3.json b/versions/g-/gtk3.json
index 98b557d..1bb2cd2 100644
--- a/versions/g-/gtk3.json
+++ b/versions/g-/gtk3.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "dfc90d235f5a782299be10c4ce655ce95622b3a2",
+ "version": "3.24.34",
+ "port-version": 1
+ },
{
"git-tree": "91d648bc4cff36c2ac289cff836ece2875566e2b",
"version": "3.24.34",
There was a problem hiding this 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 12c2a93b4007612b5ffa980c9d2235eb0bcac10f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7906d42..ec4e781 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2842,7 +2842,7 @@
},
"gtk3": {
"baseline": "3.24.34",
- "port-version": 0
+ "port-version": 1
},
"gtkmm": {
"baseline": "4.6.0",
diff --git a/versions/g-/gtk3.json b/versions/g-/gtk3.json
index 98b557d..1bb2cd2 100644
--- a/versions/g-/gtk3.json
+++ b/versions/g-/gtk3.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "dfc90d235f5a782299be10c4ce655ce95622b3a2",
+ "version": "3.24.34",
+ "port-version": 1
+ },
{
"git-tree": "91d648bc4cff36c2ac289cff836ece2875566e2b",
"version": "3.24.34",
Replaces stalled #27887.
Fixes #27801.
Fixes #27293.