svn commit: r556950 - head/graphics/radiance

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 4 05:26:29 UTC 2020


Author: yuri
Date: Fri Dec  4 05:26:28 2020
New Revision: 556950
URL: https://svnweb.freebsd.org/changeset/ports/556950

Log:
  graphics/radiance: Broken with the latest multimedia/mpv
  
  Reported by:	fallout

Modified:
  head/graphics/radiance/Makefile

Modified: head/graphics/radiance/Makefile
==============================================================================
--- head/graphics/radiance/Makefile	Fri Dec  4 04:07:35 2020	(r556949)
+++ head/graphics/radiance/Makefile	Fri Dec  4 05:26:28 2020	(r556950)
@@ -12,6 +12,8 @@ COMMENT=	Video art software for VJs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build with the latest mpv: https://github.com/zbanks/radiance/issues/114
+
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \
 		libmpv.so:multimedia/mpv \


More information about the svn-ports-head mailing list