summaryrefslogtreecommitdiff
path: root/textproc/ebook-tools/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-06-06 23:37:00 +0000
committermarkd <markd@pkgsrc.org>2010-06-06 23:37:00 +0000
commit60a726109804a5fbc7d3de174166fcd03de8d9bf (patch)
tree08eb7deca3632087f0f71f676ec5f21dc8e1af62 /textproc/ebook-tools/patches
parent1301a4cb9e3bb11d651de1b01458f93c6b87a3f0 (diff)
downloadpkgsrc-60a726109804a5fbc7d3de174166fcd03de8d9bf.tar.gz
Split lit2epub script out to a separate package - to remove dependency
on convertlit from this package. Bump PKGREVISION.
Diffstat (limited to 'textproc/ebook-tools/patches')
-rw-r--r--textproc/ebook-tools/patches/patch-aa22
-rw-r--r--textproc/ebook-tools/patches/patch-ab14
2 files changed, 14 insertions, 22 deletions
diff --git a/textproc/ebook-tools/patches/patch-aa b/textproc/ebook-tools/patches/patch-aa
deleted file mode 100644
index 62eeb6b7bbf..00000000000
--- a/textproc/ebook-tools/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/01/10 22:20:23 wiz Exp $
-
---- src/tools/lit2epub.orig 2008-06-07 21:09:38.000000000 +0200
-+++ src/tools/lit2epub
-@@ -2,7 +2,7 @@
- # Uses clit to convert .lit files to valid epub
- # known issues: created metadata uses the old spec
-
--CLIT=$(which clit)
-+CLIT=$(which convertlit)
-
- if [ "$?" != 0 ]; then
- echo "Can't find clit, please make sure it is in your path"
-@@ -42,7 +42,7 @@ if [ "$?" != 0 ]; then
- fi
-
- else
-- TEMPDIR=$($MKTEMP -d)
-+ TEMPDIR=$($MKTEMP -d -t lit2epub.tmp)
- fi
-
- WD=$(pwd)
diff --git a/textproc/ebook-tools/patches/patch-ab b/textproc/ebook-tools/patches/patch-ab
new file mode 100644
index 00000000000..fa944435f61
--- /dev/null
+++ b/textproc/ebook-tools/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2010/06/06 23:37:00 markd Exp $
+
+--- src/tools/CMakeLists.txt.orig 2008-06-07 19:09:38.000000000 +0000
++++ src/tools/CMakeLists.txt
+@@ -3,6 +3,6 @@ add_executable (einfo einfo.c)
+ target_link_libraries (einfo epub)
+
+ install ( TARGETS einfo DESTINATION bin )
+-if(NOT WIN32)
+- install ( PROGRAMS lit2epub DESTINATION bin )
+-endif(NOT WIN32)
++#if(NOT WIN32)
++# install ( PROGRAMS lit2epub DESTINATION bin )
++#endif(NOT WIN32)