Date: Sun, 4 Nov 2018 16:09:54 +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: r484104 - head/games/voxelands Message-ID: <201811041609.wA4G9sGF005098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 16:09:54 2018 New Revision: 484104 URL: https://svnweb.freebsd.org/changeset/ports/484104 Log: 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: head/games/voxelands/Makefile Modified: head/games/voxelands/Makefile ============================================================================== --- head/games/voxelands/Makefile Sun Nov 4 16:07:56 2018 (r484103) +++ head/games/voxelands/Makefile Sun Nov 4 16:09:54 2018 (r484104) @@ -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?201811041609.wA4G9sGF005098>