Bug 268496 - multimedia/kodi: Fix build with new devel/libfmt (9.1.0)
Summary: multimedia/kodi: Fix build with new devel/libfmt (9.1.0)
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: Nuno Teixeira
URL: https://pkg-status.freebsd.org/beefy1...
Keywords: patch, regression
Depends on:
Blocks: 268081
  Show dependency treegraph
 
Reported: 2022-12-21 01:32 UTC by yzrh
Modified: 2022-12-23 19:01 UTC (History)
4 users (show)

See Also:


Attachments
patch for libfmt 9 (2.46 KB, patch)
2022-12-21 01:32 UTC, yzrh
no flags Details | Diff
testport log (bzip2) (149.34 KB, application/x-bzip)
2022-12-21 01:32 UTC, yzrh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description yzrh 2022-12-21 01:32:02 UTC
Created attachment 238952 [details]
patch for libfmt 9

New devel/libfmt (9.1.0) breaks build process.  Attached
is the patch from upstream.
Comment 1 yzrh 2022-12-21 01:32:28 UTC
Created attachment 238953 [details]
testport log (bzip2)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2022-12-22 08:29:00 UTC
Thanks for the patch, if possible, please set your name in https://bugs.freebsd.org/bugzilla/userprefs.cgi?tab=account so we can use it in `git commit --author`
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-12-23 18:59:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=445155586d0641fda327daffffc0044723eb0d18

commit 445155586d0641fda327daffffc0044723eb0d18
Author:     yzrh <yzrh@noema.org>
AuthorDate: 2022-12-23 18:57:37 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-23 18:59:12 +0000

    multimedia/kodi: Fix build with new devel/libfmt (9.1.0)

     - pet portlint

    PR:             268496

 multimedia/kodi/Makefile                           |  7 +++--
 .../kodi/files/patch-xbmc_utils_GLUtils.cpp (new)  | 35 ++++++++++++++++++++++
 ...patch-xbmc_windowing_X11_WinSystemX11.cpp (new) | 14 +++++++++
 3 files changed, 53 insertions(+), 3 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-23 19:01:35 UTC
Committed, thanks!