svn commit: r484026 - branches/2018Q4/games/ceferino

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:21:10 UTC 2018


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

Log:
  MFH: r484025
  
  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:
  branches/2018Q4/games/ceferino/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/ceferino/Makefile
==============================================================================
--- branches/2018Q4/games/ceferino/Makefile	Sun Nov  4 13:20:50 2018	(r484025)
+++ branches/2018Q4/games/ceferino/Makefile	Sun Nov  4 13:21:09 2018	(r484026)
@@ -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


More information about the svn-ports-branches mailing list