Bug 273882 - net/knxd: Fix compatibility with fmt 10+
Summary: net/knxd: 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: Matthias Fechner
URL:
Keywords:
Depends on:
Blocks: 273463
  Show dependency treegraph
 
Reported: 2023-09-17 09:11 UTC by Daniel Engberg
Modified: 2023-09-17 13:44 UTC (History)
0 users

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


Attachments
Patch for knxd (1.35 KB, patch)
2023-09-17 09:11 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 09:11:08 UTC
Created attachment 244956 [details]
Patch for knxd

Switch to DISTVERSION for consistency with Porters Handbook and USE_GITHUB
Import upstream PR 549 to fix build with fmt 10+

Reference:
https://github.com/knxd/knxd/pull/549

Compile tested on FreeBSD 13.2-RELEASE (amd64)
Poudriere testport OK 12.4-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-17 13:43:56 UTC
A commit in branch main references this bug:

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

commit e55af8ed99076424c31932b9066d795c886fbdd7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-17 13:41:05 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-09-17 13:43:09 +0000

    net/knxd: fix build with upcoming fmt > 10.0.0 update

    For more details see PR:
    https://github.com/knxd/knxd/pull/549

    PR:             273882

 net/knxd/Makefile | 4 ++++
 net/knxd/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)
Comment 2 Matthias Fechner freebsd_committer freebsd_triage 2023-09-17 13:44:32 UTC
Thanks Daniel, is committed.