git: 5c7c91ffbfc7 - main - editors/xi-term: Mark BROKEN, deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 20:11:17 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c7c91ffbfc73c9945cd67334be202711ec47441 commit 5c7c91ffbfc73c9945cd67334be202711ec47441 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-09-23 20:10:03 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-09-23 20:10:03 +0000 editors/xi-term: Mark BROKEN, deprecate and set expiration date to 2023-12-31 --- editors/xi-term/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index 22bd7ae1f4a6..fcf72cde00e2 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/xi-frontend/xi-term LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Run segfaults. See also: https://github.com/xi-frontend/xi-term/issues/116 +DEPRECATED= Frontend depends on deprecated editors/xi-core. No upstream activity. +EXPIRATION_DATE= 2023-12-31 + RUN_DEPENDS= xi-core:editors/xi-core USES= cargo