svn commit: r484038 - branches/2018Q4/emulators/desmume

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:40:31 UTC 2018


Author: antoine
Date: Sun Nov  4 13:40:29 2018
New Revision: 484038
URL: https://svnweb.freebsd.org/changeset/ports/484038

Log:
  MFH: r484037
  
  Mark BROKEN: fails to build
  
  In file included from firmware.cpp:22:
  ./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t'
                                          char format[] = { '%', *p, NULL };
                                                                     ^~~~
  
  Reported by:	pkg-fallout

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

Modified: branches/2018Q4/emulators/desmume/Makefile
==============================================================================
--- branches/2018Q4/emulators/desmume/Makefile	Sun Nov  4 13:40:09 2018	(r484037)
+++ branches/2018Q4/emulators/desmume/Makefile	Sun Nov  4 13:40:29 2018	(r484038)
@@ -12,6 +12,8 @@ COMMENT=	Nintendo DS emulator
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
 		libSoundTouch.so:audio/soundtouch
 


More information about the svn-ports-branches mailing list