svn commit: r484059 - head/graphics/mandelbulber

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:08:02 UTC 2018


Author: antoine
Date: Sun Nov  4 14:08:00 2018
New Revision: 484059
URL: https://svnweb.freebsd.org/changeset/ports/484059

Log:
  Mark BROKEN: fails to build
  
  ../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned short' in initializer list [-Wc++11-narrowing]
                                                  sRGB16 globalLight = { AO.R * 4096.0, AO.G * 4096.0, AO.B * 4096.0 };
                                                                         ^~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/mandelbulber/Makefile

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Sun Nov  4 14:04:43 2018	(r484058)
+++ head/graphics/mandelbulber/Makefile	Sun Nov  4 14:08:00 2018	(r484059)
@@ -14,6 +14,8 @@ COMMENT=	3D Mandelbrot fractal renderer
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	glib20 gtk20
 BUILD_WRKSRC=	${WRKSRC}/makefiles


More information about the svn-ports-all mailing list