diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-12-26 09:26:05 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-12-26 09:40:44 +0000 |
commit | 121db7345900aaed110718939fe63dd900f25c67 (patch) | |
tree | 8fc1adc50bf2e066057066b2a2649663c8069cbd | |
parent | 7b5bb5efdad1ca269649861a3b8e38a778c67e54 (diff) |
games/allacrost: Deprecate and set expiration date to 2025-01-31
Marked BROKEN in May 2024 and upstream is gone so sunset port
Approved by: portmgr (blanket)
-rw-r--r-- | games/allacrost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 0c93de513f61..ac5f59a8b265 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= uses incompatible C++ features from different C++ standards that can't be built together due to feature deprecation restrictions +DEPRECATED= Fails to build and upstream is gone +EXPIRATION_DATE=2025-01-31 LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ |