Sun Mar 1 11:27:14 2020 UTC ()
poppler-cpp: PKGREVISION bump for previous.


(markd)
diff -r1.22 -r1.23 pkgsrc/print/poppler-cpp/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/print/poppler-cpp/Makefile (expand / switch to unified diff)

--- pkgsrc/print/poppler-cpp/Makefile 2020/03/01 11:18:58 1.22
+++ pkgsrc/print/poppler-cpp/Makefile 2020/03/01 11:27:14 1.23
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2020/03/01 11:18:58 markd Exp $ 1# $NetBSD: Makefile,v 1.23 2020/03/01 11:27:14 markd Exp $
2 2
 3PKGREVISION= 1
3.include "../../print/poppler/Makefile.common" 4.include "../../print/poppler/Makefile.common"
4 5
5PKGNAME= poppler-cpp-${POPPLER_VERS} 6PKGNAME= poppler-cpp-${POPPLER_VERS}
6 7
7COMMENT= PDF rendering library (cpp wrapper) 8COMMENT= PDF rendering library (cpp wrapper)
8 9
9CONFLICTS+= poppler<0.4.5nb1 10CONFLICTS+= poppler<0.4.5nb1
10 11
11PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cpp.pc.cmake 12PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cpp.pc.cmake
12 13
13# Don't compile GTK+ test program. 14# Don't compile GTK+ test program.
14CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF 15CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF
15# Don't compile GLib wrapper which also needs gtk2 16# Don't compile GLib wrapper which also needs gtk2