Created attachment 227601 [details] v1 (apply via "git am") Required by https://github.com/swaywm/wlroots/pull/2929 and https://invent.kde.org/plasma/kwayland-server/-/merge_requests/163
All 70 consumers built fine on 12.2 amd64. Mostly my ports, anyway. $ git grep -Fl :graphics/wayland-protocols | sed 's,/Makefile,,; /\.common/{s//-vulkan/;s/multimedia/graphics/;}' | xargs -P20 -I% make -V MAINTAINER -C % | sort | uniq -c | sort -r | head -5 40 jbeich@FreeBSD.org 6 x11@FreeBSD.org 4 multimedia@FreeBSD.org 3 kde@FreeBSD.org 2 desktop@FreeBSD.org
Obviously, the port *itself* builds fine on 11.4/12.2/13.0/14.0 aarch64/amd64/armv6/armv7/i386. Runtime isn't used but x11-toolkits/gtk{3,4}0 have RUN_DEPENDS on wayland-protocols for some reason (tracking it down is non-trivial due to history cut short by external repos).
I've run out of things to test for such a trivial update.
(In reply to Jan Beich from comment #2) Jan, you'll get better collaboration with honey rather than vinegar.
(In reply to Warner Losh from comment #4) Keep silence if you have nothing to add. I'm not your friend or employee.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=134ee71faa0584380c357a475a1cf126a31cef87 commit 134ee71faa0584380c357a475a1cf126a31cef87 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-07-13 18:47:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-03 09:12:11 +0000 graphics/wayland-protocols: update to 1.22 Changes: https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html PR: 258205 Approved by: manu graphics/wayland-protocols/Makefile | 2 +- graphics/wayland-protocols/distinfo | 6 +++--- graphics/wayland-protocols/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-)
Thanks a lot!