summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-04-17 21:37:55 +0000
committerasau <asau@pkgsrc.org>2014-04-17 21:37:55 +0000
commit1a84048841c976737db1d8ce23ac49a705115e9d (patch)
tree8ca15a29c433f6c0a9a5d479983b3657521dc667 /print
parent8d26f1dfd7105d48ce5221f531f86af735f5af11 (diff)
downloadpkgsrc-1a84048841c976737db1d8ce23ac49a705115e9d.tar.gz
Pull time.h to define time_t on FreeBSD.
Bump package revision since the affected header file is installed.
Diffstat (limited to 'print')
-rw-r--r--print/qpdf/Makefile3
-rw-r--r--print/qpdf/distinfo3
-rw-r--r--print/qpdf/patches/patch-include_qpdf_QUtil.hh12
3 files changed, 16 insertions, 2 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index 62312d96378..14573ffcf0c 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2013/10/23 09:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/04/17 21:37:55 asau Exp $
DISTNAME= qpdf-5.0.1
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo
index 7a929657c8b..bacaba8ae59 100644
--- a/print/qpdf/distinfo
+++ b/print/qpdf/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2013/10/27 21:52:53 joerg Exp $
+$NetBSD: distinfo,v 1.7 2014/04/17 21:37:55 asau Exp $
SHA1 (qpdf-5.0.1.tar.gz) = 41a4bd91bfbc2d3585ea229b53bfd1183186b1b3
RMD160 (qpdf-5.0.1.tar.gz) = 4a33fdadd9ebf48eb1b1b1292864ed72ba755c07
Size (qpdf-5.0.1.tar.gz) = 7569985 bytes
SHA1 (patch-include_qpdf_QPDFExc.hh) = 5c884be89dbeb28f9c209d036a84b3b54dbd17da
+SHA1 (patch-include_qpdf_QUtil.hh) = 79bdbb82ec5b6fbec8da6abe356d85d2be589a93
SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc
diff --git a/print/qpdf/patches/patch-include_qpdf_QUtil.hh b/print/qpdf/patches/patch-include_qpdf_QUtil.hh
new file mode 100644
index 00000000000..d9033b38351
--- /dev/null
+++ b/print/qpdf/patches/patch-include_qpdf_QUtil.hh
@@ -0,0 +1,12 @@
+$NetBSD: patch-include_qpdf_QUtil.hh,v 1.1 2014/04/17 21:37:55 asau Exp $
+
+--- include/qpdf/QUtil.hh.orig 2013-10-18 17:51:30.000000000 +0000
++++ include/qpdf/QUtil.hh
+@@ -14,6 +14,7 @@
+ #include <list>
+ #include <stdexcept>
+ #include <stdio.h>
++#include <time.h>
+
+ namespace QUtil
+ {