From owner-freebsd-java@FreeBSD.ORG Sun Jan 11 22:39:58 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15621106566C for ; Sun, 11 Jan 2009 22:39:58 +0000 (UTC) (envelope-from jguojun@gmail.com) Received: from smtp126.sbc.mail.sp1.yahoo.com (smtp126.sbc.mail.sp1.yahoo.com [69.147.65.185]) by mx1.freebsd.org (Postfix) with SMTP id DA2CC8FC13 for ; Sun, 11 Jan 2009 22:39:57 +0000 (UTC) (envelope-from jguojun@gmail.com) Received: (qmail 14430 invoked from network); 11 Jan 2009 22:39:57 -0000 Received: from unknown (HELO ?192.168.2.6?) (jguojun@75.36.164.103 with plain) by smtp126.sbc.mail.sp1.yahoo.com with SMTP; 11 Jan 2009 22:39:57 -0000 X-YMail-OSG: 6kfTqFEVM1my_0bX.hutSu3jnWWS0ssHpOvU1szpRKFkts6lJNP9xLASSssY62E8YLp0rLlO_doxg7G8NXipBvUug8sOR0eWuC5PHYzzhQCwlsKtNCgRFpvdWfnJJ1Zi0VzitqYJcIc1ipbficKnekWi X-Yahoo-Newman-Property: ymail-3 Message-ID: <496A753C.6050704@gmail.com> Date: Sun, 11 Jan 2009 14:39:56 -0800 From: "Jin Guojun[VFF]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20080929 X-Accept-Language: en, zh, zh-CN MIME-Version: 1.0 To: d@delphij.net References: <496A45E8.7070304@gmail.com> <496A6F59.9090508@delphij.net> In-Reply-To: <496A6F59.9090508@delphij.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: failed on 7.1-R X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 22:39:58 -0000 Xin LI wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hi,Jin, > >Jin Guojun[VFF] wrote: > > >>In 7.1-RELEASE, jdk16 build requires tzupdater-1_3_6, but Sun has >>updated tzupdater to 1_3_11-2008i. >> >>Is possible just to change the TZUPDATE_VERSION and checksum in Makefile >>to make build proceed? >>or is more thing needed to be tuned to make jdk16 build work? >> >> > >I think you may want to update your ports tree (portsnap fetch extract). > The latest jdk16 port uses 1_3_11-2008i. > > I have successfully built jdk16 under 7.1-R by modifying TZUPDATE_VERSION and checksum in Makefile. I just wonder if such build will causing some problem. I will try and if I encounter any problem, I will rebuild it from portsnal. Thanks for the information. -Jin