From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 22:44:06 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 A520516A4CE for ; Sat, 29 Jan 2005 22:44:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC3D43D2D for ; Sat, 29 Jan 2005 22:44:06 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so37041wri for ; Sat, 29 Jan 2005 14:44:05 -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=NrpP9tgb8OaUr3m4H5lPU24r2Q06Tj8SGgwCUC/wgfaI7iUPS1TyS5zoZo2oh/K1RVZ3YAVbuGOs34CA5U6xIxUVeCdIpHpsULrwCxN7S5N2lko8nlzxD+j/ey2NKNf2wzhP677Udp9MaGsaMSVZXaccfGV6xHv8cERrnWpnDVg= Received: by 10.54.43.67 with SMTP id q67mr72274wrq; Sat, 29 Jan 2005 14:44:05 -0800 (PST) Received: by 10.54.42.47 with HTTP; Sat, 29 Jan 2005 14:44:05 -0800 (PST) Message-ID: <810a540e05012914441d05cd4c@mail.gmail.com> Date: Sat, 29 Jan 2005 15:44:05 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org In-Reply-To: <200501300908.55411.imoore@picknowl.com.au> 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> <810a540e05012906594443fad2@mail.gmail.com> <200501300908.55411.imoore@picknowl.com.au> 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 22:44:06 -0000 I built it on an Athlon XP, couple years old, and I'm going to install the jdk on a Barton machine. So it should work if I install it as a package... On the other hand, it's a production server, so I imagine I should probably just build it from scratch, just to be safe. On Sun, 30 Jan 2005 09:08:47 +1030, Ian Moore wrote: > On Sun, 30 Jan 2005 01:29, Pat Maddox wrote: > > 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? > > > Yes, making a package means you can install that on other machines using > pkg_add. This is a great idea, since you don't have to go through the agony > of building the linux jdk again to bootstrap the compile on the other > machine(s). > One caveat - if you have make options that optimise the build for a particular > processor, you may run into trouble running it on other processors. > > Cheers, > Ian > > > > > 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. > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > -- > Ian > GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc > > >