diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-10-24 03:55:10 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-10-24 03:55:10 +0000 |
commit | 3c7da95f708936b3780ab927a8d5dc004c7fe531 (patch) | |
tree | eb4376e581dc2d77bdaf67a483a2052a2df02705 /UPDATING | |
parent | 44597bdbd241b363db6754da228043f5ebb7f32f (diff) | |
download | ports-3c7da95f708936b3780ab927a8d5dc004c7fe531.tar.gz ports-3c7da95f708936b3780ab927a8d5dc004c7fe531.zip |
Notes
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 |