Fix up the Perl 5.8.4 instructions so that they work with csh as well as sh,
and that they use the correct version of Perl based on the order in which Perl and its dependent ports are updated.
This commit is contained in:
parent
343f20bb90
commit
9cf4e06617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110544
1 changed files with 3 additions and 3 deletions
6
UPDATING
6
UPDATING
|
@ -14,10 +14,10 @@ upgrades.
|
|||
* first, upgrade your perl5.8 installation.
|
||||
* run "use.perl port", so that the system knows you have 5.8.4.
|
||||
* now, run some magic incantations to upgrade all ports depending on perl,
|
||||
that is run something like :
|
||||
portupgrade -f $((pkg_info -R perl-5.8.2_2 |tail +4; \
|
||||
that is run something like :
|
||||
portupgrade -f `(pkg_info -R perl-5.8.4 |tail +4; \
|
||||
find /usr/local/lib/perl5/site_perl/5.8.2 -type f -print0 \
|
||||
| xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u)
|
||||
| xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u`
|
||||
This is likely to fail for a few ports, you'll have to upgrade them
|
||||
afterward.
|
||||
|
||||
|
|
Loading…
Reference in a new issue