diff --git a/games/libretro-scummvm/Makefile b/games/libretro-scummvm/Makefile index 70c40b6ce4b9..4b14298793bf 100644 --- a/games/libretro-scummvm/Makefile +++ b/games/libretro-scummvm/Makefile @@ -1,30 +1,31 @@ PORTNAME= libretro-scummvm PORTVERSION= 0.20201129 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= ScummVM with libretro backend WWW= https://github.com/libretro/scummvm 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' +DEPRECATED= BROKEN on all supported versions for more than 2 years +EXPIRATION_DATE= 2023-11-30 +BROKEN= 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 USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= scummvm GH_TAGNAME= 7b1e929 PLIST_FILES= lib/libretro/scummvm_libretro.so MAKEFILE= Makefile.freebsd do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/backends/platform/libretro/build/scummvm_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include