Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/print/poppler/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/print/poppler/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.70 retrieving revision 1.71 diff -u -p -r1.70 -r1.71 --- pkgsrc/print/poppler/Makefile 2018/03/12 11:15:43 1.70 +++ pkgsrc/print/poppler/Makefile 2018/04/17 05:20:34 1.71 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.70 2018/03/12 11:15:43 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2018/04/17 05:20:34 wiz Exp $ -PKGREVISION= 1 .include "../../print/poppler/Makefile.common" COMMENT= PDF rendering library @@ -15,7 +14,6 @@ INSTALLATION_DIRS+= include/poppler shar # TODO: Later add an option to choose Splash versus Cairo backend. # Build the Splash graphics backend. CMAKE_ARGS+= -DENABLE_SPLASH=ON -CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_CAIRO=TRUE # Don't compile GTK+ test program. CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF # Don't compile GLib wrapper which also needs gtk2 @@ -24,8 +22,6 @@ CMAKE_ARGS+= -DENABLE_GLIB=OFF CMAKE_ARGS+= -DENABLE_UTILS=OFF # Don't compile poppler cpp wrapper. CMAKE_ARGS+= -DENABLE_CPP=OFF -# Don't compile poppler qt4 wrapper. -CMAKE_ARGS+= -DENABLE_QT4=OFF # Don't compile poppler qt5 wrapper. CMAKE_ARGS+= -DENABLE_QT5=OFF # Don't build libcurl based HTTP support. ## might want to include