Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 20:16:46 +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: r565799 - branches/2021Q1/games/libretro-scummvm
Message-ID:  <202102172016.11HKGkeX087273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 17 20:16:45 2021
New Revision: 565799
URL: https://svnweb.freebsd.org/changeset/ports/565799

Log:
  MFH: r565798
  
  Mark BROKEN on FreeBSD 13 and 414
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/games/libretro-scummvm/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/games/libretro-scummvm/Makefile
==============================================================================
--- branches/2021Q1/games/libretro-scummvm/Makefile	Wed Feb 17 20:13:55 2021	(r565798)
+++ branches/2021Q1/games/libretro-scummvm/Makefile	Wed Feb 17 20:16:45 2021	(r565799)
@@ -9,6 +9,9 @@ COMMENT=	ScummVM with libretro backend
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
+BROKEN_FreeBSD_14=	engines/sludge/loadsave.cpp:201:10: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
+
 USES=		compiler:c++11-lib gmake
 USE_LDCONFIG=	yes
 



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