From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 23:24:39 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A8D16A46B for ; Fri, 1 Jun 2007 23:24:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id DF63013C45D for ; Fri, 1 Jun 2007 23:24:38 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 70A8F5197B for ; Fri, 1 Jun 2007 19:24:37 -0400 (EDT) Date: Sat, 2 Jun 2007 00:24:34 +0100 From: RW To: freebsd-ports@freebsd.org Message-ID: <20070602002434.2069d5af@gumby.homeunix.com.> In-Reply-To: <4660857A.2030701@FreeBSD.org> References: <20070601083345.GA48323@rot13.obsecurity.org> <10723ADA-FD53-45F8-BDFA-DBD98CBC212E@FreeBSD.org> <20070601170514.GA54912@rot13.obsecurity.org> <20070601.131415.74663752.imp@bsdimp.com> <4660857A.2030701@FreeBSD.org> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Uggg! 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: Fri, 01 Jun 2007 23:24:39 -0000 On Fri, 01 Jun 2007 13:45:46 -0700 Doug Barton wrote: > What you could do with portmaster is to pick a high level leaf port > with a lot of dependencies (something like firefox) and do > 'portmaster -aft /usr/ports/www/firefox' (make sure you specify the > directory in /usr/ports, not the pkg directory). How does that work? The ports system installs missing dependencies when it can't find the test files specified in the *_DEPENDS entries, but in this case all of those files will be present, but unrecorded. On the other hand, building everything in the all-depends-list may be wrong in other, more common, circumstances.