svn commit: r484097 - branches/2018Q4/emulators/vba

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:49:05 UTC 2018


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
 


More information about the svn-ports-branches mailing list