Hi, here's an updatge to poppler-0.85.0.
Upstream got a little bit sloppy on bumping shared library versions (there were some symbol revmoved from poppler-cpp). Fallout: graphics/gdcm (some more constification in poppler), graphics/pdf2djvu (removed data argument to the ErrorCallback). I'll sent diffe for those in a minute. I've not yet runtime-tested anything (fucked internet access at home since the storm last week), but I will do so next monday at work. Ciao, Kili Index: Makefile =================================================================== RCS file: /cvs/ports/print/poppler/Makefile,v retrieving revision 1.152 diff -u -p -r1.152 Makefile --- Makefile 5 Jan 2020 19:18:48 -0000 1.152 +++ Makefile 15 Feb 2020 20:57:51 -0000 @@ -4,7 +4,7 @@ COMMENT-main= PDF rendering library COMMENT-qt5= Qt5 interface to PDF rendering library COMMENT-utils= PDF conversion tools and utilities -V= 0.84.0 +V= 0.85.0 DISTNAME= poppler-$V CATEGORIES= print PKGNAME-main= poppler-$V @@ -13,10 +13,10 @@ PKGNAME-qt5= poppler-qt5-$V EXTRACT_SUFX= .tar.xz -SHARED_LIBS += poppler 59.0 # 94.0 +SHARED_LIBS += poppler 60.0 # 95.0 SHARED_LIBS += poppler-glib 19.4 # 8.15 -SHARED_LIBS += poppler-qt5 8.0 # 1.21 -SHARED_LIBS += poppler-cpp 14.0 # 0.7 +SHARED_LIBS += poppler-qt5 8.1 # 1.22 +SHARED_LIBS += poppler-cpp 15.0 # 0.7 HOMEPAGE= https://poppler.freedesktop.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/print/poppler/distinfo,v retrieving revision 1.79 diff -u -p -r1.79 distinfo --- distinfo 5 Jan 2020 19:18:48 -0000 1.79 +++ distinfo 15 Feb 2020 20:57:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (poppler-0.84.0.tar.xz) = x6Ew2nQ7OKVI96If5ZQFBvsZSfTr3TIJ8OWzAvoTlzE= -SIZE (poppler-0.84.0.tar.xz) = 1561236 +SHA256 (poppler-0.85.0.tar.xz) = K8h16zIwAq5rKH4JmARzUY4rLta1t9LhCJ42ps0A2Us= +SIZE (poppler-0.85.0.tar.xz) = 1588616 Index: patches/patch-poppler_Form_cc =================================================================== RCS file: /cvs/ports/print/poppler/patches/patch-poppler_Form_cc,v retrieving revision 1.5 diff -u -p -r1.5 patch-poppler_Form_cc --- patches/patch-poppler_Form_cc 10 Sep 2019 13:52:42 -0000 1.5 +++ patches/patch-poppler_Form_cc 15 Feb 2020 20:57:51 -0000 @@ -9,5 +9,5 @@ Index: poppler/Form.cc #include <set> +#include <ctype.h> #include <limits> - #include <stddef.h> - #include <stdlib.h> + #include <cstddef> + #include <cstdlib> Index: patches/patch-utils_CMakeLists_txt =================================================================== RCS file: /cvs/ports/print/poppler/patches/patch-utils_CMakeLists_txt,v retrieving revision 1.1 diff -u -p -r1.1 patch-utils_CMakeLists_txt --- patches/patch-utils_CMakeLists_txt 14 Jan 2019 19:50:32 -0000 1.1 +++ patches/patch-utils_CMakeLists_txt 15 Feb 2020 20:57:51 -0000 @@ -6,7 +6,7 @@ up any already installed older version o Index: utils/CMakeLists.txt --- utils/CMakeLists.txt.orig +++ utils/CMakeLists.txt -@@ -34,7 +34,7 @@ if (HAVE_CAIRO) +@@ -35,7 +35,7 @@ if (HAVE_CAIRO) ) add_definitions(${CAIRO_CFLAGS}) add_executable(pdftocairo ${pdftocairo_SOURCES}) Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v retrieving revision 1.34 diff -u -p -r1.34 PLIST-main --- pkg/PLIST-main 12 Nov 2019 22:03:42 -0000 1.34 +++ pkg/PLIST-main 15 Feb 2020 20:57:51 -0000 @@ -4,8 +4,6 @@ include/poppler/ include/poppler/Annot.h include/poppler/Array.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h include/poppler/CMap.h include/poppler/CachedFile.h include/poppler/CairoFontEngine.h @@ -15,7 +13,6 @@ include/poppler/Catalog.h include/poppler/CertificateInfo.h include/poppler/CharCodeToUnicode.h include/poppler/CharTypes.h -include/poppler/CompactFontTables.h include/poppler/DateInfo.h include/poppler/Decrypt.h include/poppler/Dict.h