aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-31 17:21:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-31 17:21:42 +0000
commit9cf4e066176e6136ae29ee80598bd136691841ee (patch)
tree6b5199ff032c9ae5588cadfe42c8ea929d81275d /UPDATING
parent343f20bb90ef0a1beee974bd77231684761e0388 (diff)
downloadports-9cf4e066176e6136ae29ee80598bd136691841ee.tar.gz
ports-9cf4e066176e6136ae29ee80598bd136691841ee.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.
Notes
Notes: svn path=/head/; revision=110544
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 1a376fc5e698..6b62b1189ef1 100644
--- a/UPDATING
+++ b/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.