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

[X* libraries] new ports #21584

Closed
wants to merge 307 commits into from
Closed

Conversation

Neumann-A
Copy link
Contributor

@Neumann-A Neumann-A commented Nov 21, 2021

  • builds xserver on windows (works but requires some knowledge on how to set it up; tested xeyes with wsl over putty/ssh)
  • all x* libs are considered system libraries for every os except windows
  • opinions?
  • going to add more but currently this is the set required by xserver

continuation of #9966

x64-linux failures:

  • fltk -> bad X11 linkage in CMake scripts.

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/dbus/vcpkg.json b/ports/dbus/vcpkg.json
index a376b64..d8c49e3 100644
--- a/ports/dbus/vcpkg.json
+++ b/ports/dbus/vcpkg.json
@@ -6,7 +6,6 @@
   "dependencies": [
     "expat",
     "glib",
-    "x11",
     {
       "name": "vcpkg-cmake",
       "host": true
@@ -14,6 +13,7 @@
     {
       "name": "vcpkg-cmake-config",
       "host": true
-    }
+    },
+    "x11"
   ]
 }
diff --git a/ports/xcb-proto/vcpkg.json b/ports/xcb-proto/vcpkg.json
index 3faa2be..620526d 100644
--- a/ports/xcb-proto/vcpkg.json
+++ b/ports/xcb-proto/vcpkg.json
@@ -7,10 +7,10 @@
     "bzip2",
     {
       "name": "libxml2",
+      "host": true,
       "features": [
         "tools"
-      ],
-      "host": true
+      ]
     },
     "xorg-macros"
   ]
diff --git a/ports/xkeyboard-config/vcpkg.json b/ports/xkeyboard-config/vcpkg.json
index 3803c85..bf8859e 100644
--- a/ports/xkeyboard-config/vcpkg.json
+++ b/ports/xkeyboard-config/vcpkg.json
@@ -4,8 +4,8 @@
   "description": "X Keyboard Extension",
   "homepage": "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config",
   "dependencies": [
-    "tool-meson",
     "libxslt",
+    "tool-meson",
     "xkbcommon",
     "xlib"
   ]
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 xmsh but no changes to version or port version.
-- Version: 0.5.2#2
-- Old SHA: f08388b4f7fc367a02fd99bb1cefe9d04fb04f04
-- New SHA: 63b765c0462c59b71d72dbf8ba780a5d219f67cd
-- 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 653912591af709c162fba2d4000a6b3362c8d3c9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6ab6224..4f7b6f9 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1784,6 +1784,10 @@
       "baseline": "1.0.0",
       "port-version": 1
     },
+    "dbus": {
+      "baseline": "1.13.18",
+      "port-version": 0
+    },
     "dcmtk": {
       "baseline": "3.6.6",
       "port-version": 2
@@ -2216,10 +2220,18 @@
       "baseline": "1.1.0",
       "port-version": 0
     },
+    "font-util": {
+      "baseline": "1.3.2",
+      "port-version": 0
+    },
     "fontconfig": {
       "baseline": "2.13.94",
       "port-version": 1
     },
+    "fontenc": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "foonathan-memory": {
       "baseline": "2019-07-21",
       "port-version": 2
@@ -5148,6 +5160,10 @@
       "baseline": "2021-04-06",
       "port-version": 1
     },
+    "pciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "pcl": {
       "baseline": "1.12.0",
       "port-version": 0
@@ -5416,6 +5432,10 @@
       "baseline": "3.0.0",
       "port-version": 1
     },
+    "pthread-stubs": {
+      "baseline": "0.4",
+      "port-version": 0
+    },
     "pthreadpool": {
       "baseline": "2020-04-10",
       "port-version": 1
@@ -7220,6 +7240,10 @@
       "baseline": "3.0.3",
       "port-version": 0
     },
+    "x11": {
+      "baseline": "1.6.9",
+      "port-version": 0
+    },
     "x264": {
       "baseline": "164-5db6aa6cab1b146",
       "port-version": 0
@@ -7232,6 +7256,10 @@
       "baseline": "1.12",
       "port-version": 1
     },
+    "xau": {
+      "baseline": "1.0.9",
+      "port-version": 0
+    },
     "xaudio2redist": {
       "baseline": "1.2.8",
       "port-version": 0
@@ -7240,6 +7268,42 @@
       "baseline": "6.00",
       "port-version": 0
     },
+    "xcb": {
+      "baseline": "1.14",
+      "port-version": 0
+    },
+    "xcb-image": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-keysyms": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-proto": {
+      "baseline": "1.14.1",
+      "port-version": 0
+    },
+    "xcb-render-util": {
+      "baseline": "0.3.9",
+      "port-version": 0
+    },
+    "xcb-util": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-util-m4": {
+      "baseline": "1",
+      "port-version": 0
+    },
+    "xcb-wm": {
+      "baseline": "0.4.1",
+      "port-version": 0
+    },
+    "xdmcp": {
+      "baseline": "1.1.3",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 3
@@ -7248,10 +7312,42 @@
       "baseline": "0.24.3",
       "port-version": 1
     },
