Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:29:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484032 - branches/2018Q4/games/crimson
Message-ID:  <201811041329.wA4DTX32014963@repo.freebsd.org>

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



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