Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:17:39 +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: r484068 - branches/2018Q4/games/paintown
Message-ID:  <201811041417.wA4EHdrw044350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:17:39 2018
New Revision: 484068
URL: https://svnweb.freebsd.org/changeset/ports/484068

Log:
  MFH: r484067
  
  Mark BROKEN: fails to build
  
  In file included from build/sdl/util/init.cpp:38:
  build/sdl/util/dumb/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  #define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                            ^
  
  Reported by:	pkg-fallout

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

Modified: branches/2018Q4/games/paintown/Makefile
==============================================================================
--- branches/2018Q4/games/paintown/Makefile	Sun Nov  4 14:17:18 2018	(r484067)
+++ branches/2018Q4/games/paintown/Makefile	Sun Nov  4 14:17:39 2018	(r484068)
@@ -13,6 +13,8 @@ COMMENT=	Fighting game similar to Streets of Rage and 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	liballeg.so:devel/allegro \
 		libpng.so:graphics/png \
 		libfreetype.so:print/freetype2



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