[104034] trunk/dports/kde/kdepim4

nicos at macports.org nicos at macports.org
Wed Mar 13 07:56:10 PDT 2013


Revision: 104034
          https://trac.macports.org/changeset/104034
Author:   nicos at macports.org
Date:     2013-03-13 07:56:10 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
kdepim4: update to 4.10.1 (#38337, maintainer timeout)

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

Added Paths:
-----------
    trunk/dports/kde/kdepim4/files/
    trunk/dports/kde/kdepim4/files/patch-CMakeLists.txt
    trunk/dports/kde/kdepim4/files/patch-assuanserverconnection.diff

Modified: trunk/dports/kde/kdepim4/Portfile
===================================================================
--- trunk/dports/kde/kdepim4/Portfile	2013-03-13 14:53:01 UTC (rev 104033)
+++ trunk/dports/kde/kdepim4/Portfile	2013-03-13 14:56:10 UTC (rev 104034)
@@ -5,7 +5,7 @@
 PortGroup           kde4   1.1
 
 name                kdepim4
-version             4.9.5
+version             4.10.1
 categories          kde kde4
 maintainers         sharky intevation.de:bjoern.ricks
 license             GPL-2+ LGPL-2+
@@ -18,10 +18,14 @@
 use_xz              yes
 distname            kdepim-${version}
 
-checksums           rmd160  64aee190e397eaa5dad9637e42f9ec8067a434b6 \
-                    sha256  e873b9cef574db851cd0341073215412a08a6832c1a32a2ef1b3f94fa45bcd6e
+checksums           rmd160  d903ae719f79ea077204f745a9bce321f10726de \
+                    sha256  7b06ceed9e964dbef9fb801406dd44126363069cc89cb3ceb30ae271ea94515a
 
+#Workaround for boost 1.53
+patchfiles-append   patch-assuanserverconnection.diff
+
 depends_lib-append  port:kde4-runtime \
+                    port:nepomuk-widgets \
                     port:kdelibs4 port:dblatex \
                     port:kdepimlibs4 path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:shared-desktop-ontologies port:libassuan \
@@ -30,6 +34,16 @@
 configure.args-append   ../${distname} \
                         -DWITH_IndicateQt=OFF
 
+if {![variant_isset docs]} {
+    depends_lib-delete  port:dblatex
+    patchfiles-append   patch-CMakeLists.diff
+}
+
+if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
+    depends_build-append    port:clang-3.1
+    configure.compiler      macports-clang-3.1
+}
+
 universal_variant   no
 
 livecheck.url       http://kde.mirrors.hoobly.com/stable/${version}/src/

Added: trunk/dports/kde/kdepim4/files/patch-CMakeLists.txt
===================================================================
--- trunk/dports/kde/kdepim4/files/patch-CMakeLists.txt	                        (rev 0)
+++ trunk/dports/kde/kdepim4/files/patch-CMakeLists.txt	2013-03-13 14:56:10 UTC (rev 104034)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2013-03-01 15:57:28.000000000 +0900
++++ CMakeLists.txt	2013-03-09 20:05:57.000000000 +0900
+@@ -389,7 +389,7 @@
+ endif()
+ 
+ # doc must be a subdir of kdepim or packagers will kill us
+-macro_optional_add_subdirectory(doc)
++#macro_optional_add_subdirectory(doc)
+ 
+ 
+ # We really want to encourage users to enable/install QGpgME from kdepimlibs

Added: trunk/dports/kde/kdepim4/files/patch-assuanserverconnection.diff
===================================================================
--- trunk/dports/kde/kdepim4/files/patch-assuanserverconnection.diff	                        (rev 0)
+++ trunk/dports/kde/kdepim4/files/patch-assuanserverconnection.diff	2013-03-13 14:56:10 UTC (rev 104034)
@@ -0,0 +1,11 @@
+--- kleopatra/uiserver/assuanserverconnection.cpp.orig	2013-03-08 00:43:55.000000000 +0900
++++ kleopatra/uiserver/assuanserverconnection.cpp	2013-03-08 01:31:27.000000000 +0900
+@@ -79,7 +79,7 @@
+ #include <kleo-assuan.h>
+ 
+ #include <boost/type_traits/remove_pointer.hpp>
+-#ifndef _WIN32_WCE
++#if !defined(_WIN32_WCE) && !defined(Q_MOC_RUN)
+ #include <boost/lexical_cast.hpp>
+ #endif
+ #include <boost/bind.hpp>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130313/d32c7e1a/attachment.html>


More information about the macports-changes mailing list