[130864] trunk/dports/kde/kdepim4

nicos at macports.org nicos at macports.org
Fri Jan 2 17:57:46 PST 2015


Revision: 130864
          https://trac.macports.org/changeset/130864
Author:   nicos at macports.org
Date:     2015-01-02 17:57:46 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
kdepim4: disabling kleopatra which does not build with present boost (ticket #46330)

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

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

Modified: trunk/dports/kde/kdepim4/Portfile
===================================================================
--- trunk/dports/kde/kdepim4/Portfile	2015-01-03 00:08:46 UTC (rev 130863)
+++ trunk/dports/kde/kdepim4/Portfile	2015-01-03 01:57:46 UTC (rev 130864)
@@ -38,7 +38,10 @@
 #ktimetracker: Enable ktimetracker and removing its dependency on X11 (https://trac.macports.org/ticket/44282)
 #emulate-addTitle: Preventing menu crash in kmail (https://trac.macports.org/ticket/44798)
 patchfiles-append   patch-ktimetracker.diff \
-                    patch-emulate-addTitle.diff
+                    patch-emulate-addTitle.diff \
+                    patch-CMakeLists-disableKleo.diff
+#Disabling kleopatra which does not build with boost >= 1.57. 
+#See https://bugs.kde.org/show_bug.cgi?id=341355
 
 if {![variant_isset docs]} {
     depends_lib-delete  port:dblatex

Added: trunk/dports/kde/kdepim4/files/patch-CMakeLists-disableKleo.diff
===================================================================
--- trunk/dports/kde/kdepim4/files/patch-CMakeLists-disableKleo.diff	                        (rev 0)
+++ trunk/dports/kde/kdepim4/files/patch-CMakeLists-disableKleo.diff	2015-01-03 01:57:46 UTC (rev 130864)
@@ -0,0 +1,19 @@
+--- CMakeLists.txt.orig	2014-11-06 17:45:47.000000000 +0900
++++ CMakeLists.txt	2015-01-01 20:49:17.000000000 +0900
+@@ -250,11 +250,11 @@
+   add_subdirectory(messagelist)
+   add_subdirectory(templateparser)
+ 
+-  if(QGPGME_FOUND)
+-    if(Boost_TOPOLOGICAL_SORT_DIR)
+-      macro_optional_add_subdirectory(kleopatra)
+-    endif()
+-  endif()
++#  if(QGPGME_FOUND)
++#    if(Boost_TOPOLOGICAL_SORT_DIR)
++#      macro_optional_add_subdirectory(kleopatra)
++#    endif()
++#  endif()
+ 
+   # The following components depend on QGpgME.
+   add_subdirectory(messageviewer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/f3946990/attachment.html>


More information about the macports-changes mailing list