Date: Sun, 4 Nov 2018 13:54:02 +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: r484048 - head/emulators/fs-uae Message-ID: <201811041354.wA4Ds2jJ031325@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:54:02 2018 New Revision: 484048 URL: https://svnweb.freebsd.org/changeset/ports/484048 Log: Mark BROKEN: fails to build src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing] uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0}; ^~~~~~~~~~ Reported by: pkg-fallout Modified: head/emulators/fs-uae/Makefile Modified: head/emulators/fs-uae/Makefile ============================================================================== --- head/emulators/fs-uae/Makefile Sun Nov 4 13:52:03 2018 (r484047) +++ head/emulators/fs-uae/Makefile Sun Nov 4 13:54:02 2018 (r484048) @@ -13,6 +13,8 @@ COMMENT= Amiga emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + LIB_DEPENDS= libpng.so:graphics/png \ libopenal.so:audio/openal-soft
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041354.wA4Ds2jJ031325>