Bug 275513 - audio/musicpd: Fix dependency for CURL option
Summary: audio/musicpd: Fix dependency for CURL option
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: Thomas Zander
URL:
Keywords: patch
: 273602 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-12-03 22:03 UTC by Daniel Engberg
Modified: 2023-12-11 13:54 UTC (History)
1 user (show)

See Also:
riggs: maintainer-feedback+


Attachments
Patch for musicpd (442 bytes, patch)
2023-12-03 22:03 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-12-03 22:03:52 UTC
Created attachment 246756 [details]
Patch for musicpd

CURL enables curl and webdav support, webdav supports requires expat however the PLAYLISTS option toggles expat support which causes a conflict. If CURL is selected always require PLAYLISTS too to make sure expat is available.
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2023-12-07 07:40:13 UTC
*** Bug 273602 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-12-09 08:20:35 UTC
A commit in branch main references this bug:

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

commit 7e50d55c75b15740b32a7fb2e5d28237cd455dba
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-12-08 07:09:00 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-12-09 08:19:41 +0000

    audio/musicpd: Fix dependency for CURL option

    PR:             275513
    Reported by:    diizzy, listac@nebelschwaden.de
    MFH:            2023Q4

 audio/musicpd/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-12-11 09:25:51 UTC
A commit in branch 2023Q4 references this bug:

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

commit 73f8e70fbb623b7595720714f4078c95ee149b00
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-12-08 07:09:00 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-12-11 09:25:02 +0000

    audio/musicpd: Fix dependency for CURL option

    PR:             275513
    Reported by:    diizzy, listac@nebelschwaden.de
    MFH:            2023Q4

    (cherry picked from commit 7e50d55c75b15740b32a7fb2e5d28237cd455dba)

 audio/musicpd/Makefile | 2 ++
 1 file changed, 2 insertions(+)