From owner-freebsd-ports@FreeBSD.ORG Wed Apr 19 16:50:22 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 B564716A403 for ; Wed, 19 Apr 2006 16:50:22 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1266043D48 for ; Wed, 19 Apr 2006 16:50:21 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FWFsQ-0001UJ-SF for freebsd-ports@freebsd.org; Wed, 19 Apr 2006 18:50:06 +0200 Received: from p548ff257.dip.t-dialin.net ([84.143.242.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 18:50:02 +0200 Received: from rotkap by p548ff257.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 18:50:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Wed, 19 Apr 2006 18:46:56 +0200 Organization: yes Lines: 41 Message-ID: <056ih3-615.ln1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p548ff257.dip.t-dialin.net User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: java/diablo-jdk15 vs. java/jdk15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:50:22 -0000 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 Heino