Date: Sun, 4 Nov 2018 14:08:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484060 - branches/2018Q4/graphics/mandelbulber Message-ID: <201811041408.wA4E8b93038451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:08:36 2018 New Revision: 484060 URL: https://svnweb.freebsd.org/changeset/ports/484060 Log: MFH: r484059 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: branches/2018Q4/graphics/mandelbulber/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/mandelbulber/Makefile ============================================================================== --- branches/2018Q4/graphics/mandelbulber/Makefile Sun Nov 4 14:08:00 2018 (r484059) +++ branches/2018Q4/graphics/mandelbulber/Makefile Sun Nov 4 14:08:36 2018 (r484060) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041408.wA4E8b93038451>