Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 12:04:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b6b5187d8ed - main - multimedia/vapoursynth-l-smash-works: Mark BROKEN
Message-ID:  <202304271204.33RC4BLG046382@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit 6b6b5187d8ed9856024e208bba6f24a9164c1894
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-27 10:19:08 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-27 12:01:43 +0000

    multimedia/vapoursynth-l-smash-works: Mark BROKEN
    
    Fails to build with FFmpeg 6
    
    PR:             270303
    Reviewed by:    jbeich (maintainer)
---
 multimedia/vapoursynth-l-smash-works/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index b99efe0e89ac..4a9ce5d9d90a 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/VFR-maniac/L-SMASH-Works/tree/master/VapourSynth
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with FFmpeg 6 (PR 270303)
+
 BUILD_DEPENDS=	${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth
 BUILD_DEPENDS+=	ffmpeg>=3.2,1:multimedia/ffmpeg
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271204.33RC4BLG046382>