diff options
author | lioux <lioux@FreeBSD.org> | 2005-05-02 02:10:27 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-05-02 02:10:27 +0800 |
commit | a14245339cb2c42808a6340f2feb194336cb33c2 (patch) | |
tree | 204241d2a492dbf73304e76052f0ea7bd5a383fb | |
parent | 1c94831a35a7a07aade1b13756c077459226358a (diff) | |
download | freebsd-ports-gnome-a14245339cb2c42808a6340f2feb194336cb33c2.tar.gz freebsd-ports-gnome-a14245339cb2c42808a6340f2feb194336cb33c2.tar.zst freebsd-ports-gnome-a14245339cb2c42808a6340f2feb194336cb33c2.zip |
Add advices about lang/ocaml update to 3.08.3
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050501: + AFFECTS: users of lang/ocaml based applications and libraries + AUTHOR: lioux@FreeBSD.org + + With the recent update of ocaml to 3.08.3 some API compability + has been broken. It is a bit subtle so that some users might not + notice it. However, updating all ocaml based aplications and + libraries are advised using the new compiler/interpreter version. + Issue the following command: + + # portupgrade -rf 'ocaml*' + 20050426: AFFECTS: users of mail/courier-authlib AUTHOR: oliver@FreeBSD.org |