From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 08:45:06 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 A20EA1065674 for ; Mon, 8 Nov 2010 08:45:06 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 271B38FC1D for ; Mon, 8 Nov 2010 08:45:05 +0000 (UTC) Received: by wwb22 with SMTP id 22so1986860wwb.1 for ; Mon, 08 Nov 2010 00:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=EbVAL6LU/N1Yfab7OOHyGYFVhC7VQ8JV58mZ58CrJQ0=; b=PynLc5hnhg1QGo1J9cyN1i0cIlFnV5coRLf6N2XEGWyTZh8MZLKt1Fv9J8ofax30xi vTAeUIx39NDL8h84FJiVA9yiYCGlzc1SJgB0dyZ0jO08A75341vTJRs6/70c63yfBzTg 3/Cz5gaRspieJeJd+Gtw+TFNHiiEGRhGkVhWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=UsqpSRnXrkpiU6udtKNwHFwPYXbJI/+y1hV7gqZVl+ISDK2qbQrzobEPftKbF0fUuR YvClJP65B0YPpHBN/h+nWDfx8GzhqcXvcSSe6Yzzv96JjZbb8QcLAHl/VtgShThXGOka udBcj3wZ3ymf537Q3FOK/kOdKY1q3e9f07Mag= Received: by 10.227.155.213 with SMTP id t21mr4991470wbw.132.1289205904914; Mon, 08 Nov 2010 00:45:04 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id h29sm637909wbc.21.2010.11.08.00.45.03 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Nov 2010 00:45:04 -0800 (PST) Date: Mon, 8 Nov 2010 08:45:01 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20101108084501.6c0c9994@gumby.homeunix.com> In-Reply-To: References: <4CD6FC57.5020205@blakemfg.com> <20101107203111.37d72c45.freebsd@edvax.de> <20101107145711.1da79e9a@scorpio> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 08:45:06 -0000 On Sun, 7 Nov 2010 22:11:50 -0700 (MST) Warren Block wrote: > On Sun, 7 Nov 2010, Jerry wrote: > > > When using 'portupgrade', I commonly use the '-r' flag in > > conjunction with the previously discussed '-a' flag. While not as > > through as the "-u -p" flags with 'portmanger', it does accomplish > > its goal. > > Isn't portupgrade -a equivalent to -arR? I hope so, or I have a > correction to make... Yes, unless -F is used, in which case -R causes a checksum-recursive target to be used.