From owner-freebsd-stable@FreeBSD.ORG Wed Mar 7 07:47:02 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A922616A403 for ; Wed, 7 Mar 2007 07:47:02 +0000 (UTC) (envelope-from ni@jnickelsen.de) Received: from w21.org (w21.org [217.173.146.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEB613C478 for ; Wed, 7 Mar 2007 07:47:02 +0000 (UTC) (envelope-from ni@jnickelsen.de) Received: from [10.0.1.14] (wittduen-wl.ni.w21.org [10.0.1.14]) by w21.org (Postfix) with ESMTP id 89EAE11620; Wed, 7 Mar 2007 08:13:44 +0100 (CET) In-Reply-To: <17636875.541173251534927.JavaMail.root@ly.sdf.com> References: <17636875.541173251534927.JavaMail.root@ly.sdf.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Juergen Nickelsen Date: Wed, 7 Mar 2007 08:13:45 +0100 To: Tom Samplonius X-Mailer: Apple Mail (2.752.2) Cc: freebsd-stable Subject: Re: Problems installing JDK 1.5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 07:47:02 -0000 On 07. Mrz 2007, at 8:12, Tom Samplonius wrote: > There are some license restrictions on distribution of jdk > binaries. In order to be distributable, jdk binaries need to pass > Sun's test suite (TCK). So the Diablo binary passes, and is > distributation. The port, is just source, and does not require > testing. A binary built from the port may or may not pass, > depending on the current state of development. There can be > regressions as things change in the OS, and linked in packages. > The jdk has a fair number of dependencies, so it is pretty easy to > blow-up a jdk build. I see. Thanks for the clarification! Regards, Juergen.