aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-26 16:47:01 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-26 18:41:09 +0000
commitd4a446583ecbdc36642f5f577503e3375d41c28a (patch)
tree13dc83d543efc190931c32d584d0605d4d222533
parentcc8e334a148b7a8bcb1ec5e633c2a8fe06dd5a09 (diff)
downloadports-d4a446583ecbdc36642f5f577503e3375d41c28a.tar.gz
ports-d4a446583ecbdc36642f5f577503e3375d41c28a.zip
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.
-rw-r--r--security/fwbuilder/Makefile6
1 files changed, 5 insertions, 1 deletions
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 \