svn commit: r484105 - branches/2018Q4/games/voxelands

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 16:10:31 UTC 2018


Author: antoine
Date: Sun Nov  4 16:10:30 2018
New Revision: 484105
URL: https://svnweb.freebsd.org/changeset/ports/484105

Log:
  MFH: r484104
  
  Mark BROKEN: fails to build
  
  In file included from src/porting.cpp:33:
  In file included from src/config.h:10:
  src/cmake_config.h:17:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  #define BUILD_INFO "VER="VERSION_STRING" RUN_IN_PLACE=0 USE_GETTEXT=1 INSTALL_PREFIX=/usr/local BUILD_TYPE="BUILD_TYPE
                           ^
  
  Reported by:	pkg-fallout

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

Modified: branches/2018Q4/games/voxelands/Makefile
==============================================================================
--- branches/2018Q4/games/voxelands/Makefile	Sun Nov  4 16:09:54 2018	(r484104)
+++ branches/2018Q4/games/voxelands/Makefile	Sun Nov  4 16:10:30 2018	(r484105)
@@ -12,6 +12,8 @@ COMMENT?=		Fun-Focused voxel world game
 
 LICENSE=		GPLv3+
 
+BROKEN=			fails to build
+
 LIB_DEPENDS=		libIrrlicht.so:x11-toolkits/irrlicht \
 			libfreetype.so:print/freetype2
 


More information about the svn-ports-branches mailing list