git: d4a446583ecb - main - security/fwbuilder: Deprecate abaondonware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Jun 2023 18:42:57 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4a446583ecbdc36642f5f577503e3375d41c28a commit d4a446583ecbdc36642f5f577503e3375d41c28a Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-26 16:47:01 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-26 18:41:09 +0000 security/fwbuilder: Deprecate abaondonware fwbuilder fails to build for many errors due to enforced C++17 standard, i.e. throw. In addition, fwbuilder was abandoned by its original author when he got a job with a firewall company. Since then it's maintenance was assumed by someone on github. Unfortunately, he made a few tweaks but failed to make any other commits since January 2021. Therefore this port is flagged as broken under 14-CURRENT and deperecated. It will be removed at the end of 2023Q3. I had stopped using this port a few years ago because it didn't support IPv6. I was hoping whoever did take on upstream maintainership on GH would implement IPv6 support. But they didn't. Therefore I am dropping maintainership as well. --- security/fwbuilder/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index fa30b65c6665..68b50a37b480 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -4,10 +4,14 @@ PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= security -MAINTAINER= cy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers WWW= https://github.com/fwbuilder/fwbuilder +DEPRECATED= Abandonware since Jan 2021 +EXPIRATION_DATE= 2023-09-30 + +BROKEN_FreeBSD_14= Fails to build under LLVM16 with C++17 standard BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: libz library not found LIB_DEPENDS= libxslt.so:textproc/libxslt \