From owner-freebsd-java@FreeBSD.ORG Tue Dec 27 08:29:25 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 7E86A106566C for ; Tue, 27 Dec 2011 08:29:25 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay01.libero.it (outrelay01.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id 028C98FC08 for ; Tue, 27 Dec 2011 08:29:24 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0201.4EF97E79.00B8,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail23 (172.31.0.48) by outrelay01.libero.it (8.5.140) (authenticated as barbara.xxx1975@libero.it) id 4EF8AB9A0008084D; Tue, 27 Dec 2011 09:14:49 +0100 Message-ID: <27709920.7498841324973689350.JavaMail.defaultUser@defaultHost> Date: Tue, 27 Dec 2011 09:14:49 +0100 (CET) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SenderIP: 79.27.230.10 Cc: vogel_mitchell@yahoo.com Subject: Problems with tzupdater dependency in BSD Java ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 08:29:25 -0000 > >Hello, > >As you may know, the Java ports for FreeBSD require the user, for licensin= g=20 restrictions, to fetch several dependencies manually, namely the JDK DST=20 Timezone Update Tool and a file called diablo-jdk. The port depends on vers= ion=20 tzupdater-1_3_42, however this file is out of date with respect to the down= load=20 link that the port displays in the error message when make fails, for examp= le=20 when make installing in ports/java/openjdk6. http://www.oracle. com/technetwork/java/javase/downloads/index.html does not have the old vers= ion=20 (its on 1.3.45 now).=C2=A0 >I was able to find the old tzupdater on a sketchy third party site, but it= =20 might be wise to change the port to depend on the new version of tzupdater. >Mitchell Vogel, Cornell C'2015 Maybe you just have to update your ports tree: $ grep tzupdater /usr/ports/java/diablo-jdk16/distinfo=20 SHA256 (tzupdater-1_3_45-2011n.zip) =3D=20 c0894921dd6b440b4c99daf2e139d3d240012ed09e602b3101bfcc9fac394b0f SIZE (tzupdater-1_3_45-2011n.zip) =3D 468717 Cheers Barbara