Date: Wed, 19 Jan 2022 10:39:11 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 05da06fe8bd1 - main - dns/bundy: Deprecate and set expiration date to 2022-03-31 Message-ID: <202201191039.20JAdBWc003282@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=05da06fe8bd18146938fa697ade2d063565536d9 commit 05da06fe8bd18146938fa697ade2d063565536d9 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-01-19 10:37:33 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-01-19 10:37:44 +0000 dns/bundy: Deprecate and set expiration date to 2022-03-31 Project is in hibernation and not recommended to use in production. It also fails on multiple platforms and on FreeBSD 14 PR: 260659 Reviewed by: mat@ (maintainer) --- dns/bundy/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index 71f6e20f7106..d87b7e2ba104 100644 --- a/dns/bundy/Makefile +++ b/dns/bundy/Makefile @@ -16,6 +16,9 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Project is in hibernation and not recommended to use in production +EXPIRATION_DATE=2022-03-31 + BROKEN_armv6= fails to build: Child process terminated abnormally: Segmentation fault BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation fault BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201191039.20JAdBWc003282>