[86052] trunk/dports/kde/konversation

snc at macports.org snc at macports.org
Tue Oct 18 13:01:01 PDT 2011


Revision: 86052
          http://trac.macports.org/changeset/86052
Author:   snc at macports.org
Date:     2011-10-18 13:01:01 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
konversation: fix build where docs were always being built

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

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

Modified: trunk/dports/kde/konversation/Portfile
===================================================================
--- trunk/dports/kde/konversation/Portfile	2011-10-18 19:48:05 UTC (rev 86051)
+++ trunk/dports/kde/konversation/Portfile	2011-10-18 20:01:01 UTC (rev 86052)
@@ -25,3 +25,6 @@
 patchfiles          workaround-qfontmetrics-bug.patch
 patch.dir           ${workpath}/${distname}
 patch.pre_args      -p1
+if {![variant_isset doc]} {
+    patchfiles-append   patch-CMakeLists.txt.diff
+}

Added: trunk/dports/kde/konversation/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/konversation/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/konversation/files/patch-CMakeLists.txt.diff	2011-10-18 20:01:01 UTC (rev 86052)
@@ -0,0 +1,8 @@
+--- konversation-1.3.1/CMakeLists.txt.orig	2011-10-18 15:56:19.000000000 -0400
++++ konversation-1.3.1/CMakeLists.txt	2011-10-18 15:56:24.000000000 -0400
+@@ -69,5 +69,3 @@
+ find_package(Msgfmt REQUIRED)
+ find_package(Gettext REQUIRED)
+ add_subdirectory( po )
+-add_subdirectory( doc-translations )
+-add_subdirectory( doc )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/3ff7ac28/attachment.html>


More information about the macports-changes mailing list