+    "xext": {
+      "baseline": "1.3.4",
+      "port-version": 0
+    },
+    "xfixes": {
+      "baseline": "6.0.0",
+      "port-version": 0
+    },
+    "xfont": {
+      "baseline": "2.0.5",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcommon": {
+      "baseline": "0.10.3",
+      "port-version": 0
+    },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkbfile": {
+      "baseline": "1.1.0",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
+    "xlib": {
+      "baseline": "1.7.2",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 3
@@ -7272,6 +7368,10 @@
       "baseline": "2021-05-17",
       "port-version": 1
     },
+    "xorg-macros": {
+      "baseline": "1.19.3",
+      "port-version": 0
+    },
     "xorstr": {
       "baseline": "2021-10-23",
       "port-version": 0
@@ -7280,6 +7380,10 @@
       "baseline": "0.8.1",
       "port-version": 1
     },
+    "xproto": {
+      "baseline": "2021.5",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.0.3",
       "port-version": 0
@@ -7304,6 +7408,14 @@
       "baseline": "0.7.2",
       "port-version": 0
     },
+    "xtrans": {
+      "baseline": "1.4.0",
+      "port-version": 0
+    },
+    "xv": {
+      "baseline": "1.0.11",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.0",
       "port-version": 2

@JonLiu1993 JonLiu1993 added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Nov 22, 2021
@Neumann-A Neumann-A force-pushed the x_window_system branch 3 times, most recently from 4361729 to 2d773a5 Compare November 22, 2021 09:17
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!

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 xmsh but no changes to version or port version.
-- Version: 0.5.2#2
-- Old SHA: f08388b4f7fc367a02fd99bb1cefe9d04fb04f04
-- New SHA: 63b765c0462c59b71d72dbf8ba780a5d219f67cd
-- 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 653912591af709c162fba2d4000a6b3362c8d3c9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6ab6224..3ad95ca 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1784,6 +1784,10 @@
       "baseline": "1.0.0",
       "port-version": 1
     },
+    "dbus": {
+      "baseline": "1.13.18",
+      "port-version": 0
+    },
     "dcmtk": {
       "baseline": "3.6.6",
       "port-version": 2
@@ -2216,10 +2220,18 @@
       "baseline": "1.1.0",
       "port-version": 0
     },
+    "font-util": {
+      "baseline": "1.3.2",
+      "port-version": 0
+    },
     "fontconfig": {
       "baseline": "2.13.94",
       "port-version": 1
     },
+    "fontenc": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "foonathan-memory": {
       "baseline": "2019-07-21",
       "port-version": 2
@@ -2720,6 +2732,10 @@
       "baseline": "2.23.0",
       "port-version": 0
     },
+    "ice": {
+      "baseline": "1.0.10",
+      "port-version": 0
+    },
     "icu": {
       "baseline": "69.1",
       "port-version": 16
@@ -5148,6 +5164,10 @@
       "baseline": "2021-04-06",
       "port-version": 1
     },
+    "pciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "pcl": {
       "baseline": "1.12.0",
       "port-version": 0
@@ -5416,6 +5436,10 @@
       "baseline": "3.0.0",
       "port-version": 1
     },
+    "pthread-stubs": {
+      "baseline": "0.4",
+      "port-version": 0
+    },
     "pthreadpool": {
       "baseline": "2020-04-10",
       "port-version": 1
@@ -6308,6 +6332,10 @@
       "baseline": "2.4.0",
       "port-version": 0
     },
+    "sm": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "smpeg2": {
       "baseline": "2.0.0",
       "port-version": 7
@@ -7132,6 +7160,14 @@
       "baseline": "5.4.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.18",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 1
@@ -7220,6 +7256,10 @@
       "baseline": "3.0.3",
       "port-version": 0
     },
+    "x11": {
+      "baseline": "1.6.9",
+      "port-version": 0
+    },
     "x264": {
       "baseline": "164-5db6aa6cab1b146",
       "port-version": 0
@@ -7232,6 +7272,10 @@
       "baseline": "1.12",
       "port-version": 1
     },
+    "xau": {
+      "baseline": "1.0.9",
+      "port-version": 0
+    },
     "xaudio2redist": {
       "baseline": "1.2.8",
       "port-version": 0
@@ -7240,6 +7284,50 @@
       "baseline": "6.00",
       "port-version": 0
     },
+    "xcb": {
+      "baseline": "1.14",
+      "port-version": 0
+    },
+    "xcb-image": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-keysyms": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-proto": {
+      "baseline": "1.14.1",
+      "port-version": 0
+    },
+    "xcb-render-util": {
+      "baseline": "0.3.9",
+      "port-version": 0
+    },
+    "xcb-util": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-util-m4": {
+      "baseline": "1",
+      "port-version": 0
+    },
+    "xcb-wm": {
+      "baseline": "0.4.1",
+      "port-version": 0
+    },
+    "xcomposite": {
+      "baseline": "0.4.5",
+      "port-version": 0
+    },
+    "xdamage": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
+    "xdmcp": {
+      "baseline": "1.1.3",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 3
@@ -7248,10 +7336,54 @@
       "baseline": "0.24.3",
       "port-version": 1
     },
