View | Details | Raw Unified | Return to bug 183172
Collapse All | Expand All

(-)Makefile (-4 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qpdf
4
PORTNAME=	qpdf
5
PORTVERSION=	5.0.0
5
PORTVERSION=	5.0.1
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
7
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
8
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
8
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
Lines 19-27 Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USES=		gmake
20
USES=		gmake
21
21
22
MAN1=		fix-qdf.1 qpdf.1 zlib-flate.1
23
24
NO_STAGE=	yes
25
post-patch:
22
post-patch:
26
	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
23
	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
27
		-e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
24
		-e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qpdf-5.0.0.tar.gz) = ddeac2272cbabffbaf7320d7e783085ed3690710616e0b855947b25e59a97b37
1
SHA256 (qpdf-5.0.1.tar.gz) = d0658a0b276ac5b811cc41edb8a4fc70d343a392aba53578df3c188f57b1efbd
2
SIZE (qpdf-5.0.0.tar.gz) = 7556793
2
SIZE (qpdf-5.0.1.tar.gz) = 7569985
(-)files/patch-include_QPDFExc.hh (+10 lines)
Line 0 Link Here
1
--- include/qpdf/QPDFExc.hh.orig	2013-10-22 10:56:42.542484811 +0400
2
+++ include/qpdf/QPDFExc.hh	2013-10-22 10:57:02.738482806 +0400
3
@@ -13,6 +13,7 @@
4
 
5
 #include <qpdf/Constants.h>
6
 #include <stdexcept>
7
+#include <string>
8
 
9
 class QPDFExc: public std::runtime_error
10
 {
(-)files/patch-include_QUtil.hh (+10 lines)
Line 0 Link Here
1
--- include/qpdf/QUtil.hh.orig	2013-10-22 10:53:22.013499403 +0400
2
+++ include/qpdf/QUtil.hh	2013-10-22 10:53:41.216497407 +0400
3
@@ -14,6 +14,7 @@
4
 #include <list>
5
 #include <stdexcept>
6
 #include <stdio.h>
7
+#include <ctime>
8
 
9
 namespace QUtil
10
 {
(-)files/patch-include_qpdf_QPDF.hh (+10 lines)
Line 0 Link Here
1
--- include/qpdf/QPDF.hh.orig	2013-10-22 10:30:42.941592225 +0400
2
+++ include/qpdf/QPDF.hh	2013-10-22 10:30:54.303595364 +0400
3
@@ -16,6 +16,7 @@
4
 #include <map>
5
 #include <list>
6
 #include <iostream>
7
+#include <ctime>
8
 
9
 #include <qpdf/QPDFObjGen.hh>
10
 #include <qpdf/QPDFXRefEntry.hh>
(-)pkg-plist (+3 lines)
Lines 32-37 Link Here
32
lib/libqpdf.so
32
lib/libqpdf.so
33
lib/libqpdf.so.13
33
lib/libqpdf.so.13
34
libdata/pkgconfig/libqpdf.pc
34
libdata/pkgconfig/libqpdf.pc
35
man/man1/fix-qdf.1.gz
36
man/man1/qpdf.1.gz
37
man/man1/zlib-flate.1.gz
35
share/doc/qpdf/qpdf-manual.html
38
share/doc/qpdf/qpdf-manual.html
36
share/doc/qpdf/qpdf-manual.pdf
39
share/doc/qpdf/qpdf-manual.pdf
37
share/doc/qpdf/stylesheet.css
40
share/doc/qpdf/stylesheet.css

Return to bug 183172