svn commit: r565798 - head/games/libretro-scummvm

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:13:55 UTC 2021


Author: antoine
Date: Wed Feb 17 20:13:55 2021
New Revision: 565798
URL: https://svnweb.freebsd.org/changeset/ports/565798

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

Modified:
  head/games/libretro-scummvm/Makefile

Modified: head/games/libretro-scummvm/Makefile
==============================================================================
--- head/games/libretro-scummvm/Makefile	Wed Feb 17 20:11:10 2021	(r565797)
+++ head/games/libretro-scummvm/Makefile	Wed Feb 17 20:13:55 2021	(r565798)
@@ -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
 


More information about the svn-ports-all mailing list