+    "xext": {
+      "baseline": "1.3.4",
+      "port-version": 0
+    },
+    "xfixes": {
+      "baseline": "6.0.0",
+      "port-version": 0
+    },
+    "xfont": {
+      "baseline": "2.0.5",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xft": {
+      "baseline": "2.3.4",
+      "port-version": 0
+    },
+    "xi": {
+      "baseline": "1.8",
+      "port-version": 0
+    },
+    "xinerama": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
+    "xkbcommon": {
+      "baseline": "0.10.3",
+      "port-version": 0
+    },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkbfile": {
+      "baseline": "1.1.0",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
+    "xlib": {
+      "baseline": "1.7.2",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 3
@@ -7272,18 +7404,50 @@
       "baseline": "2021-05-17",
       "port-version": 1
     },
+    "xorg-macros": {
+      "baseline": "1.19.3",
+      "port-version": 0
+    },
     "xorstr": {
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xpresent": {
+      "baseline": "1.0.0",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
     },
+    "xproto": {
+      "baseline": "2021.5",
+      "port-version": 0
+    },
+    "xrandr": {
+      "baseline": "1.5.2",
+      "port-version": 0
+    },
+    "xrender": {
+      "baseline": "0.9.10",
+      "port-version": 0
+    },
+    "xres": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
+    "xscrnsaver": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.0.3",
       "port-version": 0
     },
+    "xt": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
     "xtensor": {
       "baseline": "0.23.10",
       "port-version": 0
@@ -7304,6 +7468,14 @@
       "baseline": "0.7.2",
       "port-version": 0
     },
+    "xtrans": {
+      "baseline": "1.4.0",
+      "port-version": 0
+    },
+    "xv": {
+      "baseline": "1.0.11",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.0",
       "port-version": 2

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!

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 xmsh but no changes to version or port version.
-- Version: 0.5.2#2
-- Old SHA: f08388b4f7fc367a02fd99bb1cefe9d04fb04f04
-- New SHA: 63b765c0462c59b71d72dbf8ba780a5d219f67cd
-- 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 653912591af709c162fba2d4000a6b3362c8d3c9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6ab6224..dfa7af5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1784,6 +1784,10 @@
       "baseline": "1.0.0",
       "port-version": 1
     },
+    "dbus": {
+      "baseline": "1.13.18",
+      "port-version": 0
+    },
     "dcmtk": {
       "baseline": "3.6.6",
       "port-version": 2
@@ -1900,6 +1904,10 @@
       "baseline": "2021-11-02",
       "port-version": 0
     },
+    "drm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "drogon": {
       "baseline": "1.7.3",
       "port-version": 0
@@ -2216,10 +2224,18 @@
       "baseline": "1.1.0",
       "port-version": 0
     },
+    "font-util": {
+      "baseline": "1.3.2",
+      "port-version": 0
+    },
     "fontconfig": {
       "baseline": "2.13.94",
       "port-version": 1
     },
+    "fontenc": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "foonathan-memory": {
       "baseline": "2019-07-21",
       "port-version": 2
@@ -2720,6 +2736,10 @@
       "baseline": "2.23.0",
       "port-version": 0
     },
+    "ice": {
+      "baseline": "1.0.10",
+      "port-version": 0
+    },
     "icu": {
       "baseline": "69.1",
       "port-version": 16
@@ -5148,6 +5168,10 @@
       "baseline": "2021-04-06",
       "port-version": 1
     },
+    "pciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "pcl": {
       "baseline": "1.12.0",
       "port-version": 0
@@ -5416,6 +5440,10 @@
       "baseline": "3.0.0",
       "port-version": 1
     },
+    "pthread-stubs": {
+      "baseline": "0.4",
+      "port-version": 0
+    },
     "pthreadpool": {
       "baseline": "2020-04-10",
       "port-version": 1
@@ -6308,6 +6336,10 @@
       "baseline": "2.4.0",
       "port-version": 0
     },
+    "sm": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "smpeg2": {
       "baseline": "2.0.0",
       "port-version": 7
@@ -7132,6 +7164,14 @@
       "baseline": "5.4.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.18",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 1
@@ -7220,6 +7260,10 @@
       "baseline": "3.0.3",
       "port-version": 0
     },
+    "x11": {
+      "baseline": "1.6.9",
+      "port-version": 0
+    },
     "x264": {
       "baseline": "164-5db6aa6cab1b146",
       "port-version": 0
@@ -7232,14 +7276,70 @@
       "baseline": "1.12",
       "port-version": 1
     },
+    "xau": {
+      "baseline": "1.0.9",
+      "port-version": 0
+    },
     "xaudio2redist": {
       "baseline": "1.2.8",
       "port-version": 0
     },
+    "xbitmaps": {
+      "baseline": "1.1.2",
+      "port-version": 0
+    },
     "xbyak": {
       "baseline": "6.00",
       "port-version": 0
     },
+    "xcb": {
+      "baseline": "1.14",
+      "port-version": 0
+    },
+    "xcb-image": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-keysyms": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-proto": {
+      "baseline": "1.14.1",
+      "port-version": 0
+    },
+    "xcb-render-util": {
+      "baseline": "0.3.9",
+      "port-version": 0
+    },
+    "xcb-util": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-util-m4": {
+      "baseline": "1",
+      "port-version": 0
+    },
+    "xcb-wm": {
+      "baseline": "0.4.1",
+      "port-version": 0
+    },
+    "xcomposite": {
+      "baseline": "0.4.5",
+      "port-version": 0
+    },
+    "xcursor": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
+    "xdamage": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
+    "xdmcp": {
+      "baseline": "1.1.3",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 3
@@ -7248,10 +7348,54 @@
       "baseline": "0.24.3",
       "port-version": 1
     },
