Bug 273880

Summary: multimedia/kodi: Fix compatibility with fmt 10+
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, yzrh
Priority: --- Flags: yzrh: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 273463    
Attachments:
Description Flags
Patch for kodi none

Description Daniel Engberg freebsd_committer freebsd_triage 2023-09-17 08:55:52 UTC
Created attachment 244955 [details]
Patch for kodi

Backport upstream commit 58a24d4e6165e838d102e807a003db0d9c186de7 to fix build with fmt 10+

Poudriere testport OK 12.4-RELEASE (amd64)
Comment 1 yzrh 2023-09-17 23:26:29 UTC
Looks fine and builds fine (on 13.2-RELEASE).  Thanks for the help.
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2023-09-18 20:36:57 UTC
^Triage: reporter is committer, assign accordingly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-09-23 08:47:55 UTC
A commit in branch main references this bug:

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

commit 6456388376c3663eb8f3cb7fb1a9b55ee35e393c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-23 08:41:49 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-09-23 08:42:39 +0000

    multimedia/kodi: Fix compatibility with fmt 10

    Backport upstream commit 58a24d4e6165e838d102e807a003db0d9c186de7 to
    fix build with fmt 10

    Reference:
    https://github.com/xbmc/xbmc/commit/58a24d4e6165e838d102e807a003db0d9c186de7

    PR:             273880
    Reviewed by:    yrzh <yzrh@noema.org> (maintainer)

 multimedia/kodi/Makefile | 3 +++
 multimedia/kodi/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2023-09-23 08:49:21 UTC
Committed, thanks