Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2023 10:38:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a096b27541d0 - 2023Q2 - www/firefox-esr: supports Gamepad API after 0f60b8e1e225
Message-ID:  <202305101038.34AAcW83008248@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by jbeich:

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

commit a096b27541d0d6fb817677735458bf784a9367e6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-10 10:36:37 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-10 10:38:15 +0000

    www/firefox-esr: supports Gamepad API after 0f60b8e1e225
    
    (cherry picked from commit b42def62d96cac450207dd7e9267060875137bf5)
---
 www/firefox-esr/pkg-message | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message
index cd87a3f55921..dd7e7453a8d7 100644
--- a/www/firefox-esr/pkg-message
+++ b/www/firefox-esr/pkg-message
@@ -9,7 +9,6 @@ Some features found on Windows, macOS and Linux are not implemented:
 - Process sandboxing (requires Capsicum backend)
 - Reduced memory usage (requires mozjemalloc)
 - Crash Reporter (requires Google Breakpad and reproducible builds)
-- Gamepad API (requires libusbhid backend)
 - WebVR (requires open source runtime)
 - TCP fast open
 - `about:networking` (requires link state notification)
@@ -30,6 +29,11 @@ Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
 Other backends are limited to `default` which is usually `/dev/dsp`,
 so use virtual_oss to reroute microphones from non-default devices.
 
+## Gamepad API
+
+Requires evdev(4) joystick support. On FreeBSD 13 and later enable hgame(4)
+while older versions can use sysutils/iichid or multimedia/webcamd.
+
 ## smb:// issues
 Network group, machine, and share browsing does not work correctly.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305101038.34AAcW83008248>