Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 12:04:04 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: e4591316fcda - main - multimedia/lives: Mark BROKEN
Message-ID:  <202304271204.33RC44sx046262@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=e4591316fcda1cb483fd04d60d03bd2ba40b1e7b

commit e4591316fcda1cb483fd04d60d03bd2ba40b1e7b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-27 10:02:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-27 12:01:42 +0000

    multimedia/lives: Mark BROKEN
    
    Fails to build with FFmpeg 6 and I can't figure out how to fix it
    
    PR:             261302
    Reported by:    antoine (via exp-run)
---
 multimedia/lives/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index e69acbf4cd1d..b1140d5fd0a0 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -14,6 +14,8 @@ LICENSE_COMB=		multi
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LGPL
 
+BROKEN=		fails to build with FFmpeg 6
+
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
 		analyseplugin:audio/ladspa
 LIB_DEPENDS=	liboil-0.3.so:devel/liboil \



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