aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-12-11 08:18:02 +0800
committerlioux <lioux@FreeBSD.org>2005-12-11 08:18:02 +0800
commit71a0e0670beb0874262d4008076da3b7f266f29b (patch)
treeb714ff4f236453f66a42981917934e2415b7f6f1 /UPDATING
parent8a981803a98f5ba8b1bb48c186bdf244c9bbcdef (diff)
downloadfreebsd-ports-gnome-71a0e0670beb0874262d4008076da3b7f266f29b.tar.gz
freebsd-ports-gnome-71a0e0670beb0874262d4008076da3b7f266f29b.tar.zst
freebsd-ports-gnome-71a0e0670beb0874262d4008076da3b7f266f29b.zip
net/mldonkey-devel has been fixed to work with lang/ocaml version
3.09. Add instructions on what is required from the ocaml toolchain.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 108266d85d48..26beb35576d2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,20 @@ time you update your ports collection, before attempting any port
upgrades.
20051210:
+ AFFECTS: users of net/mldonkey-devel
+ AUTHOR: lioux@FreeBSD.org
+
+ MLDonkey port net/mldonkey-devel has been patched to work with
+ the updated lang/ocaml version 3.09. As a result, ocaml 3.09
+ is now a requirement. You have to follow the instructions for
+ updating your complete ocaml installation outlined below on
+ 20051201 by burelle@lri.fr.
+
+ If you use the command below, everything should be fine.
+
+ $ portupgrade -n -fr 'ocaml*' 'mldonkey-*devel*'
+
+20051210:
AFFECTS: users of mail/fetchmail using SSL encryption
AUTHOR: barner@FreeBSD.org