Date: Sun, 4 Nov 2018 16:10:30 +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: r484105 - branches/2018Q4/games/voxelands Message-ID: <201811041610.wA4GAU1s005271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041610.wA4GAU1s005271>