svn commit: r308613 - in head/games/jinput: . files

Tom Judge tj at FreeBSD.org
Mon Dec 10 16:35:26 UTC 2012


Author: tj
Date: Mon Dec 10 16:35:24 2012
New Revision: 308613
URL: http://svnweb.freebsd.org/changeset/ports/308613

Log:
  * Reset maintainer to ports@
  * Allow build with openjdk7
  
  PR:		ports/173844
  Submitted by:	4721 at hushmail.com
  Approved by:	loader <loader at freebsdmall.com> (maintainer)

Added:
  head/games/jinput/files/
  head/games/jinput/files/patch-openjdk7   (contents, props changed)
Modified:
  head/games/jinput/Makefile   (contents, props changed)

Modified: head/games/jinput/Makefile
==============================================================================
--- head/games/jinput/Makefile	Mon Dec 10 16:33:06 2012	(r308612)
+++ head/games/jinput/Makefile	Mon Dec 10 16:35:24 2012	(r308613)
@@ -10,7 +10,7 @@ DISTVERSION=	20110801.r247
 CATEGORIES=	games java
 MASTER_SITES=	LOCAL/loader
 
-MAINTAINER=	loader at freebsdmall.com
+MAINTAINER=	ports at freebsd.org
 COMMENT=	Java Game Controller API
 
 BUILD_DEPENDS=	${JAVALIBDIR}/jutils/jutils.jar:${PORTSDIR}/games/jutils
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${JAVALIBDIR}/jutils/jutils
 
 USE_BZIP2=	yes
 USE_JAVA=	yes
-JAVA_VERSION=	1.6
+JAVA_VERSION=	1.6+
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk
 USE_ANT=	yes

Added: head/games/jinput/files/patch-openjdk7
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/jinput/files/patch-openjdk7	Mon Dec 10 16:35:24 2012	(r308613)
@@ -0,0 +1,10 @@
+--- plugins/linux/build.xml.orig
++++ plugins/linux/build.xml
+@@ -56,6 +56,7 @@
+ 		<javah destdir="src/native">
+             <classpath>
+                 <pathelement location="classes"/>
++                <pathelement location="../../coreAPI/bin/jinput-core.jar"/>
+             </classpath>
+ 			<class name="net.java.games.input.LinuxEventDevice"/>
+ 			<class name="net.java.games.input.LinuxJoystickDevice"/>


More information about the svn-ports-all mailing list