+    "xext": {
+      "baseline": "1.3.4",
+      "port-version": 0
+    },
+    "xfixes": {
+      "baseline": "6.0.0",
+      "port-version": 0
+    },
+    "xfont": {
+      "baseline": "2.0.5",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xft": {
+      "baseline": "2.3.4",
+      "port-version": 0
+    },
+    "xi": {
+      "baseline": "1.8",
+      "port-version": 0
+    },
+    "xinerama": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
+    "xkbcommon": {
+      "baseline": "0.10.3",
+      "port-version": 0
+    },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkbfile": {
+      "baseline": "1.1.0",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
+    "xlib": {
+      "baseline": "1.7.2",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 3
@@ -7272,18 +7416,50 @@
       "baseline": "2021-05-17",
       "port-version": 1
     },
+    "xorg-macros": {
+      "baseline": "1.19.3",
+      "port-version": 0
+    },
     "xorstr": {
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xpresent": {
+      "baseline": "1.0.0",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
     },
+    "xproto": {
+      "baseline": "2021.5",
+      "port-version": 0
+    },
+    "xrandr": {
+      "baseline": "1.5.2",
+      "port-version": 0
+    },
+    "xrender": {
+      "baseline": "0.9.10",
+      "port-version": 0
+    },
+    "xres": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
+    "xscrnsaver": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.0.3",
       "port-version": 0
     },
+    "xt": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
     "xtensor": {
       "baseline": "0.23.10",
       "port-version": 0
@@ -7304,6 +7480,14 @@
       "baseline": "0.7.2",
       "port-version": 0
     },
+    "xtrans": {
+      "baseline": "1.4.0",
+      "port-version": 0
+    },
+    "xv": {
+      "baseline": "1.0.11",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.0",
       "port-version": 2

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!

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 xmsh but no changes to version or port version.
-- Version: 0.5.2#2
-- Old SHA: f08388b4f7fc367a02fd99bb1cefe9d04fb04f04
-- New SHA: 63b765c0462c59b71d72dbf8ba780a5d219f67cd
-- 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 653912591af709c162fba2d4000a6b3362c8d3c9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6ab6224..dd4f243 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1784,6 +1784,10 @@
       "baseline": "1.0.0",
       "port-version": 1
     },
+    "dbus": {
+      "baseline": "1.13.18",
+      "port-version": 0
+    },
     "dcmtk": {
       "baseline": "3.6.6",
       "port-version": 2
@@ -1900,6 +1904,10 @@
       "baseline": "2021-11-02",
       "port-version": 0
     },
+    "drm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "drogon": {
       "baseline": "1.7.3",
       "port-version": 0
@@ -2216,10 +2224,18 @@
       "baseline": "1.1.0",
       "port-version": 0
     },
+    "font-util": {
+      "baseline": "1.3.2",
+      "port-version": 0
+    },
     "fontconfig": {
       "baseline": "2.13.94",
       "port-version": 1
     },
+    "fontenc": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "foonathan-memory": {
       "baseline": "2019-07-21",
       "port-version": 2
@@ -2720,6 +2736,10 @@
       "baseline": "2.23.0",
       "port-version": 0
     },
+    "ice": {
+      "baseline": "1.0.10",
+      "port-version": 0
+    },
     "icu": {
       "baseline": "69.1",
       "port-version": 16
@@ -5148,6 +5168,10 @@
       "baseline": "2021-04-06",
       "port-version": 1
     },
+    "pciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "pcl": {
       "baseline": "1.12.0",
       "port-version": 0
@@ -5416,6 +5440,10 @@
       "baseline": "3.0.0",
       "port-version": 1
     },
+    "pthread-stubs": {
+      "baseline": "0.4",
+      "port-version": 0
+    },
     "pthreadpool": {
       "baseline": "2020-04-10",
       "port-version": 1
@@ -6308,6 +6336,10 @@
       "baseline": "2.4.0",
       "port-version": 0
     },
+    "sm": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "smpeg2": {
       "baseline": "2.0.0",
       "port-version": 7
@@ -7132,6 +7164,14 @@
       "baseline": "5.4.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.18",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 1
@@ -7220,6 +7260,10 @@
       "baseline": "3.0.3",
       "port-version": 0
     },
+    "x11": {
+      "baseline": "1.6.9",
+      "port-version": 0
+    },
     "x264": {
       "baseline": "164-5db6aa6cab1b146",
       "port-version": 0
@@ -7232,14 +7276,70 @@
       "baseline": "1.12",
       "port-version": 1
     },
+    "xau": {
+      "baseline": "1.0.9",
+      "port-version": 0
+    },
     "xaudio2redist": {
       "baseline": "1.2.8",
       "port-version": 0
     },
+    "xbitmaps": {
+      "baseline": "1.1.2",
+      "port-version": 0
+    },
     "xbyak": {
       "baseline": "6.00",
       "port-version": 0
     },
