From owner-freebsd-ports@FreeBSD.ORG Sat Sep 9 07:59:28 2006 Return-Path: X-Original-To: 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 04D0D16A412 for ; Sat, 9 Sep 2006 07:59:28 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A30F943D55 for ; Sat, 9 Sep 2006 07:59:26 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 09 Sep 2006 07:59:25 -0000 Received: from p54A7E111.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.225.17] by mail.gmx.net (mp041) with SMTP; 09 Sep 2006 09:59:25 +0200 X-Authenticated: #5465401 Message-ID: <45027456.9030309@gmx.de> Date: Sat, 09 Sep 2006 09:59:18 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: KAYVEN RIESE References: <790a9fff0609061035p40734023h6a448512cdba56e3@mail.gmail.com> <20060907182858.GB5932@misty.eyesbeyond.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, Scot Hetzel Subject: Re: need java 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: Sat, 09 Sep 2006 07:59:28 -0000 It appears it's time for the step by step foolproof guide: 1. Visist http://www.freebsdfoundation.org/downloads/java.shtml with your web browser of choice. 2. Download the diablo-caffe Tarball that fits your system. 3. Open a terminal. 4. Become root. 5. cd to wherever you downloaded the Tarball. 6. # mv diablo-caffe-freebsd{VER}-{ARCH}-1.5.0_07-b00.tar.bz2 /usr/ports/distfiles/ Replace {VER} with your major FreeBSD version and {ARCH} with your system architecture. Most likely i386. 7. # cd /usr/ports/java/diablo-jdk15/ 8. # make install This should get you there.