pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/podofo podofo: comment out cmake target that sho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/518bcc914d36
branches:  trunk
changeset: 310742:518bcc914d36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 22 22:36:17 2018 +0000

description:
podofo: comment out cmake target that should copy test files, but fails for me.

Fixes the build.

diffstat:

 print/podofo/distinfo                                        |   3 +-
 print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt |  20 ++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 09efa84be7b6 -r 518bcc914d36 print/podofo/distinfo
--- a/print/podofo/distinfo     Sun Jul 22 21:32:49 2018 +0000
+++ b/print/podofo/distinfo     Sun Jul 22 22:36:17 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2017/09/25 22:26:27 joerg Exp $
+$NetBSD: distinfo,v 1.19 2018/07/22 22:36:17 wiz Exp $
 
 SHA1 (podofo-0.9.5.tar.gz) = 25c84a9e4815197e967bdb93fc2de8e1654a2812
 RMD160 (podofo-0.9.5.tar.gz) = a557330766b1795dd010937eb5c08ce7df671122
@@ -12,3 +12,4 @@
 SHA1 (patch-src_base_PdfVariant.h) = 8e9c206738716fd51a1d56f34e7aa35cc6718d48
 SHA1 (patch-src_doc_PdfImage.cpp) = 844250a772d40ba3ea2322ea623990b87b27c664
 SHA1 (patch-test_CMakeLists.txt) = 846871dac995ff80544ad9096574eddd776e324f
+SHA1 (patch-test_TokenizerTest_CMakeLists.txt) = 588f0f26aa5c8d6a1d1e6119680b9ee7416781d6
diff -r 09efa84be7b6 -r 518bcc914d36 print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt      Sun Jul 22 22:36:17 2018 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-test_TokenizerTest_CMakeLists.txt,v 1.1 2018/07/22 22:36:17 wiz Exp $
+
+Comment out failing copy.
+
+--- test/TokenizerTest/CMakeLists.txt.orig     2007-09-16 09:33:38.000000000 +0000
++++ test/TokenizerTest/CMakeLists.txt
+@@ -4,8 +4,8 @@ SET_TARGET_PROPERTIES(TokenizerTest PROP
+ ADD_DEPENDENCIES(TokenizerTest ${PODOFO_DEPEND_TARGET})
+ 
+ # Copy the test samples over to the build tree
+-ADD_CUSTOM_COMMAND(
+-    TARGET TokenizerTest
+-    POST_BUILD
+-    COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/objects" "${CMAKE_CURRENT_BINARY_DIR}/objects"
+-    )
++#ADD_CUSTOM_COMMAND(
++#    TARGET TokenizerTest
++#    POST_BUILD
++#    COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/objects" "${CMAKE_CURRENT_BINARY_DIR}/objects"
++#    )



Home | Main Index | Thread Index | Old Index