From owner-freebsd-java@FreeBSD.ORG Mon Dec 19 22:10:14 2011 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD991065670 for ; Mon, 19 Dec 2011 22:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B87F8FC14 for ; Mon, 19 Dec 2011 22:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBJMAEqI021128 for ; Mon, 19 Dec 2011 22:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBJMAEnu021127; Mon, 19 Dec 2011 22:10:14 GMT (envelope-from gnats) Date: Mon, 19 Dec 2011 22:10:14 GMT Message-Id: <201112192210.pBJMAEnu021127@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Andriy Gapon Cc: 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 Reply-To: Andriy Gapon 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:10:14 -0000 The following reply was made to PR java/163456; it has been noted by GNATS. From: Andriy Gapon To: jgh@FreeBSD.org Cc: bug-followup@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/163456: [patch] java/openjdk6: build and distribute open timezone data (tzdata) Date: Tue, 20 Dec 2011 00:08:59 +0200 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