Thu Apr 17 21:37:55 2014 UTC ()
Pull time.h to define time_t on FreeBSD.
Bump package revision since the affected header file is installed.


(asau)
diff -r1.4 -r1.5 pkgsrc/print/qpdf/Makefile
diff -r1.6 -r1.7 pkgsrc/print/qpdf/distinfo
diff -r0 -r1.1 pkgsrc/print/qpdf/patches/patch-include_qpdf_QUtil.hh

cvs diff -r1.4 -r1.5 pkgsrc/print/qpdf/Makefile (expand / switch to unified diff)

--- pkgsrc/print/qpdf/Makefile 2013/10/23 09:07:27 1.4
+++ pkgsrc/print/qpdf/Makefile 2014/04/17 21:37:55 1.5
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2013/10/23 09:07:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2014/04/17 21:37:55 asau Exp $
2 2
3DISTNAME= qpdf-5.0.1 3DISTNAME= qpdf-5.0.1
 4PKGREVISION= 1
4CATEGORIES= print 5CATEGORIES= print
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
6 7
7MAINTAINER= dillo@NetBSD.org 8MAINTAINER= dillo@NetBSD.org
8HOMEPAGE= http://qpdf.sourceforge.net/ 9HOMEPAGE= http://qpdf.sourceforge.net/
9COMMENT= Structural, content-preserving transformations on PDF files 10COMMENT= Structural, content-preserving transformations on PDF files
10LICENSE= artistic-2.0 11LICENSE= artistic-2.0
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14USE_TOOLS+= gmake perl:run pkg-config 15USE_TOOLS+= gmake perl:run pkg-config
15USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
16 17

cvs diff -r1.6 -r1.7 pkgsrc/print/qpdf/distinfo (expand / switch to unified diff)

--- pkgsrc/print/qpdf/distinfo 2013/10/27 21:52:53 1.6
+++ pkgsrc/print/qpdf/distinfo 2014/04/17 21:37:55 1.7
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.6 2013/10/27 21:52:53 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2014/04/17 21:37:55 asau Exp $
2 2
3SHA1 (qpdf-5.0.1.tar.gz) = 41a4bd91bfbc2d3585ea229b53bfd1183186b1b3 3SHA1 (qpdf-5.0.1.tar.gz) = 41a4bd91bfbc2d3585ea229b53bfd1183186b1b3
4RMD160 (qpdf-5.0.1.tar.gz) = 4a33fdadd9ebf48eb1b1b1292864ed72ba755c07 4RMD160 (qpdf-5.0.1.tar.gz) = 4a33fdadd9ebf48eb1b1b1292864ed72ba755c07
5Size (qpdf-5.0.1.tar.gz) = 7569985 bytes 5Size (qpdf-5.0.1.tar.gz) = 7569985 bytes
6SHA1 (patch-include_qpdf_QPDFExc.hh) = 5c884be89dbeb28f9c209d036a84b3b54dbd17da 6SHA1 (patch-include_qpdf_QPDFExc.hh) = 5c884be89dbeb28f9c209d036a84b3b54dbd17da
 7SHA1 (patch-include_qpdf_QUtil.hh) = 79bdbb82ec5b6fbec8da6abe356d85d2be589a93
7SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc 8SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc

File Added: pkgsrc/print/qpdf/patches/Attic/patch-include_qpdf_QUtil.hh
$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
 {