pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/podofo Dont look for CppUnit as we dont want to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a507fc63d9fb
branches:  trunk
changeset: 629936:a507fc63d9fb
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 01 04:12:04 2014 +0000

description:
Dont look for CppUnit as we dont want to build tests.

diffstat:

 print/podofo/distinfo         |   4 ++--
 print/podofo/patches/patch-ab |  12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r a5541375ebed -r a507fc63d9fb print/podofo/distinfo
--- a/print/podofo/distinfo     Sat Feb 01 03:57:52 2014 +0000
+++ b/print/podofo/distinfo     Sat Feb 01 04:12:04 2014 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2013/07/17 09:39:36 joerg Exp $
+$NetBSD: distinfo,v 1.9 2014/02/01 04:12:04 markd Exp $
 
 SHA1 (podofo-0.9.2.tar.gz) = 8a6e27e17e0ed9f12e1a999cff66eae8eb97a4bc
 RMD160 (podofo-0.9.2.tar.gz) = 69bf1035f2466ba95208830038c6f8e303580a5b
 Size (podofo-0.9.2.tar.gz) = 1092131 bytes
 SHA1 (patch-aa) = 83740cf59f1c86b07e7ce498e19efe627c0b249e
-SHA1 (patch-ab) = 86ef3d5f6fced669cbeeae95890c046489467e69
+SHA1 (patch-ab) = 61ae284aecee35aab179d5922b651f26945bab41
 SHA1 (patch-ac) = b184fa648407141a373451334790aada66cc2ae2
 SHA1 (patch-src_base_PdfLocale.h) = ba209173509f1109d305765ae7dd56d8266a97d8
 SHA1 (patch-src_base_PdfVariant.cpp) = 849374c8111175cc8875bce0f0b7656bfd1ba5b3
diff -r a5541375ebed -r a507fc63d9fb print/podofo/patches/patch-ab
--- a/print/podofo/patches/patch-ab     Sat Feb 01 03:57:52 2014 +0000
+++ b/print/podofo/patches/patch-ab     Sat Feb 01 04:12:04 2014 +0000
@@ -1,10 +1,20 @@
-$NetBSD: patch-ab,v 1.2 2011/10/26 19:28:00 gls Exp $
+$NetBSD: patch-ab,v 1.3 2014/02/01 04:12:04 markd Exp $
 
 Make LUA optional (PR/43054). Make sure man pages are installed
 at the right place.
+Dont look for CppUnit as we dont want to build tests.
 
 --- CMakeLists.txt.orig        2011-04-26 18:02:47.000000000 +0000
 +++ CMakeLists.txt
+@@ -340,7 +340,7 @@ ELSE(PNG_FOUND)
+ ENDIF(PNG_FOUND)
+ 
+ 
+-FIND_PACKAGE(CppUnit)
++# FIND_PACKAGE(CppUnit)
+ 
+ IF(CppUnit_FOUND)
+   MESSAGE("Found cppunit. Unit tests will be built.")
 @@ -407,7 +407,9 @@ ELSE(DEFINED JPEG_RUNTIME_COMPATIBLE)
        ENDIF(NOT WIN32)
  ENDIF(DEFINED JPEG_RUNTIME_COMPATIBLE)



Home | Main Index | Thread Index | Old Index