+    "xcb": {
+      "baseline": "1.14",
+      "port-version": 0
+    },
+    "xcb-image": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-keysyms": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-proto": {
+      "baseline": "1.14.1",
+      "port-version": 0
+    },
+    "xcb-render-util": {
+      "baseline": "0.3.9",
+      "port-version": 0
+    },
+    "xcb-util": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-util-m4": {
+      "baseline": "1",
+      "port-version": 0
+    },
+    "xcb-wm": {
+      "baseline": "0.4.1",
+      "port-version": 0
+    },
+    "xcomposite": {
+      "baseline": "0.4.5",
+      "port-version": 0
+    },
+    "xcursor": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
+    "xdamage": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
+    "xdmcp": {
+      "baseline": "1.1.3",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 3
@@ -7248,10 +7348,54 @@
       "baseline": "0.24.3",
       "port-version": 1
     },
+    "xext": {
+      "baseline": "1.3.4",
+      "port-version": 0
+    },
+    "xfixes": {
+      "baseline": "6.0.0",
+      "port-version": 0
+    },
+    "xfont": {
+      "baseline": "2.0.5",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xft": {
+      "baseline": "2.3.4",
+      "port-version": 0
+    },
+    "xi": {
+      "baseline": "1.8",
+      "port-version": 0
+    },
+    "xinerama": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
+    "xkbcommon": {
+      "baseline": "0.10.3",
+      "port-version": 0
+    },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkbfile": {
+      "baseline": "1.1.0",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
+    "xlib": {
+      "baseline": "1.7.2",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 3
@@ -7272,18 +7416,50 @@
       "baseline": "2021-05-17",
       "port-version": 1
     },
+    "xorg-macros": {
+      "baseline": "1.19.3",
+      "port-version": 0
+    },
     "xorstr": {
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xpresent": {
+      "baseline": "1.0.0",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
     },
+    "xproto": {
+      "baseline": "2021.5",
+      "port-version": 0
+    },
+    "xrandr": {
+      "baseline": "1.5.2",
+      "port-version": 0
+    },
+    "xrender": {
+      "baseline": "0.9.10",
+      "port-version": 0
+    },
+    "xres": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
+    "xscrnsaver": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.0.3",
       "port-version": 0
     },
+    "xt": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
     "xtensor": {
       "baseline": "0.23.10",
       "port-version": 0
@@ -7304,6 +7480,18 @@
       "baseline": "0.7.2",
       "port-version": 0
     },
+    "xtrans": {
+      "baseline": "1.4.0",
+      "port-version": 0
+    },
+    "xv": {
+      "baseline": "1.0.11",
+      "port-version": 0
+    },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.0",
       "port-version": 2

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!

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 xmsh but no changes to version or port version.
-- Version: 0.5.2#2
-- Old SHA: f08388b4f7fc367a02fd99bb1cefe9d04fb04f04
-- New SHA: 63b765c0462c59b71d72dbf8ba780a5d219f67cd
-- 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 653912591af709c162fba2d4000a6b3362c8d3c9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 6ab6224..b104e73 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1784,6 +1784,10 @@
       "baseline": "1.0.0",
       "port-version": 1
     },
+    "dbus": {
+      "baseline": "1.13.18",
+      "port-version": 0
+    },
     "dcmtk": {
       "baseline": "3.6.6",
       "port-version": 2
@@ -1900,6 +1904,10 @@
       "baseline": "2021-11-02",
       "port-version": 0
     },
+    "drm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "drogon": {
       "baseline": "1.7.3",
       "port-version": 0
@@ -2216,10 +2224,18 @@
       "baseline": "1.1.0",
       "port-version": 0
     },
+    "font-util": {
+      "baseline": "1.3.2",
+      "port-version": 0
+    },
     "fontconfig": {
       "baseline": "2.13.94",
       "port-version": 1
     },
+    "fontenc": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "foonathan-memory": {
       "baseline": "2019-07-21",
       "port-version": 2
@@ -2720,6 +2736,10 @@
       "baseline": "2.23.0",
       "port-version": 0
     },
+    "ice": {
+      "baseline": "1.0.10",
+      "port-version": 0
+    },
     "icu": {
       "baseline": "69.1",
       "port-version": 16
@@ -5148,6 +5168,10 @@
       "baseline": "2021-04-06",
       "port-version": 1
     },
+    "pciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "pcl": {
       "baseline": "1.12.0",
       "port-version": 0
@@ -5416,6 +5440,10 @@
       "baseline": "3.0.0",
       "port-version": 1
     },
+    "pthread-stubs": {
+      "baseline": "0.4",
+      "port-version": 0
+    },
     "pthreadpool": {
       "baseline": "2020-04-10",
       "port-version": 1
@@ -6308,6 +6336,10 @@
       "baseline": "2.4.0",
       "port-version": 0
     },
+    "sm": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
     "smpeg2": {
       "baseline": "2.0.0",
       "port-version": 7
@@ -7132,6 +7164,14 @@
       "baseline": "5.4.0",
       "port-version": 0
     },
+    "wayland": {
+      "baseline": "1.19.0",
+      "port-version": 0
+    },
+    "wayland-protocols": {
+      "baseline": "1.18",
+      "port-version": 0
+    },
     "websocketpp": {
       "baseline": "0.8.2",
       "port-version": 1
@@ -7220,6 +7260,10 @@
       "baseline": "3.0.3",
       "port-version": 0
     },
+    "x11": {
+      "baseline": "1.6.9",
+      "port-version": 0
+    },
     "x264": {
       "baseline": "164-5db6aa6cab1b146",
       "port-version": 0
@@ -7232,14 +7276,70 @@
       "baseline": "1.12",
       "port-version": 1
     },
