summaryrefslogtreecommitdiff
path: root/print/podofo
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-07-22 22:36:17 +0000
committerwiz <wiz@pkgsrc.org>2018-07-22 22:36:17 +0000
commitedb4b127faabd6f7c6ff83cd8bf366c7dd0b21da (patch)
tree1f1c31284410e74cd1caae67b77dc5ff933dce08 /print/podofo
parentb71b7feb64be7de88a087c8a79f80128ede346fa (diff)
downloadpkgsrc-edb4b127faabd6f7c6ff83cd8bf366c7dd0b21da.tar.gz
podofo: comment out cmake target that should copy test files, but fails for me.
Fixes the build.
Diffstat (limited to 'print/podofo')
-rw-r--r--print/podofo/distinfo3
-rw-r--r--print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt20
2 files changed, 22 insertions, 1 deletions
diff --git a/print/podofo/distinfo b/print/podofo/distinfo
index ec35c4055f2..c77203c9ac7 100644
--- a/print/podofo/distinfo
+++ b/print/podofo/distinfo
@@ -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_PdfMemoryManagement.cpp) = 9303daf1e471106d9d22e42230db650d
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 --git a/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt b/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt
new file mode 100644
index 00000000000..fac973c9c27
--- /dev/null
+++ b/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt
@@ -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"
++# )