[Bug 293736] multimedia/mpv: Disable YTDLP option by default
| Newsgroups | gmane.os.freebsd.devel.multimedia |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293736 --- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd7b11985eecd759e36eb1f40b52eeb494b30493 commit bd7b11985eecd759e36eb1f40b52eeb494b30493 Author: Joel Bodenmann <[email protected]> AuthorDate: 2026-03-11 14:57:23 +0000 Commit: Joel Bodenmann <[email protected]> CommitDate: 2026-03-11 17:34:12 +0000 multimedia/mpv: Disable YTDLP option by default The www/yt-dlp dependency now requires npm and deno as dependencies (via www/py-yt-dlp-ejs). This pulls in a bunch of build and run dependencies which were not previously required. There are two main downsides to this: 1. Exploding build times 2. Installing multimedia/mpv on a system now also installs a javascript interpreter which violates POLA and is generally not desirable. Therefore, we're disabling the YTDLP option by default. PR: 293736 Approved by: makc (multimedia) multimedia/mpv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.