Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 15:16:43 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366332 - head
Message-ID:  <201408271516.s7RFGhvd022690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Aug 27 15:16:42 2014
New Revision: 366332
URL: http://svnweb.freebsd.org/changeset/ports/366332
QAT: https://qat.redports.org/buildarchive/r366332/

Log:
  Update pkg instructions, users report pkg update -f required

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Aug 27 14:55:14 2014	(r366331)
+++ head/UPDATING	Wed Aug 27 15:16:42 2014	(r366332)
@@ -16,9 +16,17 @@ you update your ports collection, before
   Please note announcement for special instructions at:
     http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000086.html
 
-  - Users need to run 'pkg check -Ba' after upgrading to pkg-1.3.7 and before
-    updating any other packages. This avoids needing to reinstall anything
-    not needed due to changed shlibs.
+  - Users need to run 'pkg update -f' and 'pkg check -Ba' after upgrading to
+    pkg-1.3.7 and before updating any other packages. This avoids needing to
+    reinstall anything not needed due to changed shlibs.
+     For binary package users:
+      # pkg install ports-mgmt/pkg
+      # pkg update -f
+      # pkg check -Ba
+      # pkg upgrade
+     For port users:
+      # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean
+      # pkg check -Ba
   - People building packages for serving to other systems need to rebuild
     all packages with 1.3.7.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271516.s7RFGhvd022690>