svn commit: r484032 - branches/2018Q4/games/crimson

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:29:34 UTC 2018


Author: antoine
Date: Sun Nov  4 13:29:32 2018
New Revision: 484032
URL: https://svnweb.freebsd.org/changeset/ports/484032

Log:
  MFH: r484031
  
  Mark BROKEN: fails to build
  
  main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
          cout << PROGRAMNAME" "VERSION << endl;
                                ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/games/crimson/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/crimson/Makefile
==============================================================================
--- branches/2018Q4/games/crimson/Makefile	Sun Nov  4 13:29:14 2018	(r484031)
+++ branches/2018Q4/games/crimson/Makefile	Sun Nov  4 13:29:32 2018	(r484032)
@@ -15,6 +15,8 @@ COMMENT=	Tactical war game in the tradition of Battle 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 USE_SDL=	mixer sdl ttf


More information about the svn-ports-branches mailing list