Date: Sun, 4 Nov 2018 14:48:33 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484096 - head/emulators/vba Message-ID: <201811041448.wA4EmXMn063219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:48:33 2018 New Revision: 484096 URL: https://svnweb.freebsd.org/changeset/ports/484096 Log: Mark BROKEN: fails to build ../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] address & 255, ^~~~~~~~~~~~~ Reported by: pkg-fallout Modified: head/emulators/vba/Makefile Modified: head/emulators/vba/Makefile ============================================================================== --- head/emulators/vba/Makefile Sun Nov 4 14:47:15 2018 (r484095) +++ head/emulators/vba/Makefile Sun Nov 4 14:48:33 2018 (r484096) @@ -13,6 +13,8 @@ COMMENT= Open source Gameboy Advance emulator LICENSE= GPLv2 +BROKEN= fails to build + BUILD_DEPENDS= nasm:devel/nasm LIB_DEPENDS= libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041448.wA4EmXMn063219>