| Summary: | ftp/coeurl: Fix compatibility with fmt 10+ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
| Component: | Individual Port(s) | Assignee: | Adriaan de Groot <adridg> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(adridg) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 273463 | ||||||
| Attachments: |
|
||||||
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c75e8803b5ff85b592f425bb754860b51b1ac4cc commit c75e8803b5ff85b592f425bb754860b51b1ac4cc Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-09-18 19:12:53 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-09-18 20:24:13 +0000 ftp/coeurl: fix build with {fmt} 10 - add fmt as a dependency, make it build by pulling in upstream commit 831e2ee8e9cf08ea1ee9736cde8370f9d0312abc PR: 273875 Provided by: diizzy@ ftp/coeurl/Makefile | 8 ++++---- ftp/coeurl/files/patch-lib_client.cpp (new) | 19 +++++++++++++++++++ net-im/mtxclient/Makefile | 2 +- net-im/nheko/Makefile | 2 +- 4 files changed, 25 insertions(+), 6 deletions(-) |
Created attachment 244951 [details] Patch for coeurl Backport upstream commit 831e2ee8e9cf08ea1ee9736cde8370f9d0312abc to fix build with fmt 10+ Compile tested on FreeBSD 13.2-RELEASE (amd64) Poudriere testport OK 12.4-RELEASE (amd64)