Created attachment 209430 [details] v0 Upstream dropped autotools in favor of Meson but USES=xorg-cat:lib,meson is not supported. See URL field for complete changelog. Tested via x11-wm/sway. To test from X11 comfort zone try $ pkg install cage gtk3 $ export XDG_RUNTIME_DIR=$(mktemp -dt .xdg-$(id -un)) $ XKB_DEFAULT_RULES=evdev cage env GTK_BACKEND=wayland gtk3-demo <Press arrow keys to navigate>
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/101846544
Moved patch to Phabricator. I don't feel like spamming here with testing results.
A commit references this bug: Author: zeising Date: Sat Feb 15 15:33:17 UTC 2020 New revision: 526224 URL: https://svnweb.freebsd.org/changeset/ports/526224 Log: x11/libxkbcommon: Update to 0.10 Update x11/libxkbcommon to 0.10 Switch to use the meson buildsystem, since the autotools buildsystem has been removed. Drop USES=xorg-cat until it supports the meson build system. Add DIST_SUBDIR and USES=pkgconfig to mimic USES=xorg-cat. This release does not build and install the static libraries, but they seem not to be used by any consumer (in the ports tree) anyway. Note that while it looks like wayland support is disabled, it is just a test, tests/interactive-wayland.c that's not built. This test isn't installed even in the case it's built. libxkbcommon is mainly used by Wayland consumers. changelog: https://github.com/xkbcommon/libxkbcommon/compare/xkbcommon-0.8.4...xkbcommon-0.10.0 PR: 242238 Submitted by: jbeich Differential Revision: https://reviews.freebsd.org/D23686 Changes: head/x11/libxkbcommon/Makefile head/x11/libxkbcommon/distinfo head/x11/libxkbcommon/pkg-plist
Committed, leave this open for a day or two just in case.