Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 09:46:27 +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: r483981 - branches/2018Q4/games/warsow
Message-ID:  <201811040946.wA49kRTR097419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040946.wA49kRTR097419>