Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:26:21 +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: r484029 - head/games/chanta
Message-ID:  <201811041326.wA4DQLG9014503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041326.wA4DQLG9014503>