From owner-freebsd-ports@FreeBSD.ORG Tue Jul 17 08:33:37 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4C6106564A for ; Tue, 17 Jul 2012 08:33:37 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp3.insight.synacor.com [208.47.185.25]) by mx1.freebsd.org (Postfix) with ESMTP id B003A8FC0A for ; Tue, 17 Jul 2012 08:33:37 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=cnnrplXNdTCGMX75Rfp+qZ4kRGPDgeWy4wsObDoE3iQ= c=1 sm=0 a=MkrHcEMnSf8A:10 a=jLN7EqiLvroA:10 a=y3iv-Px0lMXUOXapdbsA:9 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:33436] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 6E/5E-05404-B5325005; Tue, 17 Jul 2012 04:33:31 -0400 Date: Tue, 17 Jul 2012 04:33:31 -0400 Message-ID: <6E.5E.05404.B5325005@smtp02.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Cc: RW , Doug Barton Subject: Re: Rebuilding png and perl without rebuilding a whole lot of ports twice 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: Tue, 17 Jul 2012 08:33:38 -0000 > > Then, from UPDATING file, I could do either > > portmaster p5- > I specifically recommend not doing that, as you'll end up with stuff > that's mixed between the old and new versions, which can cause problems. > > Maybe I could combine these as > > portmaster -r png- -r perl- > > Would that work right? > Reading the man page can answer that question for you. :) > Doug Yes, I read the man page many times, not only portmaster and pkg_info but also csh (which is the same as man tcsh) and sh, looking for "for" command. In tcsh, I found "foreach" but not "for", but found "for" command in sh. My worry is rebuilding hplip, gnash, swfdec, seamonkey, xorg-server and some other big ports twice each. I have Sandy Bridge system and want to try the new xorg-server with KMS. I hope "portmaster -r png- -r perl-" wouldn't rebuild ports with png- and then again with perl- . FreeBSD users tend to trust UPDATING file, so if "portmaster p5-" doesn't work well, it ought to be corrected. Tom