Date: Sun, 4 Nov 2018 13:04:26 +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: r484019 - head/games/boswars Message-ID: <201811041304.wA4D4QEt003046@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:04:26 2018 New Revision: 484019 URL: https://svnweb.freebsd.org/changeset/ports/484019 Log: 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: head/games/boswars/Makefile Modified: head/games/boswars/Makefile ============================================================================== --- head/games/boswars/Makefile Sun Nov 4 12:58:17 2018 (r484018) +++ head/games/boswars/Makefile Sun Nov 4 13:04:26 2018 (r484019) @@ -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.wA4D4QEt003046>