aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-04-05 14:56:15 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-04-05 14:56:15 +0000
commit61b44c29e82d0c934034ceea23510408d3bcd45c (patch)
treed0e6bfdc51078e90116b06b4c01ca73d71c158ab /UPDATING
parent99c9326aa122a3db64aded065117eba1edbf0b3b (diff)
downloadports-61b44c29e82d0c934034ceea23510408d3bcd45c.tar.gz
ports-61b44c29e82d0c934034ceea23510408d3bcd45c.zip
- Add entry to databases/sqlite3
Notes
Notes: svn path=/head/; revision=210585
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 135e640b7cfa..21c46e8dac3e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080405:
+ AFFECTS: users and maintainers of ports that depends of databases/sqlite3
+ AUTHOR: mnag@FreeBSD.org
+
+ Port databases/sqlite3 are updated to 3.5.6 and enabled threads
+ by default. If you see any problem you can recompile sqlite3
+ without threads and test or change Makefile of affected port
+ with this:
+
+ sed -i.bak -E -e "s|USE_SQLITE=.*|USE_SQLITE=34|g" \
+ -e "s|databases/sqlite3|databases/sqlite34|g" Makefile
+
+ Report success or fail to port maintainer and to me.
+
20080403:
AFFECTS: users of emulators/qemu and emulators/qemu-devel
AUTHOR: nox@FreeBSD.org