svn commit: r484031 - head/games/crimson

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


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

Log:
  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:
  head/games/crimson/Makefile

Modified: head/games/crimson/Makefile
==============================================================================
--- head/games/crimson/Makefile	Sun Nov  4 13:26:40 2018	(r484030)
+++ head/games/crimson/Makefile	Sun Nov  4 13:29:14 2018	(r484031)
@@ -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-all mailing list