Bug 273880 - multimedia/kodi: Fix compatibility with fmt 10+
Summary: multimedia/kodi: Fix compatibility with fmt 10+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks: 273463
  Show dependency treegraph
 
Reported: 2023-09-17 08:55 UTC by Daniel Engberg
Modified: 2023-09-23 08:49 UTC (History)
2 users (show)

See Also:
yzrh: maintainer-feedback+


Attachments
Patch for kodi (1.56 KB, patch)
2023-09-17 08:55 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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