mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
bd7b11985e
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)