diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-08 17:21:45 +0000 |
commit | 25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch) | |
tree | 45b457da59382af32e809be042d2a1a7cad9e952 /UPDATING | |
parent | 1c8feb1a3fd41782660f5439357efe8a9519c625 (diff) | |
download | ports-25bf018f0fa446ca38508d35b6b3474e88d758d3.tar.gz ports-25bf018f0fa446ca38508d35b6b3474e88d758d3.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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 |