git: ca5fd0c991d3 - main - audio/musicpd: Enable the webdav storage plugin if curl is enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 06:41:40 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca5fd0c991d382e3bcce32dec80dc4c5e6547931 commit ca5fd0c991d382e3bcce32dec80dc4c5e6547931 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-05-27 06:30:59 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-05-27 06:41:37 +0000 audio/musicpd: Enable the webdav storage plugin if curl is enabled Details: - With curl enabled, the webdav storage plugin can be enabled as well, allowing folks to access their collections via webdav. - No new dependencies are required to support this feature. PR: 271663 Reported by: bsd@abinet.ru MFH: 2023Q2 --- audio/musicpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index b3e38e2e7aa0..1ee77b031f5c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -168,7 +168,7 @@ SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio # Input plugins CDPARANOIA_MESON_ENABLED= cdio_paranoia CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia -CURL_MESON_ENABLED= curl +CURL_MESON_ENABLED= curl webdav CURL_LIB_DEPENDS= libcurl.so:ftp/curl SMB_MESON_ENABLED= smbclient SMB_USES= samba:lib