Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 16:35:25 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308613 - in head/games/jinput: . files
Message-ID:  <201212101635.qBAGZP0N057516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@hushmail.com
  Approved by:	loader <loader@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@freebsdmall.com
+MAINTAINER=	ports@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"/>



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