From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 10:58:59 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 90C86106564A for ; Thu, 30 Dec 2010 10:58:59 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost03.isp.att.net (fmailhost03.isp.att.net [207.115.11.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7F8478FC17 for ; Thu, 30 Dec 2010 10:58:59 +0000 (UTC) Received: from mueller6722.bellsouth.net (adsl-80-58-99.sdf.bellsouth.net[65.80.58.99]) by isp.att.net (frfwmhc03) with SMTP id <20101230105858H0300osd7ee>; Thu, 30 Dec 2010 10:58:58 +0000 X-Originating-IP: [65.80.58.99] Date: Thu, 30 Dec 2010 10:59:49 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Message-ID: <4d1c6625.MZdwaEoGnhqNcfOP%mueller6727@bellsouth.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Portmaster general questions and problems 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: Thu, 30 Dec 2010 10:58:59 -0000 Threads about portmaster and portupgrade status raise the question, what flags for portmaster are comparable to -R and -r for portupgrade? I might want to portupgrade a package and all its dependencies (-R), or less frequently, all packages that depend on the package to be portupgraded (-r). How would I do that using portmaster? I read both man pages many times. Tom