From owner-freebsd-ports@FreeBSD.ORG Wed Apr 19 20:19:55 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 C4DDD16A407 for ; Wed, 19 Apr 2006 20:19:55 +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 14CF443D46 for ; Wed, 19 Apr 2006 20:19:52 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FWJ9R-0002ZO-4W for freebsd-ports@freebsd.org; Wed, 19 Apr 2006 22:19:49 +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 22:19:49 +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 22:19:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Wed, 19 Apr 2006 22:19:25 +0200 Organization: yes Lines: 45 Message-ID: References: <056ih3-615.ln1@news.t-online.com> <20060419173122.GA70979@xor.obsecurity.org> 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: Re: 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 20:19:55 -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) :-) What does "make install" in 1)? Heino