diff options
author | matusita <matusita@FreeBSD.org> | 2004-10-24 03:55:10 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-10-24 03:55:10 +0000 |
commit | 0c05cc81d72fafa4be12ae09c9c4e418ebd4aee3 (patch) | |
tree | e9c63bf59b861fdab2232eddd2db4761eacee70a /UPDATING | |
parent | fcb58a1d3e2001a04dbf77fa0c7c07758b5e275d (diff) | |
download | FreeBSD-ports-0c05cc81d72fafa4be12ae09c9c4e418ebd4aee3.zip FreeBSD-ports-0c05cc81d72fafa4be12ae09c9c4e418ebd4aee3.tar.gz |
Add entry on popfile and DBD::SQLite 1.x trouble: why and workaround.
See also: http://popfile.sourceforge.net/cgi-bin/wiki.pl?SQLite3
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20041024: + AFFECTS: users of mail/popfile + AUTHOR: matusita@FreeBSD.org + + Since there is a known problem that popfile doesn't work with SQLite 1.x + at this time, you'll be in trouble after upgrading databases/p5-DBD-SQLite + to the latest one. A workaround is commited to 0.22.0_1 which uses + databases/p5-DBD-SQLite2 by default. However, if already installed popfile, + please check ${HOME}/.popfile/popfile.cfg, and change the line + "bayes_dbconnect dbi:SQLite:dbname=$dbname" to + "bayes_dbconnect dbi:SQLite2:dbname=$dbname" then restart popfile. + 20041023: AFFECTS: users of mail/dbmail AUTHOR: seanc@FreeBSD.org |