Bug 278861 - sysutils/libcdio: Disable CDDB support
Summary: sysutils/libcdio: Disable 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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-09 05:40 UTC by Daniel Engberg
Modified: 2024-05-18 15:31 UTC (History)
0 users

See Also:
jhale: maintainer-feedback+


Attachments
Patch for libcdio (1.07 KB, patch)
2024-05-09 05:40 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-09 05:40:09 UTC
Created attachment 250540 [details]
Patch for libcdio

Broken, follow suite of others distros and disable support
While at it disable support for vcd-info and adjust Makefile for readability

Reference:
https://hydrogenaud.io/index.php?PHPSESSID=029bfbfmciujgqp7o212mip5vd&topic=125880.0
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-17 18:51:22 UTC
Friendly ping
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-18 15:26:11 UTC
A commit in branch main references this bug:

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

commit 1111d2b95613b16e4cd0b1425e244de1f777d41f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-18 15:23:57 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-05-18 15:25:43 +0000

    sysutils/libcdio: Disable broken CDDB support

    While here, pet portclippy(1) and portlint(1).

    PR:             278861

 sysutils/libcdio/Makefile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2024-05-18 15:31:46 UTC
Committed, but I ordered the Makefile according to portclippy(1). Please be careful to use tabs instead of spaces when declaring variables. Using portlint(1) would have caught this.