Bug 260115

Summary: games/jinput: unbreak on armv6 and armv7
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Mikael Urankar <mikael>
Status: Closed FIXED    
Severity: Affects Only Me CC: mikael, voidanix
Priority: --- Keywords: easy
Version: LatestFlags: mikael: maintainer-feedback+
fuz: merge-quarterly?
Hardware: arm   
OS: Any   
Attachments:
Description Flags
games/jinput: unbreak on armv6 and armv7 fuz: maintainer-approval? (voidanix)

Description Robert Clausecker freebsd_committer freebsd_triage 2021-11-29 13:08:45 UTC
Created attachment 229790 [details]
games/jinput: unbreak on armv6 and armv7

Having tested this port on armv6 (without Poudriere) and armv7 (with Poudriere) FreeBSD 13, I can confirm that it builds just fine.

The attached patch hence removes the BROKEN entries for these two architectures.

Please MFH if possible.
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2021-11-29 19:41:59 UTC
No need for maintainer approval, this falls under portmgr blanket approval
https://docs.freebsd.org/en/articles/committers-guide/
Trivial and tested build and runtime fixes.
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2021-11-29 21:34:46 UTC
(In reply to Mikael Urankar from comment #1)

You just set the maintainer-feedback flag, not the maintainer-approval flag.  But that said, feel free to commit this patch if you have time.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-01 16:48:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c8785ce1cb5eb2d4f361f1af0b18abe99abb6c4

commit 5c8785ce1cb5eb2d4f361f1af0b18abe99abb6c4
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-12-01 16:45:26 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-12-01 16:46:37 +0000

    games/jinput: Unbreak on armv6 and armv7.

    PR:             260115
    Approved by:    portgmr blanket

 games/jinput/Makefile | 3 ---
 1 file changed, 3 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-12-01 16:48:08 UTC
A commit in branch 2021Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5f456d04123a5bbbf0f724472efb6279a06338c

commit b5f456d04123a5bbbf0f724472efb6279a06338c
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-12-01 16:45:26 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-12-01 16:47:36 +0000

    games/jinput: Unbreak on armv6 and armv7.

    PR:             260115
    Approved by:    portgmr blanket

    (cherry picked from commit 5c8785ce1cb5eb2d4f361f1af0b18abe99abb6c4)

 games/jinput/Makefile | 3 ---
 1 file changed, 3 deletions(-)
Comment 5 Mikael Urankar freebsd_committer freebsd_triage 2021-12-01 16:51:49 UTC
Thanks!