From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 09:51:40 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 1E3C41065675 for ; Sun, 13 Jul 2008 09:51:40 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 977B68FC16 for ; Sun, 13 Jul 2008 09:51:39 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so140617uge.37 for ; Sun, 13 Jul 2008 02:51:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=HK8Jfd5bsYVjepoK2ahKZiHdul6JzPthKYhfaK5P+KE=; b=J/cYHaIUxdd5YN69zFJ9iQb3iNIC/LZNdp9W5Q4C65XOYByjuU/B9dEko4dcSrd9i1 8GYF/WpLcoKR+v2AtZiL/GZv9pAj0doIPDacYhlId5jYPlb8SNfNMEQDTdvXxDSNWwY5 fmgRsM33zdFn2KrdTkH5qPIQ2OuQ1X+X+GsaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=c6vxhPMFQOXuaEgnw0bOw5CDlJEtOXoraryUGcZGFrBUCgXWu/lml44XsuuqQ2HOqw 9ZfjfYyViZ5GRbLoF74JVW5B6uA7r1AFcZyK045ouJDqhXB3iamCsy1ZCSFxumv5Mb3W EITapmqaI5eXuMRa0ql3a+ddqVfvoE9GlucHU= Received: by 10.103.137.19 with SMTP id p19mr6870509mun.108.1215942698193; Sun, 13 Jul 2008 02:51:38 -0700 (PDT) Received: from atlantis.dyndns.org ( [79.131.197.56]) by mx.google.com with ESMTPS id e8sm13882486muf.0.2008.07.13.02.51.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 13 Jul 2008 02:51:37 -0700 (PDT) Message-ID: <4879D026.8060407@gmail.com> Date: Sun, 13 Jul 2008 12:51:34 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: freebsd-questions@freebsd.org 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> In-Reply-To: <200807131016.31598.jmc-freebsd@milibyte.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 13 Jul 2008 09:51:40 -0000 Mike Clarke wrote: > On Sunday 13 July 2008, Manolis Kiagias wrote: > > >> 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, but I might be >> wrong. >> > > I wonder if portinstall -P (or even -PP) might do what the OP wants? > > I am using portupgrade for upgrading from source myself, but have never used portinstall with packages. You are correct, according to the man page, portinstall -PP would be his best bet.