diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
commit | 751b41dafeebc053115ea65f18c9ab0a009b0237 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /databases/akonadi/files | |
parent | 021b3043f8ab11aaff1bb422f34a0dd5dd655cd0 (diff) | |
download | freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.gz freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.zst freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.zip |
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
Diffstat (limited to 'databases/akonadi/files')
-rw-r--r-- | databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h b/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h deleted file mode 100644 index 6340f9ae2192..000000000000 --- a/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h +++ /dev/null @@ -1,28 +0,0 @@ -commit 1ce93440f9dbfcd01a3f4c11119f120e82a7dfb2 -Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> -Date: Sat Jan 21 18:29:43 2012 +0100 - - Build with Clang. - -diff --git a/server/src/nepomuk/queryserviceclient.h b/server/src/nepomuk/queryserviceclient.h -index a0e7517..3c551a0 100644 ---- ./server/src/nepomuk/queryserviceclient.h -+++ ./server/src/nepomuk/queryserviceclient.h -@@ -78,7 +78,7 @@ namespace Nepomuk { - * - * \sa QueryParser - */ -- bool query( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() ); -+ bool query(const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); - - /** - * Start a query using the Nepomuk user query language. -@@ -96,7 +96,7 @@ namespace Nepomuk { - * - * \sa query(const QString&), close() - */ -- bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() ); -+ bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); - - /** - * Close the client, thus stop to monitor the query |