diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-25 13:02:26 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-25 18:11:10 +0000 |
commit | 7f225d1c12b762edc44829aad0873c7e7a216a92 (patch) | |
tree | a531e304aeab71fd2ed5a04af9461c163922daf8 | |
parent | 0e409ffb2892e109eab6091d59a9db5a12ca5094 (diff) |
net-im/chatterino2: Mark DEPRECATED
- BROKEN for more than a month
- No fix for current Boost Libs
- Set EXPIRATION_DATE 2025-04-25
If someone needs this port feel free to fix, undeprecate and takeover
maintainership.
-rw-r--r-- | net-im/chatterino2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index 3c8315cf5bec..9edb78091cae 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -10,6 +10,8 @@ WWW= https://chatterino.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Broken for more than a month with no available fixes +EXPIRATION_DATE= 2025-04-25 BROKEN= fails to build with Boost>=1.87 BUILD_DEPENDS= ${LOCALBASE}/include/magic_enum/magic_enum.hpp:devel/magic_enum \ |