Bug 258246 - audio/fasttracker2: backport upstream fix for Wayland
Summary: audio/fasttracker2: backport upstream fix for Wayland
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-09-03 11:27 UTC by Ghost
Modified: 2021-09-05 18:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ehaupt)
2khramtsov: maintainer-feedback?


Attachments
v1 (use "git am") (1.49 KB, patch)
2021-09-03 11:27 UTC, Ghost
no flags Details | Diff
v1.1 (use "git am") (1.50 KB, patch)
2021-09-03 11:34 UTC, Ghost
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ghost 2021-09-03 11:27:52 UTC
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).
Comment 1 Ghost 2021-09-03 11:34:08 UTC
Created attachment 227642 [details]
v1.1 (use "git am")

Use GH_ACCOUNT, etc instead, forgot about this.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-05 18:28:58 UTC
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(-)
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2021-09-05 18:29:37 UTC
Committed, thanks!