Bug 280990 - games/libretro-core-info: update to 1.19.0
Summary: games/libretro-core-info: update to 1.19.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-22 07:25 UTC by Daniel Menelkir
Modified: 2024-08-22 15:45 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (Clockwork6400)


Attachments
v1 (3.92 KB, patch)
2024-08-22 07:25 UTC, Daniel Menelkir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Menelkir 2024-08-22 07:25:10 UTC
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
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-22 13:01:02 UTC
(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.
Comment 2 Daniel Menelkir 2024-08-22 13:08:27 UTC
(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.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-22 15:34:28 UTC
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
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-08-22 15:45:10 UTC
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(-)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-22 15:45:26 UTC
Thanks.