+    "xau": {
+      "baseline": "1.0.9",
+      "port-version": 0
+    },
     "xaudio2redist": {
       "baseline": "1.2.8",
       "port-version": 0
     },
+    "xbitmaps": {
+      "baseline": "1.1.2",
+      "port-version": 0
+    },
     "xbyak": {
       "baseline": "6.00",
       "port-version": 0
     },
+    "xcb": {
+      "baseline": "1.14",
+      "port-version": 0
+    },
+    "xcb-image": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-keysyms": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-proto": {
+      "baseline": "1.14.1",
+      "port-version": 0
+    },
+    "xcb-render-util": {
+      "baseline": "0.3.9",
+      "port-version": 0
+    },
+    "xcb-util": {
+      "baseline": "0.4.0",
+      "port-version": 0
+    },
+    "xcb-util-m4": {
+      "baseline": "1",
+      "port-version": 0
+    },
+    "xcb-wm": {
+      "baseline": "0.4.1",
+      "port-version": 0
+    },
+    "xcomposite": {
+      "baseline": "0.4.5",
+      "port-version": 0
+    },
+    "xcursor": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
+    "xdamage": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
+    "xdmcp": {
+      "baseline": "1.1.3",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 3
@@ -7248,10 +7348,54 @@
       "baseline": "0.24.3",
       "port-version": 1
     },
+    "xext": {
+      "baseline": "1.3.4",
+      "port-version": 0
+    },
+    "xfixes": {
+      "baseline": "6.0.0",
+      "port-version": 0
+    },
+    "xfont": {
+      "baseline": "2.0.5",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xft": {
+      "baseline": "2.3.4",
+      "port-version": 0
+    },
+    "xi": {
+      "baseline": "1.8",
+      "port-version": 0
+    },
+    "xinerama": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
+    "xkbcommon": {
+      "baseline": "0.10.3",
+      "port-version": 0
+    },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkbfile": {
+      "baseline": "1.1.0",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
+    "xlib": {
+      "baseline": "1.7.2",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 3
@@ -7272,18 +7416,54 @@
       "baseline": "2021-05-17",
       "port-version": 1
     },
+    "xorg-macros": {
+      "baseline": "1.19.3",
+      "port-version": 0
+    },
     "xorstr": {
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xpresent": {
+      "baseline": "1.0.0",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
     },
+    "xproto": {
+      "baseline": "2021.5",
+      "port-version": 0
+    },
+    "xrandr": {
+      "baseline": "1.5.2",
+      "port-version": 0
+    },
+    "xrender": {
+      "baseline": "0.9.10",
+      "port-version": 0
+    },
+    "xres": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
+    "xscrnsaver": {
+      "baseline": "1.2.3",
+      "port-version": 0
+    },
+    "xshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.0.3",
       "port-version": 0
     },
+    "xt": {
+      "baseline": "1.2.1",
+      "port-version": 0
+    },
     "xtensor": {
       "baseline": "0.23.10",
       "port-version": 0
@@ -7304,6 +7484,18 @@
       "baseline": "0.7.2",
       "port-version": 0
     },
+    "xtrans": {
+      "baseline": "1.4.0",
+      "port-version": 0
+    },
+    "xv": {
+      "baseline": "1.0.11",
+      "port-version": 0
+    },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.0",
       "port-version": 2

ports/xshmfence/vcpkg.json Outdated Show resolved Hide resolved
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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for dmx have changed but the version was not updated
version: 1.1.4
old SHA: 62bf9320b62e789b65f8d885702497aa740cf982
new SHA: 6d1a9aab576acf6398f634fc3b4100362125fd27
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1
old SHA: c316078022f4159f578146cf4871c359d5af8321
new SHA: bd487d761061c63f8250aaf18052cc6d25143a5c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7428e7ad..397371ee 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1992,6 +1992,10 @@
       "baseline": "2022-06-22",
       "port-version": 0
     },
+    "dmx": {
+      "baseline": "1.1.4",
+      "port-version": 0
+    },
     "docopt": {
       "baseline": "2018-11-01",
       "port-version": 1
@@ -3672,6 +3676,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3856,6 +3864,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4068,6 +4080,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4457,7 +4473,7 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
+      "baseline": "1.1.4",
       "port-version": 0
     },
     "libxpm": {
@@ -4484,13 +4500,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8084,6 +8104,10 @@
       "baseline": "0.4.2",
       "port-version": 0
     },
