Created attachment 252570 [details] git patch To run 86Box, users need to install the necessary ROMs. This patch provides a helper script called 86Box-install-roms.sh that automates this process.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2c76bc40a757fd78ebd31b13616f916e6dfc012 commit d2c76bc40a757fd78ebd31b13616f916e6dfc012 Author: gatekeeper <tiago.gasiba@gmail.com> AuthorDate: 2024-08-07 00:12:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-07 00:12:33 +0000 emulators/86Box: add helper script to allow user to easily download ROMs To run 86Box, users need to install the necessary ROMs. This commit provides a helper script called 86Box-install-roms.sh that automates this process. PR: 280664 emulators/86Box/Makefile | 9 ++- .../86Box/files/86Box-install-roms.sh.in (new) | 69 ++++++++++++++++++++++ emulators/86Box/pkg-message (new) | 9 +++ emulators/86Box/pkg-plist | 1 + 4 files changed, 87 insertions(+), 1 deletion(-)
Thanks.