git: 40887c7bc0d3 - main - games/jinput: mark BROKEN: does not build

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 17 May 2022 14:46:36 UTC
The branch main has been updated by amdmi3:

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

commit 40887c7bc0d3c7b0ab3d350d944c7f97d5311e52
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-05-17 11:25:03 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-05-17 14:41:54 +0000

    games/jinput: mark BROKEN: does not build
    
    Approved by:    portmgr blanket
---
 games/jinput/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/jinput/Makefile b/games/jinput/Makefile
index ece5f3b2480b..f917f2d94a45 100644
--- a/games/jinput/Makefile
+++ b/games/jinput/Makefile
@@ -8,6 +8,8 @@ COMMENT=	Java Game Controller API
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN=		does not build: .../input/example/ReadAllEvents.java:[5,28] cannot find symbol
+
 BUILD_DEPENDS=	${JAVAJARDIR}/jutils/jutils.jar:games/jutils \
 		mvn:devel/maven
 RUN_DEPENDS=	${JAVAJARDIR}/jutils/jutils.jar:games/jutils