svn commit: r565799 - branches/2021Q1/games/libretro-scummvm

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:16:46 UTC 2021


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
 


More information about the svn-ports-all mailing list