git: 72ff5c4c0451 - main - editors/wordgrinder: Mark BROKEN on FreeBSD 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 23:40:45 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=72ff5c4c04514c52197ad0c6db8961c9b6912ec3 commit 72ff5c4c04514c52197ad0c6db8961c9b6912ec3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 23:39:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 23:39:36 +0000 editors/wordgrinder: Mark BROKEN on FreeBSD 14 Fails to build with llvm16 use of undeclared identifier 'KEY_EVENT' Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- editors/wordgrinder/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/wordgrinder/Makefile b/editors/wordgrinder/Makefile index 70bc026c426e..2890fd8419d9 100644 --- a/editors/wordgrinder/Makefile +++ b/editors/wordgrinder/Makefile @@ -6,6 +6,8 @@ MAINTAINER= vmagerya@gmail.com COMMENT= Simple Unicode-aware console and X11-based word processor WWW= https://cowlark.com/wordgrinder/ +BROKEN_FreeBSD_14= Fails to build with llvm16 use of undeclared identifier 'KEY_EVENT' + RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} USE_GITHUB= yes