+    "xcvt": {
+      "baseline": "0.1.1",
+      "port-version": 0
+    },
     "xerces-c": {
       "baseline": "3.2.3",
       "port-version": 4
@@ -8092,10 +8116,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8120,6 +8156,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8132,6 +8172,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.1.0",
       "port-version": 0
@@ -8160,6 +8204,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 13bd1023..8ba634d1 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f21749dcec98c1024e195c143f3ef8510af390ea",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "59f551a642f1c8b1c6dd02ad3f13d32231e48d4b",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/dmx/vcpkg.json
  • ports/libinput/vcpkg.json
  • ports/xcvt/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1
old SHA: c316078022f4159f578146cf4871c359d5af8321
new SHA: bd487d761061c63f8250aaf18052cc6d25143a5c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7428e7ad..a2fbbf82 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3672,6 +3672,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3856,6 +3860,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4068,6 +4076,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4457,7 +4469,7 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
+      "baseline": "1.1.4",
       "port-version": 0
     },
     "libxpm": {
@@ -4484,13 +4496,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8092,10 +8108,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8120,6 +8148,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8132,6 +8164,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "8.1.0",
       "port-version": 0
@@ -8160,6 +8196,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 13bd1023..8ba634d1 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f21749dcec98c1024e195c143f3ef8510af390ea",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "59f551a642f1c8b1c6dd02ad3f13d32231e48d4b",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

@rinechran
Copy link
Contributor

I respect you

# Conflicts:
#	ports/libx11/portfile.cmake
#	ports/libxmu/vcpkg.json
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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 90b5fb836cda4eba4569a123bca63b957f55232b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7e2698ea..a7b0df28 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3680,6 +3680,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3864,6 +3868,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4076,6 +4084,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4465,8 +4477,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4492,13 +4504,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8104,10 +8120,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8132,6 +8160,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8144,6 +8176,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8172,6 +8208,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..245b39b6 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "f21749dcec98c1024e195c143f3ef8510af390ea",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 90b5fb836cda4eba4569a123bca63b957f55232b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7e2698ea..a7b0df28 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3680,6 +3680,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3864,6 +3868,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4076,6 +4084,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4465,8 +4477,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4492,13 +4504,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8104,10 +8120,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8132,6 +8160,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8144,6 +8176,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8172,6 +8208,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..ed0fc232 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "43d60601f44d9690bf498b12e528c48b92b1c076",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

@JonLiu1993
Copy link
Member

Pinging @Neumann-A for response. Is work still being done for this PR?

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 847731fa..d6e6bb20 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8136,10 +8152,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8164,6 +8192,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8176,6 +8208,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8204,6 +8240,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..ed0fc232 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "43d60601f44d9690bf498b12e528c48b92b1c076",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8d8a5389..a3bddb8b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8140,10 +8156,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8168,6 +8196,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8180,6 +8212,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8208,6 +8244,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8d8a5389..a3bddb8b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8140,10 +8156,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8168,6 +8196,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8180,6 +8212,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8208,6 +8244,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8d8a5389..a3bddb8b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8140,10 +8156,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8168,6 +8196,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8180,6 +8212,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8208,6 +8244,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8d8a5389..a3bddb8b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8140,10 +8156,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8168,6 +8196,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8180,6 +8212,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8208,6 +8244,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xcb-util-wm have changed but the version was not updated
version: 0.4.2
old SHA: da4d2d3ad49ae54dbeacc5e99c3700cdce16d9bb
new SHA: 6d5029ec97a548f17fc02bfc191139b98e214101
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout e46521db005de9208c9ed79ef4f96e212cb9a25a -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8d8a5389..a3bddb8b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3692,6 +3692,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3876,6 +3880,10 @@
       "baseline": "1.3.17",
       "port-version": 0
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 4
@@ -4088,6 +4096,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4477,8 +4489,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.11",
@@ -4504,13 +4516,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 0
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8140,10 +8156,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8168,6 +8196,10 @@
       "baseline": "2021-10-23",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8180,6 +8212,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8208,6 +8244,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

@JonLiu1993
Copy link
Member

Pinging @Neumann-A for response. Is work still being done for this PR?

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!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/xserver/vcpkg.json b/ports/xserver/vcpkg.json
index d3e4fa64..78761b37 100644
--- a/ports/xserver/vcpkg.json
+++ b/ports/xserver/vcpkg.json
@@ -12,13 +12,14 @@
     },
     "libx11",
     "libxau",
