From owner-freebsd-java@FreeBSD.ORG Tue Dec 27 02:25:57 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 6FA06106566C for ; Tue, 27 Dec 2011 02:25:57 +0000 (UTC) (envelope-from vogel_mitchell@yahoo.com) Received: from nm6-vm3.bullet.mail.ne1.yahoo.com (nm6-vm3.bullet.mail.ne1.yahoo.com [98.138.91.136]) by mx1.freebsd.org (Postfix) with SMTP id 181818FC0C for ; Tue, 27 Dec 2011 02:25:56 +0000 (UTC) Received: from [98.138.90.56] by nm6.bullet.mail.ne1.yahoo.com with NNFMP; 27 Dec 2011 02:12:23 -0000 Received: from [98.138.89.249] by tm9.bullet.mail.ne1.yahoo.com with NNFMP; 27 Dec 2011 02:12:23 -0000 Received: from [127.0.0.1] by omp1041.mail.ne1.yahoo.com with NNFMP; 27 Dec 2011 02:12:23 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 469490.17835.bm@omp1041.mail.ne1.yahoo.com Received: (qmail 98041 invoked by uid 60001); 27 Dec 2011 02:12:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1324951943; bh=e1FnsA52JtD1GMv3B3qGm31H6au/7ayHQwvqKZZpFc8=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=X/uJ6N4UnRr5+6Umy+PCRDpxbyxU7jCS+JwACWtAV9O490Vjp3ZaydmeQfcQoug6e7TNUDhEnM+9vaZ+dPYCyYWXc+DHxyXwyaeOD/lR/b+ofg8typ9zy+KJP68H46w3R8SmMLCuekwGjBXZ/cZm039uMf7ioJA4uD5/qWPW8w4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=OeJFduaUQPK0cK2mTQb5rM2971AFWKcXLgUOUEvs0iiIDl60CGus4p3LN9mLJMmD3TCyzV6CxiP9HOg1Iy36rMPHhFXmI9zDsmnfPEHgyL7YCnYJbqIbLFCdi56Eb1R+gcfbX7vNfJL9GpMNUesrm37SS9kHNfQpYbmRvZgrG/o=; X-YMail-OSG: GwkBAEUVM1n412Vz8CQzfFfa1f9QLnZisX3mfB7fiWs.tgs L_la11sqa8EsShnKM1wyZbnBb1qZhDcs4VWak1fz1kuTWfBzTdYnPfwrA7KO UlWLJq3bHxLP4WjFzJwdVPoOZZKmnhNfGgLjF6OqiLC20NiZplo.lM0lZiHi P_EP9B7Y2tjQ8St_aCQ2KEzAQzWIZ7olWlQSeczioPHVqNugi92aI7bGdLEu zHt2GmnspjE_UiV9lfNtpS6CVtjWtxtQvJHVrYPG775774Wa01ZazGMq2jmO DkBicAM.Oro2tQpQPiL3NVr75c4VrngG6ujiFSkT1e7UoFOo3PgPIeznxRHJ dgvSWhd1j8gGEUTocAI0Q5XvTZ7WN2FDQAIQg9Px1ARGCeowQlBrDRHQZT93 4_iS8pZ_N8IKHF4F0az5_z77AO_4A_2AL_9wrNKh9c4Mb2ANdEPYATgW1g.7 x.J8t2DlOYGa0kz4hKUklmgwYuMse0DNsxmWxxDxQ6RQ- Received: from [108.77.62.13] by web121401.mail.ne1.yahoo.com via HTTP; Mon, 26 Dec 2011 18:12:23 PST X-Mailer: YahooMailClassic/15.0.4 YahooMailWebService/0.8.115.331698 Message-ID: <1324951943.94330.YahooMailClassic@web121401.mail.ne1.yahoo.com> Date: Mon, 26 Dec 2011 18:12:23 -0800 (PST) From: Mitchell Vogel To: freebsd-java@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 27 Dec 2011 03:20:31 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problems with tzupdater dependency in BSD Java ports 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: Tue, 27 Dec 2011 02:25:57 -0000 Hello, As you may know, the Java ports for FreeBSD require the user, for licensing= restrictions, to fetch several dependencies manually, namely the JDK DST T= imezone Update Tool and a file called diablo-jdk. The port depends on versi= on tzupdater-1_3_42, however this file is out of date with respect to the d= ownload link that the port displays in the error message when make fails, f= or example when make installing in ports/java/openjdk6. http://www.oracle.c= om/technetwork/java/javase/downloads/index.html does not have the old versi= on (its on 1.3.45 now).=A0 I was able to find the old tzupdater on a sketchy third party site, but it = might be wise to change the port to depend on the new version of tzupdater. Mitchell Vogel, Cornell C'2015