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

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

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

Modified: head/games/paintown/Makefile
==============================================================================
--- head/games/paintown/Makefile	Sun Nov  4 14:15:05 2018	(r484066)
+++ head/games/paintown/Makefile	Sun Nov  4 14:17:18 2018	(r484067)
@@ -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.wA4EHIbx044220>