Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2008 10:29:23 GMT
From:      Jan Henrik Sylvester <me@janh.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128174: sysutils/jdiskreport works with jdk16
Message-ID:  <200810171029.m9HATNdP039245@www.freebsd.org>
Resent-Message-ID: <200810171030.m9HAU3cW085227@freefall.freebsd.org>

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

>Number:         128174
>Category:       ports
>Synopsis:       sysutils/jdiskreport works with jdk16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 17 10:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jan Henrik Sylvester
>Release:        7.0-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
sysutils/jdiskreport works with jdk16 additionally to jdk15.
>How-To-Repeat:

>Fix:
Change "JAVA_VERSION=1.5" to "JAVA_VERSION=1.5+".

Patch attached with submission follows:

--- sysutils/jdiskreport/Makefile~	2008-06-06 16:03:09.000000000 +0200
+++ sysutils/jdiskreport/Makefile	2008-10-17 11:57:40.000000000 +0200
@@ -19,7 +19,7 @@
 
 USE_ZIP=	YES
 USE_JAVA=	YES
-JAVA_VERSION=	1.5
+JAVA_VERSION=	1.5+
 
 PLIST_SUB=	JDISKDIR=${JDISKDIR:S,${PREFIX}/,,g}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}


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



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