Date: Wed, 14 Jan 2009 21:03:50 +0100 From: Dominic Fandrey <kamikaze@bsdforen.de> To: Robert Huff <roberthuff@rcn.com> Cc: ports@freebsd.org Subject: Re: Perl upgrade question Message-ID: <496E4525.8010500@bsdforen.de> In-Reply-To: <18798.1525.541314.409491@jerusalem.litteratus.org> References: <18798.1525.541314.409491@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Robert Huff wrote: > The UPDATING entry says: > ... > Having gotten that far, I've got 40+ files - or at > least directories - in /usr/local/lib/perl5/site_perl/5.8.8. Most > have the ".pm" extension, with a few ".so", ".bs", and ".packlist" > thrown in. No ".ph" > Am I in trouble? And if so, what next? > > Respectfully, > > > Robert Huff For portmaster: # find /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8 -type f -exec pkg_info -W \{} \; | grep -Eo '[^ ]+$' | sort -u | xargs -o portmaster For portupgrade: # find /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8 -type f -exec pkg_info -W \{} \; | grep -Eo '[^ ]+$' | sort -u | xargs -o portupgrade -f Afterwards there shouldn't be anything left belonging to a package.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?496E4525.8010500>