svn commit: r484068 - branches/2018Q4/games/paintown

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


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


More information about the svn-ports-all mailing list