aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-12-17 17:05:33 +0800
committermandree <mandree@FreeBSD.org>2013-12-17 17:05:33 +0800
commit2e257789e0c9ff22e03f725ef7219c1f0618fff0 (patch)
treece322f05551bbdfba24df6d707d17ce2066e8524
parentd454491dd6eedead700c6b3b65b267f545e0fc68 (diff)
downloadfreebsd-ports-gnome-2e257789e0c9ff22e03f725ef7219c1f0618fff0.tar.gz
freebsd-ports-gnome-2e257789e0c9ff22e03f725ef7219c1f0618fff0.tar.zst
freebsd-ports-gnome-2e257789e0c9ff22e03f725ef7219c1f0618fff0.zip
Warn that users should not force delete old Berkeley DB ports.
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index db4997546684..b93e58f1c1c6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -47,6 +47,16 @@ you update your ports collection, before attempting any port upgrades.
You can add WITH_BDB_VER=5 or WITH_BDB_VER=6 to have all
applications that get rebuilt use Oracle Berkeley DB 5 or 6, respectively.
+ DO NOT FORCE DELETE older BerkeleyDB packages, that breaks the upgrade
+ tools. Instead, first rebuild the ports that depend on it, then
+ remove the old Berkeley DB versions.
+
+ Berkeley DB ports should be able to build/install with an older and a
+ newer version version both installed if WITH_BDB_VER is set. If a
+ port then grabs the old Berkeley DB version, that is an issue with the
+ port that requires Berkeley DB, and should be reported to the
+ maintainer.
+
If you are interested in upgrading now already, we have instructions
at <https://wiki.freebsd.org/Ports/BerkeleyDBCleanup>.