From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 10:48:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9777216A4CE for ; Wed, 24 Mar 2004 10:48:02 -0800 (PST) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2268B43D4C for ; Wed, 24 Mar 2004 10:48:02 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: (qmail 17591 invoked from network); 24 Mar 2004 18:48:01 -0000 Received: from unknown (HELO blacklamb.mykitchentable.net) ([67.51.117.104]) (envelope-sender ) by relay01.roc.ny.frontiernet.net (FrontierMTA 2.3.7c) with SMTP for ; 24 Mar 2004 18:48:01 -0000 Received: from mykitchentable.net (unknown [165.107.42.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id C33783BF371; Wed, 24 Mar 2004 10:47:59 -0800 (PST) Message-ID: <4061D7E0.7010107@mykitchentable.net> Date: Wed, 24 Mar 2004 10:48:00 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Lokken References: <4060DB5B.20305@mykitchentable.net> <4060E747.2050208@mac.com> <37EF4C48-7D92-11D8-8CE1-000A956D2452@chrononomicon.com> <20040324161855.GA1816@cs025_2k> In-Reply-To: <20040324161855.GA1816@cs025_2k> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions cc: Bart Silverstrim Subject: Re: How To Upgrade to Perl 5.8 on 4.9 System? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 18:48:02 -0000 On 3/24/2004 8:18 AM Joshua Lokken wrote: >* Bart Silverstrim [2004-03-24 07:35]: > > >>On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: >> >> >> >>>Drew Tomlinson wrote: >>> >>> >>>>I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the >>>>default 5.005 version to 5.8.2? >>>> >>>> >>>Yes. >>> >>> >>> >>>>Are there any steps required beyond installing the port? >>>> >>>> >>>Try: >>> >>>cd /usr/ports/lang/perl5.8 >>>make install >>>use.perl port >>> >>> >>> >>I also had to re-install some of my ports after installing the new Perl >>and switching the system perl to the newer version (4.9-release-p3). >> >> > > >If you install sysutils/portupgrade, you can do (after >installing the new Perl) > ># portupgrade -rf perl > > I tried this (adding the 'n') to see what portupgrade would find. All it found was 'perl5.8', yet I have webmin, spamassassin, and various other things that use perl (AFAIK). I changed the line to: portupgrade -rRf 'p5*' and if found lots of things. It might be overkill but it should get everything that needs rebuilding, correct? Thanks for your help. Drew