git: 381c78bb2d6a - main - multimedia/py-torchcodec: Mark BROKEN, fails to build with FFmpeg 9

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 05 Sep 2026 14:19:53 UTC
The branch main has been updated by diizzy:

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

commit 381c78bb2d6afed08ab34d22825b50c6455ebd0e
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-09-05 11:37:13 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-09-05 14:16:31 +0000

    multimedia/py-torchcodec: Mark BROKEN, fails to build with FFmpeg 9
    
    PR:             297355, 297385
---
 multimedia/py-torchcodec/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/py-torchcodec/Makefile b/multimedia/py-torchcodec/Makefile
index 9983eb002612..7f06c3fe726f 100644
--- a/multimedia/py-torchcodec/Makefile
+++ b/multimedia/py-torchcodec/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/pytorch/torchcodec
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build with FFmpeg 9
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} \
 		${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \