From ronald-freebsd8@klop.yi.org  Sun Oct 28 15:45:59 2007
Return-Path: <ronald-freebsd8@klop.yi.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 153B916A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2007 15:45:59 +0000 (UTC)
	(envelope-from ronald-freebsd8@klop.yi.org)
Received: from smtp-out0.tiscali.nl (smtp-out0.tiscali.nl [195.241.79.175])
	by mx1.freebsd.org (Postfix) with ESMTP id CF38713C48D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2007 15:45:58 +0000 (UTC)
	(envelope-from ronald-freebsd8@klop.yi.org)
Received: from [195.241.149.28] (helo=guido.klop.ws)
	by smtp-out0.tiscali.nl with smtp (Tiscali http://www.tiscali.nl)
	id 1ImA5t-0002zj-SO
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2007 16:30:29 +0100
Received: (qmail 26614 invoked from network); 28 Oct 2007 15:30:28 -0000
Received: from localhost (HELO guido.klop.ws) (127.0.0.1)
  by localhost with SMTP; 28 Oct 2007 15:30:28 -0000
Message-Id: <1193585428.21997@guido.klop.ws>
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: [patch] java/jmp: fix JAVA_VERSION
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify: ronald@echteman.nl

>Number:         117606
>Category:       ports
>Synopsis:       [patch] java/jmp: fix JAVA_VERSION
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 15:50:02 UTC 2007
>Closed-Date:    Sun Oct 28 23:26:32 UTC 2007
>Last-Modified:  Sun Oct 28 23:30:00 UTC 2007
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Sun Oct 28 15:50:19 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117606 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 28 15:50:23 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117606 

From: "Ronald Klop" <ronald-freebsd8@klop.yi.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/117606: [patch] java/jmp: fix JAVA_VERSION
Date: Sun, 28 Oct 2007 17:13:33 +0100

 On Sun, 28 Oct 2007 16:50:20 +0100, Edwin Groothuis <edwin@FreeBSD.org> =
  =
 
 wrote:
 
 > Maintainer of java/jmp,
 >
 > Please note that PR ports/117606 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/117606
 >
 
 Hello,
 
 It is my own patch. So I'm fine with it. There possibly confusion becaus=
 e  =
 
 I didn't use the same e-mail adres as is in the port's Makefile.
 
 Thanks for handling my PR.
 
 Ronald.
 
 -- =
 
   Ronald Klop
   Amsterdam, The Netherlands
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Oct 28 23:24:11 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117606 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117606: commit references a PR
Date: Sun, 28 Oct 2007 23:26:11 +0000 (UTC)

 linimon     2007-10-28 23:26:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/jmp             Makefile 
   Log:
   Does not work with Java 1.6.  the JVMPI interface used by this port has
   been removed from Java since 1.6.
   
   PR:             ports/117606
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.44      +1 -1      ports/java/jmp/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
