ports/117606: [patch] java/jmp: fix JAVA_VERSION

Ronald Klop ronald-freebsd8 at klop.yi.org
Sun Oct 28 15:50:03 UTC 2007


>Number:         117606
>Category:       ports
>Synopsis:       [patch] java/jmp: fix JAVA_VERSION
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 15:50:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.3-PRERELEASE #0: Sun Oct 28 10:46:05 CET 2007
    root at guido.klop.ws:/usr/obj/usr/src/sys/GUIDO



>Description:


The supported Java versions is not correct.
It doesn't work on JDK1.6, because the JVMPI interface used by this port is removed from Java since 1.6.
It does work on 1.3 also.



>How-To-Repeat:





>Fix:


--- jmp-java-version.patch begins here ---
diff -r0Nu /usr/ports/java/jmp/Makefile jmp-new/Makefile
--- /usr/ports/java/jmp/Makefile	2007-10-17 12:12:40.000000000 +0200
+++ jmp-new/Makefile	2007-10-28 16:26:38.000000000 +0100
@@ -28 +28 @@
-JAVA_VERSION=	1.4+
+JAVA_VERSION=	1.3 1.4 1.5
--- jmp-java-version.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list