diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-31 17:21:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-31 17:21:42 +0000 |
commit | 9cf4e066176e6136ae29ee80598bd136691841ee (patch) | |
tree | 6b5199ff032c9ae5588cadfe42c8ea929d81275d /UPDATING | |
parent | Update to 0.52. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=110544
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |