ports/128174: sysutils/jdiskreport works with jdk16

Jan Henrik Sylvester me at janh.de
Fri Oct 17 10:30:03 UTC 2008


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



More information about the freebsd-ports-bugs mailing list