From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 22:18:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DD016A420; Mon, 27 Feb 2006 22:18:42 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1FC43D6B; Mon, 27 Feb 2006 22:18:40 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:54148) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FDqhS-000Hh5-On; Mon, 27 Feb 2006 14:18:38 -0800 In-Reply-To: <790a9fff0602271048k764ecc02r6753e143aaed0c59@mail.gmail.com> References: <867j7gd8kw.fsf@PECTOPAH.shenton.org> <790a9fff0602270947y5dd9c98dkd26fc17f641cc3e7@mail.gmail.com> <431EE15A-9498-4387-8DA5-DB293079AC4A@FreeBSD.org> <790a9fff0602271048k764ecc02r6753e143aaed0c59@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <00784EA3-DD7D-4F0C-A123-E406BD1E76A3@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Mon, 27 Feb 2006 14:18:09 -0800 To: Scot Hetzel X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: ports@freebsd.org, Ade Lovett Subject: Re: Which ports store/use OPTIONS (/var/db/ports/portname/options)? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 22:18:42 -0000 On Feb 27, 2006, at 10:48 , Scot Hetzel wrote: > Just one question, does config-recursive also show the options for > optional dependancies? Nope. If you select optional dependencies, then you'll need to re- run the make config-recursive after it's finished the first time so that the now-modified list of dependent ports can be fully checked through. -aDe