Bug 276722 - audio/ncmpcpp: Fix build with taglib 2.0
Summary: audio/ncmpcpp: Fix build with taglib 2.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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks: 276677
  Show dependency treegraph
 
Reported: 2024-01-29 21:28 UTC by Daniel Engberg
Modified: 2024-02-05 00:29 UTC (History)
2 users (show)

See Also:
yamagi: maintainer-feedback+


Attachments
Patch for ncmpcpp (1.04 KB, patch)
2024-01-29 21:28 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 2024-01-29 21:28:35 UTC
Created attachment 248071 [details]
Patch for ncmpcpp

Backport upstream pull request 590

Reference:
https://github.com/ncmpcpp/ncmpcpp/pull/590

Poudriere testport OK 13.2-RELEASE (amd64)
Comment 1 yamagi 2024-02-01 17:02:46 UTC
Looks good. Thank you for backporting the pull request! :)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-02-03 12:13:39 UTC
^Triage: reporter is committer, assign accordingly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-05 00:10:20 UTC
A commit in branch main references this bug:

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

commit 3524138f8aa204d06ad4ec6fe63802403461f129
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-05 00:06:01 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-05 00:09:53 +0000

    audio/ncmpcpp: Fix build with Taglib 2.0

    Backport upstream pull request 590

    Reference:
    https://github.com/ncmpcpp/ncmpcpp/pull/590

    PR:             276722
    Reviewed by:    yamagi@yamagi.org (maintainer)

 audio/ncmpcpp/Makefile | 3 +++
 audio/ncmpcpp/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-02-05 00:29:19 UTC
Committed, thanks!