Issue in this commit: https://cgit.freebsd.org/ports/commit/multimedia/libdv?id=3218e783d9285d3b0a572c896765be0ddd6791d9 IMHO: revert back it and create exp-run - all dependent ports can fix dependencies before this change.
I'll break out encodedv, thanks for the report!
Patch available here: https://reviews.freebsd.org/D32882 I missed the runtime dependency in 3218e783d9285d3b0a572c896765be0ddd6791d9, sorry about that.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=22819cbbd526e46e9f8a3cb387fd90eac6d2d831 commit 22819cbbd526e46e9f8a3cb387fd90eac6d2d831 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-11-07 19:42:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-11-07 19:56:35 +0000 multimedia/libdv: Partially re-enable tools Re-enable utilities that are used for encoding and stream processing Upstream haven't connected playdv so no additional dependencies are needed. PR: 259695 Approved by: arrowd (mentor), tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D32882 multimedia/libdv/Makefile | 4 ++-- multimedia/libdv/pkg-plist | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-)
Fixed, thanks for submitting a PR!
Thanks!