Date: Wed, 17 Feb 2021 20:13:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565798 - head/games/libretro-scummvm Message-ID: <202102172013.11HKDtQ0087095@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102172013.11HKDtQ0087095>