head 1.4; access; symbols pkgsrc-2015Q3:1.3.0.14 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.12 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.10 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.8 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.6 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.4 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.2 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.2.0.18 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.16 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.12 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.8 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.6 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.4 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.2 pkgsrc-2011Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2015.11.05.19.46.53; author adam; state dead; branches; next 1.3; commitid T0D7RHjC7Z41mWHy; 1.3 date 2014.02.01.04.12.04; author markd; state Exp; branches; next 1.2; commitid 7hHLTJswMdLKOlnx; 1.2 date 2011.10.26.19.28.00; author gls; state Exp; branches; next 1.1; 1.1 date 2011.05.02.11.53.51; author shattered; state Exp; branches; next ; desc @@ 1.4 log @Changes 0.9.3: OSX build fixes Fixed AES decryption Improved load of (broken) PDF files Sign PDF file as an incremental update Added partial support for Type3 font encoding and metrics Drawing API improvements Unicode file names for attachments Font subset embedding @ text @$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) -FIND_PACKAGE(LUA) +IF(DEFINED LUA_ENABLED) + FIND_PACKAGE(LUA) +ENDIF(DEFINED LUA_ENABLED) IF(LUA_FOUND) # If we have lua, we can build podofoimpose. MESSAGE("Lua found - PoDoFoImpose and PoDoFoColor will be built with Lua support") @@@@ -485,7 +487,7 @@@@ SET(PODOFO_LIB # # Setup directories we will need # -SET(MANDIR "share/man/") +SET(MANDIR "man/") # Create the config file. It'll be appended to as the subdirs run though # then dependency information will be written to it at the end of the @ 1.3 log @Dont look for CppUnit as we dont want to build tests. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2011/10/26 19:28:00 gls Exp $ @ 1.2 log @Update print/podofo to 0.9.1. Upstream changes are unknown, Changelog only says: 'see SVN changelog' @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2011/05/02 11:53:51 shattered Exp $ d5 1 d9 9 @ 1.1 log @PR/43054 -- Make Lua support optional. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 1 --- CMakeLists.txt.orig 2008-12-30 12:16:23.000000000 +0000 d8 1 a8 1 @@@@ -269,7 +269,9 @@@@ ELSE(DEFINED JPEG_RUNTIME_COMPATIBLE) d18 10 a27 1 MESSAGE("Lua found - PoDoFoImpose will be built with Lua support") @