From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 23:50:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24EEA106564A for ; Tue, 19 Aug 2008 23:50:32 +0000 (UTC) (envelope-from fbsd06+Y6=3779b762@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 F13AC8FC08 for ; Tue, 19 Aug 2008 23:50:31 +0000 (UTC) (envelope-from fbsd06+Y6=3779b762@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 9508E23E3F4 for ; Tue, 19 Aug 2008 19:50:30 -0400 (EDT) Date: Wed, 20 Aug 2008 00:50:27 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080820005027.229168dc@gumby.homeunix.com.> In-Reply-To: <20080819235051.3686d9c1.freebsd@edvax.de> References: <20080819181714.fb9d5ea1.freebsd@edvax.de> <44ljys26iz.fsf@be-well.ilk.org> <20080819235051.3686d9c1.freebsd@edvax.de> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Fetching precompiled packages for external install 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: Tue, 19 Aug 2008 23:50:32 -0000 On Tue, 19 Aug 2008 23:50:51 +0200 Polytropon wrote: > On Tue, 19 Aug 2008 14:39:48 -0400, Lowell Gilbert > wrote: > > I don't see anything direct, but the *-depends-list targets will > > probably get you close enough to work it out. > > Sorry, I don't know what "*-depends-list targets" refers to. But > I think it's something about the ports which I don't want to use, > instead, using the precompiled packages is what I wanted to. It's not about building from ports, it's about using the ports tree to infer the runtime dependencies. You would recurse through "make run-depends-list" doing a make -V PKGNAME in each directory. If you don't mind downloading some build dependencies you can just do a "make all-depends-list", which is already recursive. If you use the release port tree and the release package repository, the package versions will all match-up.