aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /UPDATING
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b4c98bfda3b2..02e6d4a16908 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.
20130205:
+ AFFECTS: users of lang/ghc and */hs-*
+ AUTHOR: haskell@FreeBSD.org
+
+ Note that the recent devel/libffi update caused some breakage in the Haskell
+ ports with the DYNAMIC option enabled. The problem has been identified and
+ fixed since then. All Haskell ports have been updated to their latest stable
+ versions or bumped as DYNAMIC is enabled by default.
+
+ Hence it is recommended to rebuild or reinstall all ports depending on GHC
+ by one of the following commands:
+
+ # portmaster -w -r ghc
+ or
+ # portupgrade -fr lang/ghc
+ or
+ # pkg install -fR lang/ghc
+
+20130205:
AFFECTS: users of editors/libreoffice
AUTHOR: bapt@FreeBSD.org