From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 17 10:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE20106568B for ; Fri, 17 Oct 2008 10:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5BF8FC1F for ; Fri, 17 Oct 2008 10:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HAU35o085230 for ; Fri, 17 Oct 2008 10:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9HAU3cW085227; Fri, 17 Oct 2008 10:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 17 Oct 2008 10:30:03 GMT Resent-Message-Id: <200810171030.m9HAU3cW085227@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Henrik Sylvester Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77819106568F for ; Fri, 17 Oct 2008 10:29:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 683888FC0C for ; Fri, 17 Oct 2008 10:29:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9HATN21039246 for ; Fri, 17 Oct 2008 10:29:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9HATNdP039245; Fri, 17 Oct 2008 10:29:23 GMT (envelope-from nobody) Message-Id: <200810171029.m9HATNdP039245@www.freebsd.org> Date: Fri, 17 Oct 2008 10:29:23 GMT From: Jan Henrik Sylvester To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128174: sysutils/jdiskreport works with jdk16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 10:30:03 -0000 >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: