From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 09:46:24 2005 Return-Path: X-Original-To: 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 C71CC16A41F for ; Wed, 10 Aug 2005 09:46:24 +0000 (GMT) (envelope-from lists.riverside@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6308443D46 for ; Wed, 10 Aug 2005 09:46:24 +0000 (GMT) (envelope-from lists.riverside@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so58741nzd for ; Wed, 10 Aug 2005 02:46:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q/6uEDUvOgbLoxzsKAAR60oYrA0TZTfOiuYK20kM2c2GZHwxx+m9Zyfw/VtsBSfCl0sgvIWabk192AQiGsRIKFFHG0cLR8qmp7Ml0tu3jcN5RnXJ8IZ6v2EG5YdsvVpXshCUSXe+n1CdcHqjWPYTfb9LVtS2M6W6CvZqFyMMW9w= Received: by 10.36.129.8 with SMTP id b8mr518125nzd; Wed, 10 Aug 2005 02:46:21 -0700 (PDT) Received: by 10.36.224.17 with HTTP; Wed, 10 Aug 2005 02:46:21 -0700 (PDT) Message-ID: Date: Wed, 10 Aug 2005 10:46:21 +0100 From: David Baird To: questions@freebsd.org In-Reply-To: <6.1.0.6.2.20050809182744.06b19b60@cobalt.antimatter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050810010510.GA70073@skytracker.ca> <6.1.0.6.2.20050809182744.06b19b60@cobalt.antimatter.net> Cc: Subject: Re: question about compile 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: Wed, 10 Aug 2005 09:46:24 -0000 On 8/10/05, Glenn Dawson wrote: > At 06:05 PM 8/9/2005, David Banning wrote: > >I am wondering how to know what compile options are available for > >a given ports package.=20 >=20 > from ports(7) man page: >=20 > TARGETS > Some of the targets work recursively through subdirectories. This = lets > you, for example, install all of the ``biology'' ports. The target= s that > do this are build, checksum, clean, configure, depends, extract, fe= tch, > install, and package. >=20 > The following targets will be run automatically by each proceeding = target > in order. That is, build will be run (if necessary) by install, an= d so > on all the way to fetch. Usually, you will only use the install ta= rget. >=20 > config Configure OPTIONS for this port using dialog(1). >=20 I have wondered about this as well. make config only deals with interactive options, AFAIK. make configure seems to give a bit more information, but that seems to depend on the port. For instance, apache gives lots of information about loading modules. Is it just a case of hunting down the documentation for a particular package, or is there a generic way to list available compile options? d.