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

[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds #28766

Merged
merged 14 commits into from
Jan 9, 2023

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Jan 6, 2023

Replaces stalled #27887.
Fixes #27801.
Fixes #27293.

@dg0yt
Copy link
Contributor Author

dg0yt commented Jan 6, 2023

I expect this to uncover problems in downstream ports. I'm aware of problems with graphviz, from mingw builds.

@LilyWangLL LilyWangLL added the category:port-bug The issue is with a library, which is something the port should already support label Jan 6, 2023
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 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",

@dg0yt dg0yt changed the title [pango] Cleanup and fix [pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds Jan 7, 2023
@dg0yt dg0yt marked this pull request as ready for review January 7, 2023 07:24
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 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",

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 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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pango[core]:x64-windows-static] build failure [pango] Configure error when using CMake and pkg-config
3 participants