Created attachment 227641 [details] v1 (use "git am") SDL_DRIVER=wayland results in mouse click not being registered. Backport upstream change to fix this. Build/runtime tested on FreeBSD 14-CURRENT/amd64 with SDL 2.0.16: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252371 (The default SDL in ports segfaults for me).
Created attachment 227642 [details] v1.1 (use "git am") Use GH_ACCOUNT, etc instead, forgot about this.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a28b418860fea77ad55c8164d70a014df78190e commit 1a28b418860fea77ad55c8164d70a014df78190e Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-09-03 10:53:12 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-09-05 18:28:04 +0000 audio/fasttracker2: backport upstream fix for Wayland SDL_DRIVER=wayland results in mouse click not being registered. Backport upstream change to fix this. PR: 258246 audio/fasttracker2/Makefile | 4 ++++ audio/fasttracker2/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-)
Committed, thanks!