From filipp@macpalvelin.com  Wed Jan  4 14:24:23 2012
Return-Path: <filipp@macpalvelin.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC721106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2012 14:24:23 +0000 (UTC)
	(envelope-from filipp@macpalvelin.com)
Received: from smtp-68.nebula.fi (smtp.nblnetworks.fi [IPv6:2001:1bc8:100c:f220::66])
	by mx1.freebsd.org (Postfix) with ESMTP id 6C4488FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2012 14:24:23 +0000 (UTC)
Received: from srv6.macpalvelin.com (unknown [83.150.82.72])
	by smtp-68.nebula.fi (Postfix) with ESMTP id 431A243F0EB6
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2012 16:16:56 +0200 (EET)
Received: by srv6.macpalvelin.com (Postfix, from userid 1001)
	id 096BA33C56; Wed,  4 Jan 2012 16:16:57 +0200 (EET)
Message-Id: <20120104141657.096BA33C56@srv6.macpalvelin.com>
Date: Wed,  4 Jan 2012 16:16:57 +0200 (EET)
From: filipp <filipp@mcare.fi>
Reply-To: filipp <filipp@mcare.fi>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: java/jdk16 port install fails while looking for outdated tzupdater, fix included
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163814
>Category:       java
>Synopsis:       java/jdk16 port install fails while looking for outdated tzupdater, fix included
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 14:30:11 UTC 2012
>Closed-Date:    Wed Jan 04 16:38:40 UTC 2012
>Last-Modified:  Wed Jan 04 16:38:40 UTC 2012
>Originator:     filipp
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD srv6.macpalvelin.com 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Sun Apr 10 18:49:47 EEST 2011 root@srv6.macpalvelin.com:/usr/obj/usr/src/sys/SRV6 amd64


>Description:
While installing the java/jdk16 port, one is instructed to download the tzupdater package from Oracle. It appears that this file has
changed and is no longer compatible with the current version of the port, ie having a different filename and checksum. The instructions 
are still valid, but the tzupdater file is now called tzupdater-1_3_45-2011n.zip.

>How-To-Repeat:
cd /usr/ports/java/jdk16
make install

Follow the instructions, notice that the build will fail, looking for a non-existent tzupdater file.

>Fix:
edit /usr/ports/java/jdk16/Makefile accordingly:

TZUPDATE_VERSION=       1_3_45
TZUPDATE_TZVERSION=     2011n
SHA256 (tzupdater-1_3_45-2011n.zip) = c0894921dd6b440b4c99daf2e139d3d240012ed09e602b3101bfcc9fac394b0f
SIZE (tzupdater-1_3_45-2011n.zip) = 468717
>Release-Note:
>Audit-Trail:

From: Filipp Lepalaan <filipp@mcare.fi>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: java/163814: java/jdk16 port install fails while looking for outdated tzupdater, fix included
Date: Wed, 4 Jan 2012 17:17:05 +0200

 I just noticed that this has been fixed in a more recent port:
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk16/Makefile
 
 The PR can be closed, sorry for the distrurbance. :)
 
 
 -filipp
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Jan 4 16:38:29 UTC 2012 
State-Changed-Why:  
Apparently already has been fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163814 
>Unformatted:
