diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-01 01:21:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-01 01:21:42 +0800 |
commit | e7916f7ef0dec5f46080536545e8c7250212916f (patch) | |
tree | 7d6c44618f947fd485922b736a54f91ddd2bfca4 | |
parent | 6173234eddf5845ed502dddf63beda9b3a6f622b (diff) | |
download | freebsd-ports-gnome-e7916f7ef0dec5f46080536545e8c7250212916f.tar.gz freebsd-ports-gnome-e7916f7ef0dec5f46080536545e8c7250212916f.tar.zst freebsd-ports-gnome-e7916f7ef0dec5f46080536545e8c7250212916f.zip |
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.
-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. |