From owner-freebsd-java@FreeBSD.ORG Mon Dec 19 22:09:02 2011 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 731A11065675; Mon, 19 Dec 2011 22:09:02 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 559268FC1A; Mon, 19 Dec 2011 22:09:01 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA14386; Tue, 20 Dec 2011 00:09:00 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RclOF-000GN5-O9; Tue, 20 Dec 2011 00:08:59 +0200 Message-ID: <4EEFB5FB.6000903@FreeBSD.org> Date: Tue, 20 Dec 2011 00:08:59 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111206 Thunderbird/8.0 MIME-Version: 1.0 To: jgh@FreeBSD.org References: <1324319944.277110.72549.nullmailer@experts-exchange.com> <201112191840.pBJIe5HB029523@freefall.freebsd.org> <20111219184422.GD53882@dormouse.experts-exchange.com> <4EEF91DF.9090701@FreeBSD.org> <20111219212801.GB24344@dormouse.experts-exchange.com> In-Reply-To: <20111219212801.GB24344@dormouse.experts-exchange.com> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: bug-followup@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/163456: [patch] java/openjdk6: build and distribute open timezone data (tzdata) 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: Mon, 19 Dec 2011 22:09:02 -0000 on 19/12/2011 23:28 jgh@FreeBSD.org said the following: > On Mon, Dec 19, 2011 at 09:34:55PM +0200, Andriy Gapon thus spake: >> on 19/12/2011 20:44 Jason Helfman said the following: >>> Updated patch. jtreg was removed from distinfo >> >> Jason, >> >> I wonder if it would make sense to add a dependency on misc/zoneinfo and use >> data from there instead of separately downloading and using it. > > This wouldn't work, as java needs to prepare the files and distribute them. > I have updated the patch, and it works now. The updated zonefiles were being > clobbered. Had to move build location. Updated patch is attached. Oh, I didn't mean to use the files as is. My suggestion was to create Java tz files from the already installed zoneinfo files. So that e.g. Java software and other software have the same idea of the timezones. -- Andriy Gapon