svn commit: r484067 - head/games/paintown

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:17:19 UTC 2018


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


More information about the svn-ports-all mailing list