diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-12-24 10:33:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2024-12-24 10:39:31 +0000 |
commit | ae8995a9fe4816ab9be6267b315bfbb3006af22d (patch) | |
tree | ad17a9cfc8568b775b573aead3f79ecedbdf57b2 /irc | |
parent | aae17025b633cb4bb6b09fbd34724dae0b550f70 (diff) |
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 7064fd8319a6..6f873fc57ca5 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -12,6 +12,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build with boost-1.85+ +DEPRECATED= broken with modern Boost, broken with modern compilers, last release in 2009, upstream is dead +EXPIRATION_DATE=2025-01-28 OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS |