Hi, Update to poppler-0.39.0. The major bump to libpoppler-glib is necessary because the removal of a function.
>From NEWS: core: * Ignore the alternateSpace and tintTransform. Bug #92381 * CairoOutputDev: Scale radial pattern. Bug #22098 * CairoOutputDev: Implement function shading using mesh gradients. Bug #88394 * Regression test improvements * Fix typos in error messages build system: * Visual Studio 2015 now supports snprintf. Bug #93116 utils: * pdftops: fix %%PageBoundingBox. Bug #87161 * pdftocairo: Fix double free when both user and owner passwords are given glib: * Add duration_real to PopplerPageTransition. Bug #92040 * Remove enum PopplerOrientation from API. Bug #93229 * documentation improvements * glib-demo improvements I'll start a bulk update test with this on amd64 in a few minutes. As always, tests, comments and oks are welcome. Ciao, Kili Index: Makefile =================================================================== RCS file: /cvs/ports/print/poppler/Makefile,v retrieving revision 1.100 diff -u -p -r1.100 Makefile --- Makefile 14 Dec 2015 14:25:47 -0000 1.100 +++ Makefile 17 Dec 2015 19:48:04 -0000 @@ -6,7 +6,7 @@ COMMENT-qt4= qt4 interface to PDF render COMMENT-qt5= Qt5 interface to PDF rendering library COMMENT-utils= PDF conversion tools and utilities -V= 0.38.0 +V= 0.39.0 DISTNAME= poppler-$V CATEGORIES= print PKGNAME-main= poppler-$V @@ -16,8 +16,8 @@ PKGNAME-qt4= poppler-qt4-$V PKGNAME-qt5= poppler-qt5-$V OLDSHIT = poppler-0.16.7 -SHARED_LIBS += poppler 33.0 # 57.0 -SHARED_LIBS += poppler-glib 14.0 # 15.0 +SHARED_LIBS += poppler 34.0 # 58.0 +SHARED_LIBS += poppler-glib 15.0 # 15.0 SHARED_LIBS += poppler-qt 12.0 # 3.0 SHARED_LIBS += poppler-qt4 18.0 # 13.0 SHARED_LIBS += poppler-qt5 0.0 # 7.0 Index: distinfo =================================================================== RCS file: /cvs/ports/print/poppler/distinfo,v retrieving revision 1.48 diff -u -p -r1.48 distinfo --- distinfo 20 Nov 2015 07:47:44 -0000 1.48 +++ distinfo 17 Dec 2015 19:48:04 -0000 @@ -1,4 +1,4 @@ SHA256 (poppler-0.16.7.tar.gz) = +rTory001BQqcYgZ/XR9QJMLce9SDuDmvMlOLETyK80= -SHA256 (poppler-0.38.0.tar.xz) = bwwNScg0bXwM/mNIEk5/GcyQG101yc2JlEqsbkVOios= +SHA256 (poppler-0.39.0.tar.xz) = r9db76nDpB4dd1XE5D3qcM/Y8aTawRjoMDLLtBzhe7k= SIZE (poppler-0.16.7.tar.gz) = 1952179 -SIZE (poppler-0.38.0.tar.xz) = 1637772 +SIZE (poppler-0.39.0.tar.xz) = 1641156 Index: patches/patch-aclocal_m4 =================================================================== RCS file: /cvs/ports/print/poppler/patches/patch-aclocal_m4,v retrieving revision 1.9 diff -u -p -r1.9 patch-aclocal_m4 --- patches/patch-aclocal_m4 11 Oct 2015 15:50:49 -0000 1.9 +++ patches/patch-aclocal_m4 17 Dec 2015 19:48:04 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-aclocal_m4,v 1.9 2015/10/11 15:50:49 kili Exp $ ---- aclocal.m4.orig Fri Oct 9 18:25:45 2015 -+++ aclocal.m4 Sat Oct 10 10:16:14 2015 -@@ -2373,6 +2373,7 @@ m4_include([m4/define-dir.m4]) +--- aclocal.m4.orig Thu Dec 17 00:10:12 2015 ++++ aclocal.m4 Thu Dec 17 20:12:20 2015 +@@ -2434,6 +2434,7 @@ m4_include([m4/define-dir.m4]) m4_include([m4/gtk-doc.m4]) m4_include([m4/iconv.m4]) m4_include([m4/introspection.m4]) Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/print/poppler/patches/patch-configure_ac,v retrieving revision 1.15 diff -u -p -r1.15 patch-configure_ac --- patches/patch-configure_ac 14 Dec 2015 14:25:47 -0000 1.15 +++ patches/patch-configure_ac 17 Dec 2015 19:48:04 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-configure_ac,v 1.15 2015/12/14 14:25:47 zhuk Exp $ ---- configure.ac.orig Sun Aug 9 18:28:07 2015 -+++ configure.ac Thu Aug 13 20:03:50 2015 +--- configure.ac.orig Thu Dec 17 00:07:03 2015 ++++ configure.ac Thu Dec 17 20:12:20 2015 @@ -643,6 +643,24 @@ AC_SUBST(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) @@ -26,7 +26,7 @@ $OpenBSD: patch-configure_ac,v 1.15 2015 dnl dnl Try Qt4 dnl -@@ -682,31 +700,35 @@ if test x$enable_poppler_qt5 = xyes; then +@@ -735,31 +753,35 @@ if test x$enable_poppler_qt5 = xyes; then AC_CHECK_TOOL(MOCQT5, moc) AC_MSG_CHECKING([for Qt5 moc]) mocversion=`$MOCQT5 -v 2>&1` @@ -75,7 +75,7 @@ $OpenBSD: patch-configure_ac,v 1.15 2015 AC_SUBST(MOCQT5) AC_MSG_RESULT([$MOCQT5]) fi -@@ -907,6 +929,9 @@ glib/reference/Makefile +@@ -960,6 +982,9 @@ glib/reference/Makefile glib/reference/version.xml glib/demo/Makefile test/Makefile @@ -85,7 +85,7 @@ $OpenBSD: patch-configure_ac,v 1.15 2015 qt4/Makefile qt4/src/Makefile qt4/tests/Makefile -@@ -995,6 +1016,7 @@ if test x$enable_cmyk = xyes;then +@@ -995,6 +1020,7 @@ if test x$enable_cmyk = xyes;then echo " with CMYK support" fi echo " cairo output: $use_cairo" Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/print/poppler/pkg/PLIST-main,v retrieving revision 1.22 diff -u -p -r1.22 PLIST-main --- pkg/PLIST-main 12 Jul 2015 22:37:12 -0000 1.22 +++ pkg/PLIST-main 17 Dec 2015 19:48:04 -0000 @@ -200,11 +200,11 @@ share/gtk-doc/html/poppler/index.html share/gtk-doc/html/poppler/index.sgml share/gtk-doc/html/poppler/left-insensitive.png share/gtk-doc/html/poppler/left.png +share/gtk-doc/html/poppler/poppler-Error-handling.html share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html share/gtk-doc/html/poppler/poppler-PopplerAction.html share/gtk-doc/html/poppler/poppler-PopplerColor.html share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html -share/gtk-doc/html/poppler/poppler-poppler.html share/gtk-doc/html/poppler/poppler.devhelp2 share/gtk-doc/html/poppler/right-insensitive.png share/gtk-doc/html/poppler/right.png