From owner-freebsd-java@FreeBSD.ORG Fri Sep 5 13:59:38 2008 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 00B0F106566C for ; Fri, 5 Sep 2008 13:59:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id AAE948FC16 for ; Fri, 5 Sep 2008 13:59:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 93EB174418C for ; Fri, 5 Sep 2008 16:28:40 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ktc3oO38hDQY for ; Fri, 5 Sep 2008 16:28:40 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id F233543E93F for ; Fri, 5 Sep 2008 16:28:39 +0300 (EEST) Message-ID: <48C13406.50606@icyb.net.ua> Date: Fri, 05 Sep 2008 16:28:38 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.16 (X11/20080805) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: separate out tzdata port/package 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: Fri, 05 Sep 2008 13:59:38 -0000 I haven't looked at the actual code and have not given any deep thought to this, so the following might be silly. Is it possible to separate java tz data into its own port/package? Maybe even shared by all/some JDKs. I usually install java from ports and it seems like a waste to rebuild the whole jdk just to get an updated tz data. -- Andriy Gapon