svn commit: r318866 - head/net/kdenetwork4/files

Max Brazhnikov makc at FreeBSD.org
Thu May 23 11:43:06 UTC 2013


Author: makc
Date: Thu May 23 11:43:05 2013
New Revision: 318866
URL: http://svnweb.freebsd.org/changeset/ports/318866

Log:
  Add upstream patch to fix build with clang

Added:
  head/net/kdenetwork4/files/patch-kget__core__transferhistorystore.cpp   (contents, props changed)

Added: head/net/kdenetwork4/files/patch-kget__core__transferhistorystore.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/kdenetwork4/files/patch-kget__core__transferhistorystore.cpp	Thu May 23 11:43:05 2013	(r318866)
@@ -0,0 +1,25 @@
+------------------------------------------------------------------------
+r1355676 | rkcosta | 2013-05-20 16:16:41 +0300 (Mon, 20 May 2013) | 6 lines
+
+Fix most-vexing parse error introduced in r1345874.
+
+By the way, why is this revision only in branches/KDE/4.10 and not in trunk?
+
+CCMAIL: david.narvaez at computer.org
+
+
+Index: kget/core/transferhistorystore.cpp
+===================================================================
+--- kget/core/transferhistorystore.cpp	(revision 1355675)
++++ kget/core/transferhistorystore.cpp	(revision 1355676)
+@@ -554,7 +554,7 @@
+ void NepomukStore::load()
+ {
+     Nepomuk::Query::QueryServiceClient * queryService = new Nepomuk::Query::QueryServiceClient(this);
+-    Nepomuk::Query::ResourceTypeTerm historyTypeTerm(Nepomuk::Types::Class(Nepomuk::HistoryItem::resourceTypeUri()));
++    Nepomuk::Query::ResourceTypeTerm historyTypeTerm((Nepomuk::Types::Class(Nepomuk::HistoryItem::resourceTypeUri())));
+     Nepomuk::Query::Query historyQuery(historyTypeTerm);
+ 
+     connect(queryService, SIGNAL(newEntries(const QList<Nepomuk::Query::Result>&)), this, SLOT(loadResult(const QList<Nepomuk::Query::Result>&)));
+
+------------------------------------------------------------------------


More information about the svn-ports-all mailing list