Date: Sun, 4 Nov 2018 13:04:46 +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: r484020 - branches/2018Q4/games/boswars Message-ID: <201811041304.wA4D4kOn003179@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:04:46 2018 New Revision: 484020 URL: https://svnweb.freebsd.org/changeset/ports/484020 Log: MFH: r484019 Mark BROKEN: fails to build engine/map/minimap.cpp:490:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing] SDL_Rect drect = {X, Y, 0, 0}; ^ Reported by: pkg-fallout Modified: branches/2018Q4/games/boswars/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/boswars/Makefile ============================================================================== --- branches/2018Q4/games/boswars/Makefile Sun Nov 4 13:04:26 2018 (r484019) +++ branches/2018Q4/games/boswars/Makefile Sun Nov 4 13:04:46 2018 (r484020) @@ -14,6 +14,8 @@ COMMENT= Futuristic real-time strategy game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build + LIB_DEPENDS= libpng.so:graphics/png \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041304.wA4D4kOn003179>