diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-06-12 20:59:13 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-06-12 20:59:16 +0000 |
commit | 215f4d24bc63a0d62fa26920e431264eaaeb2e81 (patch) | |
tree | 2a44883c81221c9a97a61a07324de0d9c7bf9bf9 /irc | |
parent | a7cc5ab5148cae72addea11f1e5e155bd56a3b42 (diff) | |
download | ports-215f4d24bc63a0d62fa26920e431264eaaeb2e81.tar.gz ports-215f4d24bc63a0d62fa26920e431264eaaeb2e81.zip |
Diffstat (limited to 'irc')
-rw-r--r-- | irc/unreal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile index d828a6056c7a..b70e2fa682d5 100644 --- a/irc/unreal/Makefile +++ b/irc/unreal/Makefile @@ -12,6 +12,9 @@ COMMENT= Unreal - the next generation ircd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Very outdated, listed as end of life in 2016 and has known security issues +EXPIRATION_DATE=2022-06-30 + BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk |