Created attachment 253003 [details] v1 I've updated retroarch, but libretro-core-info needs to be updated as well so some weird situation doesn't happens (thanks Gouchi for pointing out). Example: https://forums.freebsd.org/threads/retroarch-core.89947/#post-618758
(In reply to Daniel Menelkir from comment #0) Is this a patch to fix the runtime? If this is the case, then we don't need to wait for maintainer approval or timeout 2 weeks for a trivial update.
(In reply to Vladimir Druzenko from comment #1) It's more like a secondary effect, since all emulators that uses retroarch (called cores) needs those info files to identify the cores. Since the main use of retroarch is to use emulator cores, we can safely assume it can cause runtime issues.
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:14:amd64" -- no architecture specific files found: **** could this package use a wildcard architecture? Probably we can add: NO_ARCH=yes
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4cba7125dfd526daabbac1b7c4fc54aab248d5a commit d4cba7125dfd526daabbac1b7c4fc54aab248d5a Author: Daniel Menelkir <dmenelkir@gmail.com> AuthorDate: 2024-08-22 15:40:10 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-22 15:40:10 +0000 games/libretro-core-info: update 1.16.0 → 1.19.0 Fix consumers runtime. Add NO_ARCH=yes - port have text files only. Changelogs/commitlogs: https://github.com/libretro/libretro-core-info/releases/tag/v1.18.0 https://github.com/libretro/libretro-core-info/compare/v1.16.0.3...v1.19.0 PR: 280990 Approved by: Clockwork <Clockwork6400@protonmail.com> (maintainer, implicit) games/libretro-core-info/Makefile | 4 +++- games/libretro-core-info/distinfo | 6 +++--- games/libretro-core-info/pkg-plist | 8 ++++++++ 3 files changed, 14 insertions(+), 4 deletions(-)
Thanks.