svn commit: r484049 - branches/2018Q4/emulators/fs-uae

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:54:22 UTC 2018


Author: antoine
Date: Sun Nov  4 13:54:21 2018
New Revision: 484049
URL: https://svnweb.freebsd.org/changeset/ports/484049

Log:
  MFH: r484048
  
  Mark BROKEN: fails to build
  
  src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                  uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0};
                                                       ^~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/emulators/fs-uae/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/emulators/fs-uae/Makefile
==============================================================================
--- branches/2018Q4/emulators/fs-uae/Makefile	Sun Nov  4 13:54:02 2018	(r484048)
+++ branches/2018Q4/emulators/fs-uae/Makefile	Sun Nov  4 13:54:21 2018	(r484049)
@@ -13,6 +13,8 @@ COMMENT=	Amiga emulator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libopenal.so:audio/openal-soft
 


More information about the svn-ports-all mailing list