diff options
author | avilla <avilla@FreeBSD.org> | 2010-12-16 15:57:56 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-12-16 15:57:56 +0800 |
commit | aacc19a3df8ce6b2d08015056106a5a6e7b416c3 (patch) | |
tree | f28ff1cf300b4a8415ecea75ee4b1afd0d1299ca /UPDATING | |
parent | a242ac598f2495c7caff746822d4a044a4eea0b6 (diff) | |
download | freebsd-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-- | 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 |