From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 19:08:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9D49916A41F for ; Thu, 10 Nov 2005 19:08:32 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB3C43D53 for ; Thu, 10 Nov 2005 19:08:30 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc14) with ESMTP id <2005111019024801400l3b6qe>; Thu, 10 Nov 2005 19:02:53 +0000 Message-ID: <437344E9.4090609@computer.org> Date: Thu, 10 Nov 2005 13:02:33 +0000 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <43732959.1010700@computer.org> <20051110185039.GB33273@xor.obsecurity.org> In-Reply-To: <20051110185039.GB33273@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: pkg_add and package options... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 19:08:32 -0000 Kris Kennaway wrote: > On Thu, Nov 10, 2005 at 11:04:57AM +0000, Eric Schuele wrote: > >>Hello, >> >>I generally build everything from the ports tree. But I'm tired of >>building openoffice. It takes an enormous amount of time. >>Additionally, the last few times it failed to build completely anyways >>(after quite a few hours of trying). >> >>When I build it though... I prefer to set WITHOUT_JAVA=yes and >>WITHOUT_MOZILLA=yes. >> >>I am wondering, if I were to use pkg_add... what would OO have been >>built with. In other words, how do I determine what is built into the >>packages I am pulling down... and do I have any choices about these options. > > > Check the port makefile to determine the defaults. Or pull down a > default index with 'make fetchindex' and look at the list of > dependencies. > > Kris Got it. Thanks Kris. -- Regards, Eric