svn commit: r484029 - head/games/chanta

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


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

Log:
  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:
  head/games/chanta/Makefile

Modified: head/games/chanta/Makefile
==============================================================================
--- head/games/chanta/Makefile	Sun Nov  4 13:24:32 2018	(r484028)
+++ head/games/chanta/Makefile	Sun Nov  4 13:26:21 2018	(r484029)
@@ -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-all mailing list