Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 23:40:45 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72ff5c4c0451 - main - editors/wordgrinder: Mark BROKEN on FreeBSD 14
Message-ID:  <202308072340.377NejUR052293@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308072340.377NejUR052293>