svn commit: r484019 - head/games/boswars

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:04:27 UTC 2018


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


More information about the svn-ports-all mailing list