aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-12-16 07:57:56 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-12-16 07:57:56 +0000
commit63e84c48ade41d32b2f9cc82a3a54dd513169553 (patch)
tree414b3647b2d3ac5ee46211439d48c96c2c5769ff /UPDATING
parent6f337f74cdbb13a64a36cc170eb240c0e93c6ec9 (diff)
downloadports-63e84c48ade41d32b2f9cc82a3a54dd513169553.tar.gz
ports-63e84c48ade41d32b2f9cc82a3a54dd513169553.zip
- Fix installation of the sqlite3 plugin.
- Add note in UPDATING for the deletion of the stale plugin. - Add LICENSE. - Do not build unit tests. - Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=266406
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 33caf62f0c2b..ee9ec8a538e0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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