From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 00:13:05 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 1BE27106566B for ; Mon, 14 Jul 2008 00:13:05 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (oldagora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id EA3768FC1B for ; Mon, 14 Jul 2008 00:13:04 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m6E0D307002231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 13 Jul 2008 17:13:03 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m6E0D3Ls002230; Sun, 13 Jul 2008 17:13:03 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA10861; Sun, 13 Jul 08 17:10:51 PDT Date: Sun, 13 Jul 2008 17:12:21 -0700 From: perryh@pluto.rain.com To: jmc-freebsd@milibyte.co.uk, sonic2000gr@gmail.com Message-Id: <487a99e5.J/H87TLmSKivtwA7%perryh@pluto.rain.com> References: <48798b9d.0bgmwrViDqPyEGdk%perryh@pluto.rain.com> <4879bdce.y5h8w8XA+d8w3XuK%perryh@pluto.rain.com> <4879C26D.1020901@gmail.com> <200807131016.31598.jmc-freebsd@milibyte.co.uk> <4879D026.8060407@gmail.com> In-Reply-To: <4879D026.8060407@gmail.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dougb@freebsd.org, freebsd-questions@freebsd.org Subject: Re: PACKAGESITE 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: Mon, 14 Jul 2008 00:13:05 -0000 > >> As far as I know, pkg_add will only fetch dependencies recursively > >> from the Internet when used with -r but it will then ignore > >> PKG_PATH. Seems what you are asking cannot be done this way ... > > > > I wonder if portinstall -P (or even -PP) might do what the OP > > wants? > > You are correct, according to the man page, portinstall -PP would > be his best bet. Except that portinstall is part of portupgrade, which has its own boatload of dependencies. Is there any way to do this with, say, portmaster?