aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2010-12-16 15:57:56 +0800
committeravilla <avilla@FreeBSD.org>2010-12-16 15:57:56 +0800
commitaacc19a3df8ce6b2d08015056106a5a6e7b416c3 (patch)
treef28ff1cf300b4a8415ecea75ee4b1afd0d1299ca /UPDATING
parenta242ac598f2495c7caff746822d4a044a4eea0b6 (diff)
downloadfreebsd-ports-gnome-aacc19a3df8ce6b2d08015056106a5a6e7b416c3.tar.gz
freebsd-ports-gnome-aacc19a3df8ce6b2d08015056106a5a6e7b416c3.tar.zst
freebsd-ports-gnome-aacc19a3df8ce6b2d08015056106a5a6e7b416c3.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.
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