-        {
+    {
       "name": "libxcvt",
       "platform": "!windows"
     },
     "libxdmcp",
     "libxfont",
     "libxkbcommon",
+    "libxkbfile",
     {
       "name": "libxshmfence",
       "platform": "!windows"
@@ -43,7 +44,6 @@
     "xcb-util-m4",
     "xcb-util-wm",
     "xkbcomp",
-    "libxkbfile",
     "xkeyboard-config",
     "xorg-macros",
     "xproto",
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: checked-in files for libxaw have changed but the version was not updated
version: 1.0.13
old SHA: 71b085f0a3771532f541cab3ca0d8e4222526949
new SHA: d96b47cb7cccbf5007338bca113a21d1e464f87a
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkeyboard-config have changed but the version was not updated
version: 2.34
old SHA: 1f70ecc4c018bd019487addf703fa56294b4ce40
new SHA: bb4f8b885e156a78f19b0d994a6493ca9c687ef0
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xkbcomp have changed but the version was not updated
version: 1.4.5
old SHA: d7148ca167157419950fbd6796a72fb4a2f5d1b1
new SHA: 80f176fb6e8b1a8e803f58d7def09364a8381e9e
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for xp have changed but the version was not updated
version: 1.0.3
old SHA: d8e65d4ce47a0250391e86f9cc0a088533c52f89
new SHA: 8ce0049eb02ac55c2e7bbfc32550774ee12bb8c7
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for libx11 have changed but the version was not updated
version: 1.8.1#1
old SHA: 990f02cb9422412f2c71e9f3b4616a7331d65fe6
new SHA: d27500ea05ea3c790941c1a6c34a393370be199c
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Use the version scheme "version" instead of "version-string" in port "libinput".

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 0ba60bfef5dea4cb2599daa7ad8364e309835a68 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 99b3538f..df3cae04 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3800,6 +3800,10 @@
       "baseline": "1.1.4",
       "port-version": 0
     },
+    "libdrm": {
+      "baseline": "2.4.108",
+      "port-version": 0
+    },
     "libdshowcapture": {
       "baseline": "0.6.0",
       "port-version": 3
@@ -3988,6 +3992,10 @@
       "baseline": "1.3.17",
       "port-version": 2
     },
+    "libinput": {
+      "baseline": "1.15.5",
+      "port-version": 0
+    },
     "libirecovery": {
       "baseline": "1.0.25",
       "port-version": 6
@@ -4204,6 +4212,10 @@
       "baseline": "1.10.1",
       "port-version": 1
     },
+    "libpciaccess": {
+      "baseline": "0.16",
+      "port-version": 0
+    },
     "libpff": {
       "baseline": "2021-11-14",
       "port-version": 0
@@ -4601,8 +4613,8 @@
       "port-version": 8
     },
     "libxmu": {
-      "baseline": "1.1.3",
-      "port-version": 1
+      "baseline": "1.1.4",
+      "port-version": 0
     },
     "libxpm": {
       "baseline": "3.5.14",
@@ -4628,13 +4640,17 @@
       "baseline": "1.2.3",
       "port-version": 0
     },
+    "libxshmfence": {
+      "baseline": "1.3",
+      "port-version": 0
+    },
     "libxslt": {
       "baseline": "1.1.37",
       "port-version": 1
     },
     "libxt": {
       "baseline": "1.2.1",
-      "port-version": 0
+      "port-version": 1
     },
     "libxtst": {
       "baseline": "1.2.4",
@@ -8356,10 +8372,22 @@
       "baseline": "0.24.3",
       "port-version": 2
     },
+    "xeyes": {
+      "baseline": "1.2.0",
+      "port-version": 0
+    },
     "xframe": {
       "baseline": "0.3.0",
       "port-version": 1
     },
+    "xkbcomp": {
+      "baseline": "1.4.5",
+      "port-version": 0
+    },
+    "xkeyboard-config": {
+      "baseline": "2.34",
+      "port-version": 0
+    },
     "xlnt": {
       "baseline": "1.5.0",
       "port-version": 4
@@ -8384,6 +8412,10 @@
       "baseline": "2021-11-20",
       "port-version": 0
     },
+    "xp": {
+      "baseline": "1.0.3",
+      "port-version": 0
+    },
     "xproperty": {
       "baseline": "0.8.1",
       "port-version": 1
@@ -8396,6 +8428,10 @@
       "baseline": "2.3.4",
       "port-version": 1
     },
+    "xserver": {
+      "baseline": "21.1.4",
+      "port-version": 0
+    },
     "xsimd": {
       "baseline": "9.0.1",
       "port-version": 0
@@ -8424,6 +8460,10 @@
       "baseline": "1.4.0",
       "port-version": 1
     },
+    "xxf86dga": {
+      "baseline": "1.1.5",
+      "port-version": 0
+    },
     "xxhash": {
       "baseline": "0.8.1",
       "port-version": 1
diff --git a/versions/l-/libxmu.json b/versions/l-/libxmu.json
index 03b28903..b1527f2e 100644
--- a/versions/l-/libxmu.json
+++ b/versions/l-/libxmu.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "0e19889555b31a03b81ecee83b65a3dc91583c43",
+      "version": "1.1.4",
+      "port-version": 0
+    },
     {
       "git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
       "version": "1.1.3",
diff --git a/versions/l-/libxt.json b/versions/l-/libxt.json
index f50675f2..7a0b3c54 100644
--- a/versions/l-/libxt.json
+++ b/versions/l-/libxt.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "28b6dc2efa0588690cec3dc57d594d4fee2692c5",
+      "version": "1.2.1",
+      "port-version": 1
+    },
     {
       "git-tree": "ec0636529740c0931c0c31006dc22d5d599f080d",
       "version": "1.2.1",

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)
vcpkg_extract_source_archive_ex -> vcpkg_extract_source_archive
vcpkg_build_msbuild -> vcpkg_install_msbuild
vcpkg_copy_tool_dependencies -> vcpkg_copy_tools
vcpkg_apply_patches should be replaced by the PATCHES arguments to the "extract" helpers (e.g. vcpkg_from_github())

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/xeyes/portfile.cmake
  • ports/xkbcomp/portfile.cmake
  • ports/xserver/portfile.cmake
  • scripts/test_ports/xeyes/portfile.cmake
  • scripts/test_ports/xserver/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/libinput/vcpkg.json
  • ports/xeyes/vcpkg.json
  • ports/xkbcomp/vcpkg.json
  • ports/xkeyboard-config/vcpkg.json
  • ports/xp/vcpkg.json
  • ports/xserver/vcpkg.json
  • ports/xxf86dga/vcpkg.json
  • scripts/test_ports/xeyes/vcpkg.json
  • scripts/test_ports/xserver/vcpkg.json

Valid values for the license field can be found in the documentation

@JonLiu1993
Copy link
Member

Closing this PR since it seems that no progress is being made. Please ping us to reopen if work is still being done.

@JonLiu1993 JonLiu1993 closed this May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Port Request] x11
9 participants