diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2010-12-16 07:57:56 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2010-12-16 07:57:56 +0000 |
commit | 63e84c48ade41d32b2f9cc82a3a54dd513169553 (patch) | |
tree | 414b3647b2d3ac5ee46211439d48c96c2c5769ff /UPDATING | |
parent | 6f337f74cdbb13a64a36cc170eb240c0e93c6ec9 (diff) | |
download | ports-63e84c48ade41d32b2f9cc82a3a54dd513169553.tar.gz ports-63e84c48ade41d32b2f9cc82a3a54dd513169553.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20101216: + AFFECTS: users of databases/akonadi + AUTHOR: avilla@FreeBSD.org + + With SQLite 3 installed, Akonadi used to build its plugin and + install it in a wrong place, without it being listed in plist. To + remove the orphaned file, run the following commands PRIOR TO the + Akonadi upgrade: + + # cd /usr/ports/databases/akonadi + # rm `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL`/sqldrivers/libqsqlite3.so + # rmdir `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL`/sqldrivers \ + `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL` \ + `make -V KDE4_PREFIX`/`make -V QT_LIBDIR_REL` + 20101214: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org |