Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:20:51 +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: r484025 - head/games/ceferino
Message-ID:  <201811041320.wA4DKpa2008963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 13:20:50 2018
New Revision: 484025
URL: https://svnweb.freebsd.org/changeset/ports/484025

Log:
  Mark BROKEN: fails to build
  
  juego.cc:119:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
          SDL_Rect rect = {0,0, screen->w, screen->h - screen->h/15};
                                ^~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/games/ceferino/Makefile

Modified: head/games/ceferino/Makefile
==============================================================================
--- head/games/ceferino/Makefile	Sun Nov  4 13:13:41 2018	(r484024)
+++ head/games/ceferino/Makefile	Sun Nov  4 13:20:50 2018	(r484025)
@@ -12,6 +12,8 @@ COMMENT=	Game similar to Super Pang
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes
 USES=		gmake



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