Bug 278912 - audio/cmus: Remove CDDB support
Summary: audio/cmus: Remove CDDB support
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-11 11:57 UTC by Daniel Engberg
Modified: 2024-05-11 12:24 UTC (History)
0 users

See Also:
eduardo: maintainer-feedback+


Attachments
Patch for cmus (806 bytes, patch)
2024-05-11 11:57 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-05-11 11:57:48 UTC
Created attachment 250584 [details]
Patch for cmus

CDDB is yet again broken so remove support (and in tree)

Reference:
https://hydrogenaud.io/index.php/topic,125880.0.html
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2024-05-11 12:16:49 UTC
Hello,

Could you commit it?

Thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-11 12:24:09 UTC
A commit in branch main references this bug:

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

commit 027f49b3eebd2fb321d50cddd7044473ade73f72
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-11 12:22:03 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-11 12:22:07 +0000

    audio/cmus: Remove CDDB support

    CDDB is a legacy protocol/service and is yet again broken
    so remove support

    Reference:
    https://hydrogenaud.io/index.php/topic,125880.0.html

    PR:             278912
    Reviewed by:    eduardo (maintainer)

 audio/cmus/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-05-11 12:24:20 UTC
Fixed, thanks