git: c6e7fdc9aa8a - main - games/retroarch: Update pkg-message for iichid integration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 09:27:07 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6e7fdc9aa8af841a7f22bc658c2188bdd15121f commit c6e7fdc9aa8af841a7f22bc658c2188bdd15121f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-02-11 09:26:59 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-02-11 09:27:05 +0000 games/retroarch: Update pkg-message for iichid integration Update RetroArch input device backend info in pkg-message --- games/retroarch/Makefile | 1 + games/retroarch/files/pkg-message.in | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index d569bc30e971..4556b379aa94 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -1,6 +1,7 @@ PORTNAME= RetroArch DISTVERSIONPREFIX= v DISTVERSION= 1.17.0 +PORTREVISION= 1 CATEGORIES= games emulators MAINTAINER= ehaupt@FreeBSD.org diff --git a/games/retroarch/files/pkg-message.in b/games/retroarch/files/pkg-message.in index f305c46e8549..0a51c80d609e 100644 --- a/games/retroarch/files/pkg-message.in +++ b/games/retroarch/files/pkg-message.in @@ -3,10 +3,11 @@ message: <<EOM RetroArch supports multiple backends for input devices like gamepads: -- evdev/udev: usable with the kernel driver from sysutils/iichid - or a userspace driver from e.g. multimedia/webcamd - (you have to grant access permissions on the appropriate - /dev/input/eventN device to your user account) +- Kernel driver (iichid): The functionality previously provided + by the sysutils/iichid port is now integrated into the FreeBSD + base system. For more details, consult the iichid(4) man page. + Users may need to adjust access permissions on the appropriate + /dev/input/eventN device for their user account to use gamepads. - SDL2, which uses userspace raw USB HID access (you have to grant access permissions on the appropriate /dev/uhidN device to your user account)