Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:26:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484030 - branches/2018Q4/games/chanta
Message-ID:  <201811041326.wA4DQeCu014633@repo.freebsd.org>

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



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