git: d846b489087a - main - devel/plan9port: Deprecate and set expiration date to 2024-11-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 17:33:03 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d846b489087a732f71b98c41f86cd6675ef2bb55

commit d846b489087a732f71b98c41f86cd6675ef2bb55
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-08 07:33:44 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-08 17:31:49 +0000

    devel/plan9port: Deprecate and set expiration date to 2024-11-30
    
    Fails to build, unmaintained in tree and outdated
---
 devel/plan9port/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index 3472cf2c2e91..6732556c8c05 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -11,8 +11,9 @@ WWW=		https://9fans.github.io/plan9port/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_armv6=	fails to compile: thread.c:130:5: no member named 'arm_r0' in 'mcontext_t'
-BROKEN_armv7=	fails to compile: thread.c:130:5: no member named 'arm_r0' in 'mcontext_t'
+BROKEN=		Fails to build, sort.c:111:5: error: conflicting types for 'kcmp'
+DEPRECATED=	Fails to build, unmaintained in tree and outdated
+EXPIRATION_DATE=2024-11-30
 
 BUILD_DEPENDS=	as:devel/binutils
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \