Date: Sun, 4 Nov 2018 13:54:22 +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: r484049 - branches/2018Q4/emulators/fs-uae Message-ID: <201811041354.wA4DsM6L031455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:54:21 2018 New Revision: 484049 URL: https://svnweb.freebsd.org/changeset/ports/484049 Log: MFH: r484048 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: branches/2018Q4/emulators/fs-uae/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/fs-uae/Makefile ============================================================================== --- branches/2018Q4/emulators/fs-uae/Makefile Sun Nov 4 13:54:02 2018 (r484048) +++ branches/2018Q4/emulators/fs-uae/Makefile Sun Nov 4 13:54:21 2018 (r484049) @@ -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.wA4DsM6L031455>