From owner-freebsd-ports@FreeBSD.ORG Wed Apr 19 18:51:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6265016A401 for ; Wed, 19 Apr 2006 18:51:48 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0D243D48 for ; Wed, 19 Apr 2006 18:51:46 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k3JIpiwE063508; Wed, 19 Apr 2006 21:51:44 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k3JIpw7b087520; Wed, 19 Apr 2006 21:51:59 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.385 [268.4.4/318]); Wed, 19 Apr 2006 21:51:41 +0300 Message-ID: <444686BD.7020001@ebs.gr> Date: Wed, 19 Apr 2006 21:51:41 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kris Kennaway References: <056ih3-615.ln1@news.t-online.com> <20060419173122.GA70979@xor.obsecurity.org> In-Reply-To: <20060419173122.GA70979@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rotkap@gmx.de, freebsd-ports@freebsd.org Subject: Re: java/diablo-jdk15 vs. java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 18:51:48 -0000 Kris Kennaway wrote: > On Wed, Apr 19, 2006 at 06:46:56PM +0200, Heino Tiedemann wrote: >> Hi there, >> >> can yozu tell me, what ist the difference between java/diablo-jdk15 >> and java/jdk15? >> >> ,----[ java/diablo-jdk15/pgk-descr ] >> | The Java Development Kit (JDK) provides the Java Virtual Machine, >> | base classes, and development tools to permit developers to create >> | new Java applications, applets, and components on FreeBSD. >> | >> | WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml >> `---- >> >> ,----[ java/jdk15/pgk-descr ] >> | This is the latest JDK 1.5.0 patchset from the Java 2 FreeBSD porting >> | project. This port allows you to easily build a native JDK1.5.0 for FreeBSD. >> | >> | Please note that due to the current Sun licensing policy the resulting binaries >> | can't be distributed and you are only permitted to use/hack it personally. >> | Due to the same reasons you have to manually fetch the source code and patchset >> | for FreeBSD. >> | >> | WWW: http://www.freebsd.org/java/ >> | http://www.eyesbeyond.com/freebsddom/java/index.html >> | http://www.sun.com/software/communitysource/java2/ >> `---- >> >> >> Okay, imagine that I have manually fetched the source code files. >> >> >> What ist the fiference between: >> >> 1) cd /usr/ports/java/diablo-jdk15 && make install >> and >> 2) cd /usr/ports/java/jdk15 && make install > > Hours of compile time for 2) :-) Plus, 1) has Sun's numerous fixes (and a few regressions) between 1.5.0 and 1.5.0 update 6. Cheers, Panagiotis