aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-07-30 10:55:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-07-30 10:55:01 +0000
commit4af647fdc763220d789c426f219dd86f816f72c5 (patch)
tree26c90e32e93d9d1223b6af4f39a9eb7fc2d20586 /UPDATING
parent6444f8bdd2cec1231075e0cce671defa7dd50ca3 (diff)
downloadports-4af647fdc763220d789c426f219dd86f816f72c5.tar.gz
ports-4af647fdc763220d789c426f219dd86f816f72c5.zip
perl++ notes
Notes
Notes: svn path=/head/; revision=115076
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f7159e8df638..9d122cf248a0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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