1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add note about upgrading lang/erlang to R14B04.

(short version: check your port options because the defaults changed)
This commit is contained in:
Jimmy Olgeni 2011-10-05 16:20:47 +00:00
parent 34c8bc7dc8
commit 598d6e767f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282994

View File

@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20111005:
AFFECTS: users of lang/erlang
AUTHOR: Jimmy Olgeni <olgeni@FreeBSD.org>
Following the R14B04 upgrade the JAVA, X11, WX and ODBC port
options have been set to OFF by default; this will allow to replace
lang/erlang-lite with lang/erlang for headless operation in the
near future.
If you need any of these options, run "make config" in lang/erlang
before upgrading, or set your make.conf accordingly.
20111003:
AFFECTS: users of math/qhull
AUTHOR: Stephen Montgomery-Smith <stephen@FreeBSD.org>