[115311] trunk/dports/kde/poxml

nicos at macports.org nicos at macports.org
Mon Dec 30 18:55:00 PST 2013


Revision: 115311
          https://trac.macports.org/changeset/115311
Author:   nicos at macports.org
Date:     2013-12-30 18:55:00 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
poxml: suppress use of tests involving meinproc4 which crashes sometimes (ticket #41576)

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

Added Paths:
-----------
    trunk/dports/kde/poxml/files/patch-noCheckXML.diff

Modified: trunk/dports/kde/poxml/Portfile
===================================================================
--- trunk/dports/kde/poxml/Portfile	2013-12-31 02:18:37 UTC (rev 115310)
+++ trunk/dports/kde/poxml/Portfile	2013-12-31 02:55:00 UTC (rev 115311)
@@ -6,6 +6,7 @@
 
 name                poxml
 version             4.11.4
+revision            1
 categories          kde kde4
 license             GPL-2+
 maintainers         nicos openmaintainer
@@ -25,8 +26,10 @@
 depends_lib-append  port:kdelibs4 \
                     port:antlr
 
+patchfiles-append   patch-noCheckXML.diff 
+
 if {![variant_isset docs]} {
-    patchfiles      patch-CMakeLists.diff
+    patchfiles-append   patch-CMakeLists.diff
 }
 
 pre-activate {

Added: trunk/dports/kde/poxml/files/patch-noCheckXML.diff
===================================================================
--- trunk/dports/kde/poxml/files/patch-noCheckXML.diff	                        (rev 0)
+++ trunk/dports/kde/poxml/files/patch-noCheckXML.diff	2013-12-31 02:55:00 UTC (rev 115311)
@@ -0,0 +1,21 @@
+--- tests/CMakeLists.txt.orig	2013-08-29 02:14:36.000000000 +0900
++++ tests/CMakeLists.txt	2013-12-12 21:58:29.000000000 +0900
+@@ -5,7 +5,6 @@
+ 
+ add_custom_command(
+   OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lauri.pot
+-  COMMAND checkXML ${lauri_xml}
+   COMMAND xml2pot ${lauri_xml} > lauri.pot
+   COMMAND msgmerge -o lauri.pot lauri.pot lauri.pot
+   DEPENDS ${lauri_xml}
+@@ -34,10 +33,4 @@
+   DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/lauri_de.xml
+ )
+ 
+-add_test(
+-  NAME lauri_de
+-  COMMAND checkXML lauri_de.xml
+-  WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+-)
+-
+ endif ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/ac19e43f/attachment.html>


More information about the macports-changes mailing list