svn commit: r484037 - head/emulators/desmume

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


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

Log:
  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:
  head/emulators/desmume/Makefile

Modified: head/emulators/desmume/Makefile
==============================================================================
--- head/emulators/desmume/Makefile	Sun Nov  4 13:36:52 2018	(r484036)
+++ head/emulators/desmume/Makefile	Sun Nov  4 13:40:09 2018	(r484037)
@@ -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-all mailing list