aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
commit25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch)
tree45b457da59382af32e809be042d2a1a7cad9e952 /UPDATING
parent1c8feb1a3fd41782660f5439357efe8a9519c625 (diff)
downloadports-25bf018f0fa446ca38508d35b6b3474e88d758d3.tar.gz
ports-25bf018f0fa446ca38508d35b6b3474e88d758d3.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING25
1 files changed, 25 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 89d78de2a850..fc595b1f36ab 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,31 @@ 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.
+20170808:
+ AFFECTS: users of lang/ghc and */hs-*
+ AUTHOR: haskell@FreeBSD.org
+
+ The Glorious Glasgow Haskell Compiler has been updated to version
+ 8.0.2. Hence it is recommended to rebuild or reinstall all the
+ dependent ports and the lang/ghc port itself in one of the following
+ ways:
+
+ # portmaster -w -r ghc
+ or
+ # portupgrade -fr lang/ghc
+
+ In case of pkg(8), it is probably safer to remove all the GHC-dependent
+ packages along with GHC and reinstall everything from scratch. For
+ example:
+
+ # pkg query "%ro" ghc > ghc-pkgs.txt
+ # pkg delete -y lang/ghc
+
+ In ghc-pkgs.txt, check and remove all the packages that have been moved
+ on the update, then use this command:
+
+ # pkg install -y `cat ghc-pkgs.txt`
+
20170807:
AFFECTS: users of mail/dovecot2 and mail/dovecot2-pigeonhole
AUTHOR: adamw@FreeBSD.org