Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2022 14:46:36 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40887c7bc0d3 - main - games/jinput: mark BROKEN: does not build
Message-ID:  <202205171446.24HEkaMc096012@gitrepo.freebsd.org>

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



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