diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-07-30 10:55:01 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-07-30 10:55:01 +0000 |
commit | 4af647fdc763220d789c426f219dd86f816f72c5 (patch) | |
tree | 26c90e32e93d9d1223b6af4f39a9eb7fc2d20586 /UPDATING | |
parent | 6444f8bdd2cec1231075e0cce671defa7dd50ca3 (diff) | |
download | ports-4af647fdc763220d789c426f219dd86f816f72c5.tar.gz ports-4af647fdc763220d789c426f219dd86f816f72c5.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040730: + AFFECTS: users of lang/perl5.8 + AUTHOR: tobez@FreeBSD.org, mat@FreeBSD.org, marcus@FreeBSD.org + + lang/perl5.8 has been updated to 5.8.5. you should update everything + depending on perl, that is: + * first, upgrade your perl5.8 installation. + * run "use.perl port", so that the system knows you have 5.8.5. + * 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.5 |tail +4; \ + find /usr/local/lib/perl5/site_perl/5.8.[124] -type f -print0 \ + | 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 + afterwards. + Please note, that this last step is, strictly speaking, not necessary, + if you are upgrading from 5.8.4. But it is cleaner to do so anyway. + 20040726: AFFECTS: users of devel/apache-ant AUTHOR: glewis@FreeBSD.org |