Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:29:15 +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: r484031 - head/games/crimson
Message-ID:  <201811041329.wA4DTFL7014833@repo.freebsd.org>

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



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