svn commit: r483980 - head/games/warsow
Antoine Brodin
antoine at FreeBSD.org
Sun Nov 4 09:46:06 UTC 2018
Author: antoine
Date: Sun Nov 4 09:46:05 2018
New Revision: 483980
URL: https://svnweb.freebsd.org/changeset/ports/483980
Log:
Mark BROKEN: fails to build
game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
{ ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t, trace.allsolid) },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Modified:
head/games/warsow/Makefile
Modified: head/games/warsow/Makefile
==============================================================================
--- head/games/warsow/Makefile Sun Nov 4 09:43:49 2018 (r483979)
+++ head/games/warsow/Makefile Sun Nov 4 09:46:05 2018 (r483980)
@@ -14,6 +14,8 @@ COMMENT= Futuristic, fast-paced first person shooter
LICENSE= GPLv2
+BROKEN= fails to build
+
LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/basewsw/data1_15.pk3:games/warsow-data
More information about the svn-ports-all
mailing list