summaryrefslogtreecommitdiff
path: root/print/podofo/patches
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-10-26 19:28:00 +0000
committergls <gls@pkgsrc.org>2011-10-26 19:28:00 +0000
commitb31a27a8b2b640b27c509f8ede0418d1dbfb9c76 (patch)
treefef8eccaf854d83f8c90dc873578accd7602ce04 /print/podofo/patches
parenteb50eb87d9ff2bd72df5a1d40c53941e985f3e11 (diff)
downloadpkgsrc-b31a27a8b2b640b27c509f8ede0418d1dbfb9c76.tar.gz
Update print/podofo to 0.9.1.
Upstream changes are unknown, Changelog only says: 'see SVN changelog'
Diffstat (limited to 'print/podofo/patches')
-rw-r--r--print/podofo/patches/patch-ab20
1 files changed, 16 insertions, 4 deletions
diff --git a/print/podofo/patches/patch-ab b/print/podofo/patches/patch-ab
index 2096abe22aa..d3a75b2381b 100644
--- a/print/podofo/patches/patch-ab
+++ b/print/podofo/patches/patch-ab
@@ -1,8 +1,11 @@
-$NetBSD: patch-ab,v 1.1 2011/05/02 11:53:51 shattered Exp $
+$NetBSD: patch-ab,v 1.2 2011/10/26 19:28:00 gls Exp $
---- CMakeLists.txt.orig 2008-12-30 12:16:23.000000000 +0000
+Make LUA optional (PR/43054). Make sure man pages are installed
+at the right place.
+
+--- CMakeLists.txt.orig 2011-04-26 18:02:47.000000000 +0000
+++ CMakeLists.txt
-@@ -269,7 +269,9 @@ ELSE(DEFINED JPEG_RUNTIME_COMPATIBLE)
+@@ -407,7 +407,9 @@ ELSE(DEFINED JPEG_RUNTIME_COMPATIBLE)
ENDIF(NOT WIN32)
ENDIF(DEFINED JPEG_RUNTIME_COMPATIBLE)
@@ -12,4 +15,13 @@ $NetBSD: patch-ab,v 1.1 2011/05/02 11:53:51 shattered Exp $
+ENDIF(DEFINED LUA_ENABLED)
IF(LUA_FOUND)
# If we have lua, we can build podofoimpose.
- MESSAGE("Lua found - PoDoFoImpose will be built with Lua support")
+ 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