Here comes the monthly poppler update.
Only some bugfixes and the non-gnu-grep fix to configure.ac, no
interface changes this time.
I'll test and commit it when my builds finish (probably in a day
or two), but in case anyone wants to run some special tests...
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.109
diff -u -p -r1.109 Makefile
--- Makefile 1 Aug 2016 18:35:40 -0000 1.109
+++ Makefile 20 Aug 2016 20:30:00 -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.46.0
+V= 0.47.0
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.56
diff -u -p -r1.56 distinfo
--- distinfo 1 Aug 2016 18:35:40 -0000 1.56
+++ distinfo 20 Aug 2016 20:30:00 -0000
@@ -1,4 +1,4 @@
SHA256 (poppler-0.16.7.tar.gz) = +rTory001BQqcYgZ/XR9QJMLce9SDuDmvMlOLETyK80=
-SHA256 (poppler-0.46.0.tar.xz) = ln010T1h3uL+5la4Dv7544ip51K8ebcSPxW0nHdp5Ic=
+SHA256 (poppler-0.47.0.tar.xz) = uHLnIo/DSnHOS0elrqKleuZ1KIGPqEbh4O2giTGb0kI=
SIZE (poppler-0.16.7.tar.gz) = 1952179
-SIZE (poppler-0.46.0.tar.xz) = 1680940
+SIZE (poppler-0.47.0.tar.xz) = 1682184
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-configure_ac,v
retrieving revision 1.20
diff -u -p -r1.20 patch-configure_ac
--- patches/patch-configure_ac 1 Aug 2016 18:35:40 -0000 1.20
+++ patches/patch-configure_ac 20 Aug 2016 20:30:00 -0000
@@ -26,15 +26,6 @@ $OpenBSD: patch-configure_ac,v 1.20 2016
dnl
dnl Try Qt4
dnl
-@@ -779,7 +797,7 @@ if test x$enable_poppler_qt5 = xyes; then
- AC_CHECK_TOOL(MOCQT52, moc-qt5)
- AC_MSG_CHECKING([for Qt5 moc-qt5])
- mocversion=`$MOCQT52 -v 2>&1`
-- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc-qt5 5\|moc 5"`
-+ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc-qt5 5|moc 5"`
- if test x"$mocversiongrep" != x"$mocversion"; then
- AC_CHECK_TOOL(QTCHOOSER, qtchooser)
- AC_MSG_CHECKING([for qtchooser])
@@ -997,6 +1015,9 @@ glib/reference/Makefile
glib/reference/version.xml
glib/demo/Makefile
Ciao,
Kili