Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 16:30:28 +0100
From:      "Ronald Klop" <ronald-freebsd8@klop.yi.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/117606: [patch] java/jmp: fix JAVA_VERSION
Message-ID:  <1193585428.21997@guido.klop.ws>
Resent-Message-ID: <200710281550.l9SFo3hu004307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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