From owner-freebsd-ports@FreeBSD.ORG Fri Mar 4 12:30:40 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A89106564A for ; Fri, 4 Mar 2011 12:30:40 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3C31B8FC08 for ; Fri, 4 Mar 2011 12:30:39 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id A55B919E02E; Fri, 4 Mar 2011 13:30:38 +0100 (CET) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id F422C19E030; Fri, 4 Mar 2011 13:30:35 +0100 (CET) Message-ID: <4D70DB74.3070402@quip.cz> Date: Fri, 04 Mar 2011 13:30:44 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12 MIME-Version: 1.0 To: Redd Vinylene References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, glewis@FreeBSD.org Subject: Re: Cannot build jdk16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 12:30:40 -0000 Redd Vinylene wrote: > Hello! > > /usr/ports/java/jdk16 instructs me to manually fetch > tzupdater-1_3_34-2010o.zip and put it in /usr/ports/distfiles - this file > however is no longer available and has been replaced by > tzupdater-1_3_35-2011b. So what's the best way of installing jdk16 despite > of this? Rename tzupdater-1_3_35-2011b to tzupdater-1_3_34-2010o.zip and > "make -DNO_CHECKSUM"? You can manually substitute version number in the URL from 1.3.35 to 1.3.34 and you will be able to download the file until somebody update the port to 1.3.35 https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=tzupdater-1.3.34-oth-JPR@CDS-CDS_Developer Miroslav Lachman