Skip to content
Snippets Groups Projects
Commit 4ee4d8d1 authored by VVD's avatar VVD Committed by Fernando Apesteguía
Browse files

games/jinput: Fix build

Fix build by removing examples from the module list.
VDD takes over maintainership.

PR:	264752
Reported by:	vvd@unislabs.com
Approved by:	voidanix@420blaze.it (maintainer, timeout > 2 weeks)
parent 098b622d
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ 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
......@@ -21,14 +19,15 @@ GL_COMMIT= bf22dd975bbba31f01895332255b63df376894e6
USE_JAVA= 8+
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar
PLIST_DIRS= ${JAVAJARDIR}/${PORTNAME}
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar
MAVEN_ARGS= -Dmaven.antrun.skip -Dmaven.javadoc.skip -Dmaven.source.skip -Dmaven.test.skip -DskipTests -DskipITs
MAVEN_REPO= -Dmaven.repo.local=${WRKSRC}/repository
pre-build:
${CP} ${JAVAJARDIR}/jutils/jutils.jar ${WRKSRC}/repository/net/java/jutils/jutils/1/jutils-1.jar
${SED} -i -e '/example/d' ${WRKSRC}/pom.xml # example/ReadAllEvents.java:[5,28] cannot find symbol ...
do-build:
cd ${WRKSRC}; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment