Created attachment 225514 [details] patch xscrnsaver was needed when inactivity-reset was introduced: https://github.com/midori-browser/core/commit/8befee34f5ee4613805ea778fd77d0778ce10e79 Since then, it was re-introduced without relying on X11: https://github.com/midori-browser/core/commit/7850aa458ec41a1d0462b0a592a04988c1024c0b Repo grep for xscreensaver includes returns nothing, xscreensaver was dropped in some commit before, hard to git grep or blame since the file where the dependency was introduced no longer exists. This is needed for www/midori to not pull libX11 and related dependencies (Wayland-only environment). Related webkit2-gtk3 PR is 255528.
Thanks for reporting. Let me test this a little before committing.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7718f020d0a0e510c2f3f63932ef25918676db5f commit 7718f020d0a0e510c2f3f63932ef25918676db5f Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-06-04 14:37:02 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-06-04 14:38:37 +0000 www/midori: Fix dependencies - Remove unneeded dependency on xorg xscrnsaver [1] - Add missing dependency on harfbuzz [2] PR: 256392 [1] Reported by: poudriere run [2] www/midori/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Patch committed. Thanks!