From owner-freebsd-ports@FreeBSD.ORG Fri Jun 1 21:20:15 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5614416A400; Fri, 1 Jun 2007 21:20:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id EF8FB13C44B; Fri, 1 Jun 2007 21:20:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l51LIC0F087432; Fri, 1 Jun 2007 15:18:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jun 2007 15:18:30 -0600 (MDT) Message-Id: <20070601.151830.-300874361.imp@bsdimp.com> To: dougb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <466089EC.2040109@FreeBSD.org> References: <4660857A.2030701@FreeBSD.org> <20070601.145651.-1370667188.imp@bsdimp.com> <466089EC.2040109@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 01 Jun 2007 15:18:13 -0600 (MDT) Cc: ports@FreeBSD.org, ade@FreeBSD.org, kris@obsecurity.org Subject: Re: Uggg! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 21:20:15 -0000 In message: <466089EC.2040109@FreeBSD.org> Doug Barton writes: : M. Warner Losh wrote: : : > I don't see the 't' option listed in the portupgrade -help output. : > What does it do? : : portmaster != portupgrade :) : : In portmaster, the -t option means to thoroughly recurse dependencies : (using all-depends-list instead of the union of build/run-depends-list). Ah, ok. I'm just a fount of confusion today. Warner