summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-03 18:43:18 +0000
commit417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /print
parentAssume "pkg-config zlib" works after 9.x reached EOL (diff)
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
Notes
Notes: svn path=/head/; revision=430509
Diffstat (limited to 'print')
-rw-r--r--print/libmspub01/Makefile5
-rw-r--r--print/qpdf/Makefile1
-rw-r--r--print/qpdf/files/patch-libqpdf.pc.in11
3 files changed, 2 insertions, 15 deletions
diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile
index ef16dd4067b7..77781dc6c543 100644
--- a/print/libmspub01/Makefile
+++ b/print/libmspub01/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libmspub
PORTVERSION= 0.1.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= print graphics devel
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -25,7 +25,4 @@ INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
-post-patch:
- @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in
-
.include <bsd.port.mk>
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index 59715632989d..383188d11c1c 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qpdf
PORTVERSION= 6.0.0
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= SF
diff --git a/print/qpdf/files/patch-libqpdf.pc.in b/print/qpdf/files/patch-libqpdf.pc.in
deleted file mode 100644
index b5c7f6733c18..000000000000
--- a/print/qpdf/files/patch-libqpdf.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libqpdf.pc.in.orig 2014-06-07 21:06:13 UTC
-+++ libqpdf.pc.in
-@@ -6,6 +6,7 @@ includedir=@includedir@
- Name: libqpdf
- Description: PDF transformation library
- Version: @PACKAGE_VERSION@
--Requires.private: zlib, libpcre
-+Requires.private: libpcre
- Libs: -L${libdir} -lqpdf
-+Libs.private: -lz
- Cflags: -I${includedir}