git: ae8995a9fe48 - main - irc/ezbounce: Deprecate port (again)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Dec 2024 10:40:47 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae8995a9fe4816ab9be6267b315bfbb3006af22d commit ae8995a9fe4816ab9be6267b315bfbb3006af22d Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-12-24 10:33:44 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-12-24 10:39:31 +0000 irc/ezbounce: Deprecate port (again) This port has been marked broken for two-and-a-half months due to a Boost update, does not build with modern compilers (now also GCC 15, not just clang), is dead upstream with the last release 15 years ago. So deprecate (again) with an expiration date in five weeks (= nearly four months after being marked BROKEN). PR: 281235 --- irc/ezbounce/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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