From owner-freebsd-ports@FreeBSD.ORG Fri Mar 4 16:03:45 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B185D106566C for ; Fri, 4 Mar 2011 16:03:45 +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 6F4FC8FC13 for ; Fri, 4 Mar 2011 16:03:45 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E7FDD19E02E; Fri, 4 Mar 2011 16:48:30 +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 CEFDD19E02D; Fri, 4 Mar 2011 16:48:28 +0100 (CET) Message-ID: <4D7109CC.8000809@quip.cz> Date: Fri, 04 Mar 2011 16:48:28 +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: Alexey Serebryakoff References: <201103041955.27815.overlapped@gmail.com> In-Reply-To: <201103041955.27815.overlapped@gmail.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@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 16:03:45 -0000 Alexey Serebryakoff wrote: > Make changes in /usr/ports/java/jdk16/Makefile > > TZUPDATE_VERSION= 1_3_34 > TZUPDATE_TZVERSION= 2010o > > to following or your preferences: > > TZUPDATE_VERSION= 1_3_35 > TZUPDATE_TZVERSION= 2011b > > and build as ussual. It is enough safely because following variable combine > as: > TZUPDATEFILE= tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip Then you need to change *distinfo* file, because there is size and checksum for tzupdater-1_3_34-2010o.zip SHA256 (tzupdater-1_3_34-2010o.zip) = 59fc0fa38638efc956085850fb1b8cfdaa1d657019cb42be41779fbfdfb1188d SIZE (tzupdater-1_3_34-2010o.zip) = 256057 Miroslav Lachman