Date: Sun, 4 Nov 2018 09:46:05 +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: r483980 - head/games/warsow Message-ID: <201811040946.wA49k53O097289@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040946.wA49k53O097289>