Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:49:04 +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: r484097 - branches/2018Q4/emulators/vba
Message-ID:  <201811041449.wA4En4Cu063361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:49:03 2018
New Revision: 484097
URL: https://svnweb.freebsd.org/changeset/ports/484097

Log:
  MFH: r484096
  
  Mark BROKEN: fails to build
  
  ../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
      address & 255,
      ^~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/emulators/vba/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/emulators/vba/Makefile
==============================================================================
--- branches/2018Q4/emulators/vba/Makefile	Sun Nov  4 14:48:33 2018	(r484096)
+++ branches/2018Q4/emulators/vba/Makefile	Sun Nov  4 14:49:03 2018	(r484097)
@@ -13,6 +13,8 @@ COMMENT=	Open source Gameboy Advance emulator
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	nasm:devel/nasm
 LIB_DEPENDS=	libpng.so:graphics/png
 



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