From owner-freebsd-questions@FreeBSD.ORG Wed Jan 5 00:54:04 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 2386316A4CE for ; Wed, 5 Jan 2005 00:54:04 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0139743D4C for ; Wed, 5 Jan 2005 00:53:44 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.ne.client2.attbi.com[66.30.82.93]) by comcast.net (rwcrmhc11) with ESMTP id <2005010500534301300cjnu8e>; Wed, 5 Jan 2005 00:53:43 +0000 Message-ID: <41DB3A66.9070103@comcast.net> Date: Tue, 04 Jan 2005 19:52:54 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20050102) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Loren M. Lang" References: <41D5D092.6030401@comcast.net> <20050103094111.GF14949@alzatex.com> In-Reply-To: <20050103094111.GF14949@alzatex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Passing options to a 'make install clean' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 00:54:04 -0000 Loren M. Lang wrote: > On Fri, Dec 31, 2004 at 05:20:02PM -0500, rsh wrote: > >>I am trying to 'make install clean' of openoffice and do not want to >>install Java. >> >>I have tried several things to say no to Java but it always wants to try >>to install jdk14, and this port is not user friendly with my amd64 system. >> >>So how can I install openoffice without Java? > > > What about just installing a precompiled package of openoffice instead? > I don't think you need java or gcc to be installed for that. Try > pkg_add -r openoffice-1.1 or portinstall -PP editors/openoffice-1.1 if > you have portupgrade installed. Also, amd64 should be able to run all > i386 programs just as well as a real i386 machine can, maybe defined > CPUTYPE to i686 or something will allow you to build java, gcc, and > openoffice. > > There is also a freebsd package of openoffice available on their site I > believe. > > >> Thanks >> Sean >>_______________________________________________ >>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" > > I tried that, some dependency problems. Right now having some other problems and do not have to time to investigate currently. Will again when I have the chance.