Created attachment 199693 [details] Patch to various Makefiles BUILD_DEPENDS rules. When building with Wayland support, many ports fail to compile due to a recent move of the linux/input.h header file from the multimedia/v4l_compat port to devel/evdev-proto. Attached is a patch that adjusts the BUILD_DEPENDS rules to point to the new location for the header file.
Take a guess and assign to kde@ and Cc: all other maintainers. audio/ardour danfe@FreeBSD.org devel/sdl20 amdmi3@FreeBSD.org multimedia/gstreamer1-plugins multimedia@FreeBSD.org multimedia/kdenlive kde@FreeBSD.org net/freerdp kevans@FreeBSD.org x11-drivers/xf86-video-qxl ports@FreeBSD.org
Thanks, committed to branches/plasma5-5.13. mfg Tobias
Not that I have any concerns or anything with this, but is area51 purely a KDE thing or...?
(In reply to Kyle Evans from comment #3) Yep, area51 was the name of kde@'s development repository before we moved it to github.
To elaborate: several FreeBSD (sub-)projects have their own fork of the FreeBSD ports tree on GitHub. KDE has one, and we call it Area51 for historical reasons. kde@ keeps a bunch of branches in-flight there, generally for upcoming releases of things: for instance, Plasma 5.13 (which has been blocked for a long time due to libinput). tcberner@ has committed https://github.com/freebsd/freebsd-ports-kde/commit/3964d583f8b55f7f77b43dfe54d4f3a2017b791a which has no effect the official ports tree for now. Other ports (e.g. ardour) should consider whether to patch by themselves, or "just" wait for the merge of this branch.