Date: Thu, 12 Dec 2024 23:20:44 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: 7bb5bfaae07a - main - devel/kore: Mark BROKEN, deprecate and set expiration date to 2025-01-31 Message-ID: <202412122320.4BCNKiCJ065835@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=7bb5bfaae07a26106fae3e8c24ad9f9ffbfd8db0 commit 7bb5bfaae07a26106fae3e8c24ad9f9ffbfd8db0 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-12 22:28:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-12 23:20:37 +0000 devel/kore: Mark BROKEN, deprecate and set expiration date to 2025-01-31 * Fails to build, error: no member named 'gi_frame' in 'PyGenObject' * Unmaintained for years in tree and broken for months * Set expiration date 2025-01-31 unless someone wants to pick it up Reported by: pkg-fallout --- devel/kore/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/kore/Makefile b/devel/kore/Makefile index fe401ff58ae4..3207950b0122 100644 --- a/devel/kore/Makefile +++ b/devel/kore/Makefile @@ -11,8 +11,9 @@ WWW= http://www.kore.io/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_SSL= openssl openssl31 -BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_* routines +BROKEN= Fails to build, error: no member named 'gi_frame' in 'PyGenObject' +DEPRECATED= Unmaintained in tree for years and broken for months +EXPIRATION_DATE=2025-01-31 USES= compiler:c11 gmake ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412122320.4BCNKiCJ065835>