svn commit: r484020 - branches/2018Q4/games/boswars

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


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


More information about the svn-ports-branches mailing list