Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:40:29 +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: r484038 - branches/2018Q4/emulators/desmume
Message-ID:  <201811041340.wA4DeTBE020738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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