From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 14:59:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C5816A4CE for ; Sat, 29 Jan 2005 14:59:22 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3B043D2F for ; Sat, 29 Jan 2005 14:59:22 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so7763wri for ; Sat, 29 Jan 2005 06:59:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=I827HbDqTR2QaCmpvfNNULKC/1Ini1eDw50d5+uISb1k+lBQ4gNgLvgy+4ziPlIyicoSQfrei1W23Y7bA4Cz2XSoAfC8ZxF68oBFSkG5wzQBaKpyuKPRJ5YTy9f5V2QAEALOt9QrHBovQXJ3hYqzej8veJWuQzWrRKQr7kEtlIE= Received: by 10.54.2.11 with SMTP id 11mr144396wrb; Sat, 29 Jan 2005 06:59:21 -0800 (PST) Received: by 10.54.42.47 with HTTP; Sat, 29 Jan 2005 06:59:21 -0800 (PST) Message-ID: <810a540e05012906594443fad2@mail.gmail.com> Date: Sat, 29 Jan 2005 07:59:21 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org In-Reply-To: <44is5g1dys.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e050128145658f81cb8@mail.gmail.com> <44is5g1dys.fsf@be-well.ilk.org> Subject: Re: Installing the JDK without Xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 14:59:22 -0000 Thanks for the help. I got a suggestion on a forum to build it as a package..."make MINIMAL=yes package" I haven't created a package from a port, so I'm not entirely sure what that'll do. It installed Java fine and left me with a bzip2 file. Does this mean I can just copy that file to any other machine I'm using and install Java as a package, so I don't have to wait the long time for it to build? Or would it be better just to build it all on each machine anyway? On 29 Jan 2005 09:56:11 -0500, Lowell Gilbert wrote: > Pat Maddox writes: > > > I've installed the native jdk14 successfully, but noticed that it > > installed Xorg along with it. I imagine that's a dependency for the > > Java plugin or something. I'm using this machine just as a test > > server, I won't be using X at all, so I'd like to build jdk14 without > > having to build and install Xorg as well. Is it possible to do that? > > The actual dependency in the jdk14 port seems to be Open Motif, and > there are no knobs to turn it off. I'm not sure why that is; you may > need to talk to the port authors (or try changing it yourself) to > understand why it's required. >