From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 13:57:44 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 A913416A4CE; Sun, 8 Feb 2004 13:57:44 -0800 (PST) Received: from happygiraffe.net (happygiraffe.net [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F20843D1D; Sun, 8 Feb 2004 13:57:44 -0800 (PST) (envelope-from dom@happygiraffe.net) Received: from localhost (localhost.happygiraffe.net [127.0.0.1]) by happygiraffe.net (Postfix) with ESMTP id 2B086B864; Sun, 8 Feb 2004 21:57:43 +0000 (GMT) Received: from happygiraffe.net ([127.0.0.1]) by localhost (ppe.happygiraffe.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82829-07-3; Sun, 8 Feb 2004 21:57:42 +0000 (GMT) Received: by happygiraffe.net (Postfix, from userid 1001) id 637C3B807; Sun, 8 Feb 2004 21:57:42 +0000 (GMT) Date: Sun, 8 Feb 2004 21:57:42 +0000 To: Dag-Erling Sm?rgrav Message-ID: <20040208215742.GA83365@ppe.happygiraffe.net> References: <1075880955.76993.54.camel@shumai.marcuscom.com> <20040205185355.GA92331@eeyore.local.dohd.org> <20040206133401.GA53303@xor.obsecurity.org> <20040207114142.GA92548@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i From: dom@happygiraffe.net (Dominic Mitchell) X-Virus-Scanned: by amavisd-new at happygiraffe.net cc: ports@freebsd.org cc: Mark Huizer cc: current@freebsd.org cc: Kris Kennaway Subject: Re: HEADS UP: MAJOR changes to the ports system 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: Sun, 08 Feb 2004 21:57:44 -0000 On Sun, Feb 08, 2004 at 01:26:52PM +0100, Dag-Erling Sm?rgrav wrote: > dom@happygiraffe.net (Dominic Mitchell) writes: > > There's a couple of other bits that need upgrading along with Perl. The > > on that bit me last time was autoconf (or automake; can't remember). > > Every port that used autoconf failed with "can't find file", even though > > autoconf was present. A closer look showed that the hashbang line was > > pointing at the old no-longer-present Perl. > > that's why autoconf and automake register themselves as requiring > perl, and pkg_delete won't allow you to deinstall perl without first > deinstalling autoconf and automake, unless you force it to. Yes, but I've managed to screw myself by portupgrade'ing perl and forgetting to rebuild automake. Of course the answer is to use portupgrade -r, but I didn't think of that the first time. :-) -Dom