[Bug 293736] multimedia/mpv: Disable YTDLP option by default

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Mar 2026 17:35:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293736

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit bd7b11985eecd759e36eb1f40b52eeb494b30493
Author:     Joel Bodenmann <jbo@FreeBSD.org>
AuthorDate: 2026-03-11 14:57:23 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
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.