aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-12-17 09:30:06 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-12-17 09:30:06 +0000
commit80be772020823910b925f8756f28a2ff98d7fac9 (patch)
tree59a12b1997975c8abcd335afcecf61ee55b564a6 /UPDATING
parenta0a27f37ce9b5b0883e47c3b9a92bcabffe03c89 (diff)
downloadports-80be772020823910b925f8756f28a2ff98d7fac9.tar.gz
ports-80be772020823910b925f8756f28a2ff98d7fac9.zip
Instructions to work around ruby-bdb breakage through bugfix upgrade of db[56].
Notes
Notes: svn path=/head/; revision=336703
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING28
1 files changed, 28 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b93e58f1c1c6..4026c45107ca 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,34 @@ 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.
+20131217:
+ AFFECTS: users of databases/ruby-bdb and databases/db5 or databases/db6
+ AUTHOR: mandree@FreeBSD.org
+
+ databases/db5 and databases/db6 have recently been updated to fix
+ bugs. This changed their patchlevel version.
+
+ However, ruby-bdb breaks during the upgrade due to a bug described in
+ <http://www.freebsd.org/cgi/query-pr.cgi?pr=184921>.
+
+ THIS MEANS THAT YOU MUST NOT USE PORTUPGRADE TO UPGRADE databases/db5
+ databases/db6 and databases/ruby-bdb. Doing that will break the latter and
+ cause corrupted dependency data. Use portmaster for the upgrade.
+
+ If you are in a situation where portupgrade refuses to work with
+ errors like:
+
+ DB needs compatible versions of libdb & db.h
+ you have db.h version 5.3.21 and libdb version 5.3.28
+
+ then you must manually upgrade the ruby-bdb port and repair dependency data:
+
+ # make -C /usr/ports/databases/ruby-bdb all deinstall install clean
+ # pkgdb -fu
+ # portupgrade -f db5 db6
+
+ This should return portupgrade to normal operation.
+
20131216:
AFFECTS: users of x11/xorg, graphics/libGL, graphics/dri, all xorg ports
AUTHOR: zeising@FreeBSD.org