summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2004-07-30 10:55:01 +0000
committertobez <tobez@FreeBSD.org>2004-07-30 10:55:01 +0000
commita8fc245bb731c1f8eb1a3156fc3861a580017b8b (patch)
treeeb7b43a25e7740d2b6388ef0cc24fc5a74431dc2 /UPDATING
parent506a2a5e6b0aed9d3b629daa17b75462a6c95ac1 (diff)
downloadFreeBSD-ports-a8fc245bb731c1f8eb1a3156fc3861a580017b8b.zip
FreeBSD-ports-a8fc245bb731c1f8eb1a3156fc3861a580017b8b.tar.gz
perl++ notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f7159e8..9d122cf 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
OpenPOWER on IntegriCloud