svn commit: r484030 - branches/2018Q4/games/chanta

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:26:41 UTC 2018


Author: antoine
Date: Sun Nov  4 13:26:40 2018
New Revision: 484030
URL: https://svnweb.freebsd.org/changeset/ports/484030

Log:
  MFH: r484029
  
  Mark BROKEN: fails to build
  
  Mundo.cpp:262:19: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
          SDL_Rect rect = {x, y, w, h};
                           ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/games/chanta/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/chanta/Makefile
==============================================================================
--- branches/2018Q4/games/chanta/Makefile	Sun Nov  4 13:26:21 2018	(r484029)
+++ branches/2018Q4/games/chanta/Makefile	Sun Nov  4 13:26:40 2018	(r484030)
@@ -13,6 +13,8 @@ COMMENT=	Free 2D jump and run game
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 USES=		gmake
 USE_SDL=	sdl image mixer
 GNU_CONFIGURE=	yes


More information about the svn-ports-branches mailing list