From owner-svn-ports-head@FreeBSD.ORG Wed Aug 13 20:05:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE9B695F; Wed, 13 Aug 2014 20:05:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB57327B7; Wed, 13 Aug 2014 20:05:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DK5Xtr014719; Wed, 13 Aug 2014 20:05:33 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DK5XSM014718; Wed, 13 Aug 2014 20:05:33 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201408132005.s7DK5XSM014718@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Wed, 13 Aug 2014 20:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364804 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 20:05:34 -0000 Author: pgj Date: Wed Aug 13 20:05:33 2014 New Revision: 364804 URL: http://svnweb.freebsd.org/changeset/ports/364804 QAT: https://qat.redports.org/buildarchive/r364804/ Log: - Provide better binary upgrade instructions (via pkg(8)) for the recent major GHC update. Reported by: Joseph Mingrone (jrm @ freenode) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Aug 13 20:05:15 2014 (r364803) +++ head/UPDATING Wed Aug 13 20:05:33 2014 (r364804) @@ -11,14 +11,20 @@ you update your ports collection, before The Glorious Glasgow Haskell Compiler has been updated to version 7.8.3 and Haskell Platform to 2014.2.0.0. Hence it is recommended to - rebuild or reinstall all the dependent ports by one of the following - commands: + rebuild or reinstall all the dependent ports and the lang/ghc port + itself by one of the following commands: # portmaster -w -r ghc or # portupgrade -fr lang/ghc - or - # pkg upgrade + + If you use pkg(8) then it is just safer to remove all the GHC-dependent + packages along with GHC and reinstall everything from scratch. + Something alone these lines may work: + + # pkg query "%ro" > ghc-pkgs.txt + # pkg delete -y lang/ghc + # pkg install -y `cat ghc-pkgs.txt | grep -Ev "/hs-(haskeline|terminfo|transformers|xhtml)" 20140803: AFFECTS: users of security/p5-openxpki