diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:56:15 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-04-05 14:56:15 +0000 |
commit | 61b44c29e82d0c934034ceea23510408d3bcd45c (patch) | |
tree | d0e6bfdc51078e90116b06b4c01ca73d71c158ab /UPDATING | |
parent | 99c9326aa122a3db64aded065117eba1edbf0b3b (diff) |
- Add entry to databases/sqlite3
Notes
Notes:
svn path=/head/; revision=210585
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |