aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-05-23 20:18:24 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-05-23 20:18:24 +0000
commit1b68d5eb0ccf36adc2ddc3545e89811c794dec49 (patch)
tree67ef596f1dd4b613f0c2354f161e8cbc7dcd455c /UPDATING
parentab1f7e259672c6a68c251c2d07f4a24110e8fa9c (diff)
downloadports-1b68d5eb0ccf36adc2ddc3545e89811c794dec49.tar.gz
ports-1b68d5eb0ccf36adc2ddc3545e89811c794dec49.zip
Update to 6.2.23. Add TCL option. Cleanup.
Changes submitted by gahr@: Enable a new TCL option, adding a pkgIndex.tcl file. Modernize Makefile. [1] Changes by mandree@: Fix installation of TCL API docs if TCL option is enabled. Update to new upstream release 6.2.23. Install the upgrade61.sh script if SQL option is enabled, with additional fixes distributed as a patch to avoid licensing concerns. Add an UPDATING entry. Add changes in Mk/Uses/bdb.mk. db5 parts of PR 208740 to be committed in a separate transaction later. PR: 208740 Submitted by: gahr@
Notes
Notes: svn path=/head/; revision=415741
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0a3d99431560..38a1707253d7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,36 @@ 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.
+20160523:
+ AFFECTS: Users of databases/db6
+ AUTHOR: mandree@FreeBSD.org
+
+ The databases/db6 port has been updated to release 6.2.23.
+
+ This requires manual action in two places:
+ 1. dependent applications need to be recompiled,
+ 2. SQL databases, if any, need to be reindexed.
+
+ To obtain a list of ports needing a recompilation,
+ the following command should provide it:
+
+ # pkg info -r db6
+
+ Then rebuild db6 and the dependent ports. For pkg users, this should
+ be transparent.
+
+ Portmaster users:
+ # portmaster -r databases/db6
+ Portupgrade users:
+ # portupgrade -fr databases/db6
+
+ In order to reindex SQL databases, a db6-upgrade61.sh script is
+ provided in ${PREFIX}/bin, if and only if the port's SQL option is
+ enabled. For detailed reindexing instructions, see
+ http://docs.oracle.com/cd/E17076_05/html/installation/sqlite_ver61.html
+ and note that the FreeBSD port installs the upgrade61.sh script with a
+ db6- prefix that you need to add.
+
20160511:
AFFECTS: Users of audio/clementine-player
AUTHOR: sbruno@FreeBSD.org