From owner-freebsd-current@FreeBSD.ORG Wed Oct 27 17:25:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6AD16A4D0 for ; Wed, 27 Oct 2004 17:25:22 +0000 (GMT) Received: from mail.frombach.com (frombach.com [208.179.193.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 87C3543D66 for ; Wed, 27 Oct 2004 17:25:08 +0000 (GMT) (envelope-from zoltan@frombach.com) Received: (qmail 75116 invoked by uid 0); 27 Oct 2004 17:28:57 -0000 Received: from 24.24.201.219 by www.frombach.com (envelope-from , uid 0) with qmail-scanner-1.24 (clamscan: 0.80. spamassassin: 3.0.1. Clear:RC:0(24.24.201.219):SA:0(1.8/8.0):. Processed in 1.832659 secs); 27 Oct 2004 17:28:57 -0000 X-Spam-Status: No, hits=1.8 required=8.0 X-Spam-Level: + Received: from unknown (HELO p4) (zoltan@frombach.com@24.24.201.219) by frombach.com with SMTP; 27 Oct 2004 17:28:55 -0000 Message-ID: <001601c4bc49$ed540ec0$e201a8c0@p4> From: "Zoltan Frombach" To: "Kris Kennaway" , "Andre Guibert de Bruet" , "Ruben de Groot" References: <20041027003640.K42571@alpha.siliconlandmark.com> <20041027140705.GA26376@xor.obsecurity.org> Date: Wed, 27 Oct 2004 10:25:17 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailman-Approved-At: Thu, 28 Oct 2004 12:07:37 +0000 cc: freebsd-current@freebsd.org Subject: Re: Portupgrade -af question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:25:22 -0000 > On Tue, Oct 26, 2004 at 10:35:16PM -0700, Zoltan Frombach typed: >> I was planning to recompile portupgrade manually first. But I didn't >> know/remember that it was dependent on ruby. So here is what I'm gonna do >> step by step: >> >> 1. cvsup src to 5.3-RELEASE (when it becomes available) >> 2. cvsup the ports tree to the latest skeleton - still using the 5.2 >> system >> 3. upgrade kernel + world (including the mergmaster step, of course) >> I will follow the official updating guide step by step and very >> carefully >> 4. double-check if ftp and http connection is still working with new >> kernel >> 5. recompile ruby manually >> 6. recompile portupgrade manually >> 7. portupgrade -af -P >> 8. recompile the few ports that needs special options and/or local >> patching > > You can omit step 8 by editing /usr/local/etc/pkgtools.conf. e.g. > > MAKE_ARGS = { > 'lang/perl5.8' => 'WITH_THREADS=yes', > } In fact, I do have those compile options set in my /usr/local/etc/pkgtools.conf file. But are you sure that portupgrade will use those even when called with the -P flag ( eg: portupgrade -af -P )? If it is true then of course step 8 can be eliminated. Can anyone confirm this? Zoltan