svn commit: r366332 - head

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 27 15:16:43 UTC 2014


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.
 


More information about the svn-ports-head mailing list