pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/podofo
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 22 22:36:17 UTC 2018
Modified Files:
pkgsrc/print/podofo: distinfo
Added Files:
pkgsrc/print/podofo/patches: patch-test_TokenizerTest_CMakeLists.txt
Log Message:
podofo: comment out cmake target that should copy test files, but fails for me.
Fixes the build.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/podofo/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/podofo/distinfo
diff -u pkgsrc/print/podofo/distinfo:1.18 pkgsrc/print/podofo/distinfo:1.19
--- pkgsrc/print/podofo/distinfo:1.18 Mon Sep 25 22:26:27 2017
+++ pkgsrc/print/podofo/distinfo Sun Jul 22 22:36:17 2018
@@ -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
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
Added files:
Index: pkgsrc/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt
diff -u /dev/null pkgsrc/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt:1.1
--- /dev/null Sun Jul 22 22:36:17 2018
+++ pkgsrc/print/podofo/patches/patch-test_TokenizerTest_CMakeLists.txt Sun Jul 22 22:36:17 2018
@@ -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