git: e7ee6520fd4c - main - games/libretro-scummvm: Mark DEPRECATED
Date: Sun, 29 Oct 2023 22:57:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ee6520fd4c32358f8c8b6741c7cf90b09456dc commit e7ee6520fd4c32358f8c8b6741c7cf90b09456dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 17:53:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:36 +0000 games/libretro-scummvm: Mark DEPRECATED - BROKEN on all supported versions for more than 2 years - Also BROKEN 0n 12 from fallouts - Set EXPIRATION_DATE 2023-11-30 --- games/libretro-scummvm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 @@ -8,8 +8,9 @@ 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