Index: head/audio/cantata/files/patch-git_2cb8d7f =================================================================== --- head/audio/cantata/files/patch-git_2cb8d7f (nonexistent) +++ head/audio/cantata/files/patch-git_2cb8d7f (revision 432046) @@ -0,0 +1,22 @@ +From 2cb8d7f67411d6958388705893f5e5de46b3bba0 Mon Sep 17 00:00:00 2001 +From: Craig Drummond +Date: Sat, 29 Oct 2016 18:43:34 +0100 +Subject: [PATCH] Fix C++11 warning + +--- + support/utils.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/support/utils.cpp b/support/utils.cpp +index 2e0c885..4fad46c 100644 +--- support/utils.cpp ++++ support/utils.cpp +@@ -773,7 +773,7 @@ QString Utils::helper(const QString &app) + #elif defined Q_OS_MAC + return fixPath(QCoreApplication::applicationDirPath())+app; + #else +- return QString(INSTALL_PREFIX "/"LINUX_LIB_DIR"/")+QCoreApplication::applicationName()+constDirSep+app; ++ return QString(INSTALL_PREFIX "/" LINUX_LIB_DIR "/")+QCoreApplication::applicationName()+constDirSep+app; + #endif + } + Property changes on: head/audio/cantata/files/patch-git_2cb8d7f ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/cantata/files/patch-git_a13f957 =================================================================== --- head/audio/cantata/files/patch-git_a13f957 (nonexistent) +++ head/audio/cantata/files/patch-git_a13f957 (revision 432046) @@ -0,0 +1,22 @@ +From a13f9575e6226ef7378f3da6b700416354231767 Mon Sep 17 00:00:00 2001 +From: Craig Drummond +Date: Sat, 12 Nov 2016 20:05:46 +0000 +Subject: [PATCH] C++ 11 + +--- + devices/musicbrainz.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/devices/musicbrainz.cpp b/devices/musicbrainz.cpp +index cc1a7a0..89f5409 100644 +--- devices/musicbrainz.cpp ++++ devices/musicbrainz.cpp +@@ -248,7 +248,7 @@ void MusicBrainz::lookup(bool full) + } + DBUG << "Should lookup " << discId; + +- MusicBrainz5::CQuery Query("cantata-"PACKAGE_VERSION_STRING); ++ MusicBrainz5::CQuery Query("cantata-" PACKAGE_VERSION_STRING); + QList m; + QList proxies=NetworkProxyFactory::self()->queryProxy(QNetworkProxyQuery(QUrl("http://musicbrainz.org"))); + foreach (const QNetworkProxy &p, proxies) { Property changes on: head/audio/cantata/files/patch-git_a13f957 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property