[133859] trunk/dports/kde/kdepim4

nicos at macports.org nicos at macports.org
Fri Mar 13 07:01:08 PDT 2015


Revision: 133859
          https://trac.macports.org/changeset/133859
Author:   nicos at macports.org
Date:     2015-03-13 07:01:08 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
kdepim4: fix compilation error (ticket #47087)

Modified Paths:
--------------
    trunk/dports/kde/kdepim4/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdepim4/files/patch-blogger.diff

Modified: trunk/dports/kde/kdepim4/Portfile
===================================================================
--- trunk/dports/kde/kdepim4/Portfile	2015-03-13 10:22:09 UTC (rev 133858)
+++ trunk/dports/kde/kdepim4/Portfile	2015-03-13 14:01:08 UTC (rev 133859)
@@ -7,6 +7,7 @@
 
 name                kdepim4
 version             4.14.3
+revision            1
 categories          kde kde4
 maintainers         intevation.de:bjoern.ricks nicos
 license             GPL-2+ LGPL-2+
@@ -39,7 +40,8 @@
 #emulate-addTitle: Preventing menu crash in kmail (https://trac.macports.org/ticket/44798)
 patchfiles-append   patch-ktimetracker.diff \
                     patch-emulate-addTitle.diff \
-                    patch-CMakeLists-disableKleo.diff
+                    patch-CMakeLists-disableKleo.diff \
+                    patch-blogger.diff
 #Disabling kleopatra which does not build with boost >= 1.57. 
 #See https://bugs.kde.org/show_bug.cgi?id=341355
 

Added: trunk/dports/kde/kdepim4/files/patch-blogger.diff
===================================================================
--- trunk/dports/kde/kdepim4/files/patch-blogger.diff	                        (rev 0)
+++ trunk/dports/kde/kdepim4/files/patch-blogger.diff	2015-03-13 14:01:08 UTC (rev 133859)
@@ -0,0 +1,21 @@
+--- blogilo/src/blogger.h.orig	2015-03-13 22:14:25.000000000 +0900
++++ blogilo/src/blogger.h	2015-03-13 22:13:38.000000000 +0900
+@@ -42,7 +42,8 @@
+ 
+ namespace KBlog
+ {
+-
++typedef QMap<QString, QString> AuthData_t;
++    
+ class BloggerPrivate;
+ 
+ /**
+@@ -93,7 +94,7 @@
+                       signal emitted after previous authenticate() call.
+       @see authenticated(QMap\<QString,QString\>)
+     */
+-    void authenticate(const QMap<QString, QString> &authData = QMap<QString, QString>());
++    void authenticate(const AuthData_t &authData = AuthData_t());
+ 
+     /**
+       Sets Google OAuth application API key.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150313/00f05ebb/attachment-0001.html>


More information about the macports-changes mailing list