svn commit: r483981 - branches/2018Q4/games/warsow

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 09:46:28 UTC 2018


Author: antoine
Date: Sun Nov  4 09:46:27 2018
New Revision: 483981
URL: https://svnweb.freebsd.org/changeset/ports/483981

Log:
  MFH: r483980
  
  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:
  branches/2018Q4/games/warsow/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/games/warsow/Makefile
==============================================================================
--- branches/2018Q4/games/warsow/Makefile	Sun Nov  4 09:46:05 2018	(r483980)
+++ branches/2018Q4/games/warsow/Makefile	Sun Nov  4 09:46:27 2018	(r483981)
@@ -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-branches mailing list