aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2008-04-05 22:56:15 +0800
committermnag <mnag@FreeBSD.org>2008-04-05 22:56:15 +0800
commit36d75cf01a5567fd7170e1be4ab7d6fc5defce64 (patch)
treea23b47251b0bf0e437a17fcc01ac2869d6398af2
parent319cce882961fb20c7c4337b5b6506a28a885cc1 (diff)
downloadfreebsd-ports-gnome-36d75cf01a5567fd7170e1be4ab7d6fc5defce64.tar.gz
freebsd-ports-gnome-36d75cf01a5567fd7170e1be4ab7d6fc5defce64.tar.zst
freebsd-ports-gnome-36d75cf01a5567fd7170e1be4ab7d6fc5defce64.zip
- Add entry to databases/sqlite3
-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