From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 19:50:24 2010 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 05CBB1065670 for ; Mon, 8 Nov 2010 19:50:24 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B89B98FC0A for ; Mon, 8 Nov 2010 19:50:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA8JoL1l077983; Mon, 8 Nov 2010 12:50:21 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA8JoLbm077980; Mon, 8 Nov 2010 12:50:21 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 8 Nov 2010 12:50:21 -0700 (MST) From: Warren Block To: RW In-Reply-To: <20101108143759.271acd17@gumby.homeunix.com> Message-ID: References: <4CD6FC57.5020205@blakemfg.com> <20101107203111.37d72c45.freebsd@edvax.de> <20101107145711.1da79e9a@scorpio> <20101108062255.432ca434@scorpio> <20101108143759.271acd17@gumby.homeunix.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Mon, 08 Nov 2010 12:50:21 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: portmaster question 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, 08 Nov 2010 19:50:24 -0000 On Mon, 8 Nov 2010, RW wrote: > -aRr isn't implied by -a, the rR options are ignored in the former. > > I think it's fairly clear that recursing through installed > packages with consistent dependecies isn't going to find a package > that isn't in the set of all installed packages. That sentence makes me a little dizzy. I think you mean that since -a is equivalent to listing all packages on the command line, -r or -R are redundant. So portupgrade \* (i.e., -a) is a superset of portupgrade -r libexample because all the dependencies of libexample are included in the \* and so portupgrade will see they need to be updated because a port they depend on has been updated... Right?