From owner-freebsd-ports@FreeBSD.ORG Fri Apr 10 22:54:59 2009 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 301A91065670 for ; Fri, 10 Apr 2009 22:54:59 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from mx1.lsn.net (mx1.lsn.net [66.90.130.73]) by mx1.freebsd.org (Postfix) with ESMTP id 0041A8FC12 for ; Fri, 10 Apr 2009 22:54:58 +0000 (UTC) (envelope-from davidb@boothscientific.com) Received: from 9400.boothscienfific.com (24-155-245-244.dyn.grandenetworks.net [24.155.245.244]) by mx1.lsn.net (8.13.5/8.13.5) with ESMTP id n3ALpbsT028998 for ; Fri, 10 Apr 2009 16:51:37 -0500 From: David Booth To: freebsd-ports@freebsd.org Date: Fri, 10 Apr 2009 16:51:40 -0500 User-Agent: KMail/1.9.10 References: <486EACE56EE9A4FF9B93958A@utd65257.utdallas.edu> <20090410214716.1ff1bd91@gumby.homeunix.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904101651.41029.davidb@boothscientific.com> X-Virus-Scanned: clamav-milter 0.95 at mx0.lsn.net X-Virus-Status: Clean Subject: Re: Can I resume the perl upgrade? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidb@boothscientific.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 22:54:59 -0000 On Friday 10 April 2009, Paul Schmehl wrote: > --On Friday, April 10, 2009 15:47:16 -0500 RW > > > wrote: > > On Fri, 10 Apr 2009 18:45:22 +0000 > > > > Paul Schmehl wrote: > >> > Have portupgrade exclude the ports built after perl. > >> > > >> > portupgrade -fr perl -x '>=perl' > >> > >> This immediately started upgrade perl again, so I halted it. > > > > Then either you've found a portupgrade bug, or the original build > > failed before the first port (perl) could be installed. > > Perhaps I have found a bug. Each time I run this it reinstalls > perl5.10 again - successfully (supposedly). Try a little different syntax: portupgrade -fr -x '>=perl' perl Also, you can use the -n switch (noexecute) to test what will happen. i.e. test with portupgrade -nfr -x '>=perl' perl