Update to poppler-0.24.4
>From the release notes:
core:
* Fix regression in broken endstream detection. Bug #70854
* Catalog: sort entries of NameTrees to make sure lookup works. Bug
#26049
* Don't infinite loop if reading from GooFile::read fails. Bug #71835
utils:
* pdftotext: Do not close stdout. Bug #71639
* pdftotext: Silence warning for may be used uninitialized variable.
Bug #71640
* pdftotext: Escape the text of the xml headers
* Warn the user if he provides a wrong range
qt4:
* Fix typo in xml API. Bug #71643
qt5 (not yet relevant for us):
* Fix typo in xml API. Bug #71643
The major bump to libpoppler.so is required, because there are some
ABI changes in classes Lexer and Parser.
Not yet tested, but I'll throw it at a bulk build on amd64 tomorrow
(my concern is that some ports depending on it rely on the changed
API/ABI in Lexer and Parser). And I want to give people using just
some ports depending on poppler a chance try it out now.
Ciao,
Kili
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile 1 Nov 2013 07:46:58 -0000 1.79
+++ Makefile 13 Dec 2013 21:50:02 -0000
@@ -5,7 +5,7 @@ COMMENT-qt= qt interface to PDF renderin
COMMENT-qt4= qt4 interface to PDF rendering library
COMMENT-utils= PDF conversion tools and utilities
-V= 0.24.3
+V= 0.24.4
DISTNAME= poppler-$V
CATEGORIES= print
PKGNAME-main= poppler-$V
@@ -14,7 +14,7 @@ PKGNAME-qt= poppler-qt-$V
PKGNAME-qt4= poppler-qt4-$V
OLDSHIT = poppler-0.16.7
-SHARED_LIBS += poppler 19.0 # 43.0
+SHARED_LIBS += poppler 20.0 # 44.0
SHARED_LIBS += poppler-glib 13.0 # 14.0
SHARED_LIBS += poppler-qt 12.0 # 3.0
SHARED_LIBS += poppler-qt4 13.0 # 7.0
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.30
diff -u -p -r1.30 distinfo
--- distinfo 1 Nov 2013 07:46:58 -0000 1.30
+++ distinfo 13 Dec 2013 20:54:12 -0000
@@ -1,4 +1,4 @@
SHA256 (poppler-0.16.7.tar.gz) = +rTory001BQqcYgZ/XR9QJMLce9SDuDmvMlOLETyK80=
-SHA256 (poppler-0.24.3.tar.xz) = 0s0CUJ5FgRffdTS2BwMXHVZ/JoZaubf5yExTcns1N04=
+SHA256 (poppler-0.24.4.tar.xz) = yKNQmhfm8LuwfusbWCdrSFl0qL/z9e7xvI4VDM18AeI=
SIZE (poppler-0.16.7.tar.gz) = 1952179
-SIZE (poppler-0.24.3.tar.xz) = 1506152
+SIZE (poppler-0.24.4.tar.xz) = 1511248
Index: patches/patch-aclocal_m4
===================================================================
RCS file: /cvs/ports/print/poppler/patches/patch-aclocal_m4,v
retrieving revision 1.5
diff -u -p -r1.5 patch-aclocal_m4
--- patches/patch-aclocal_m4 1 Nov 2013 07:46:58 -0000 1.5
+++ patches/patch-aclocal_m4 13 Dec 2013 21:01:29 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-aclocal_m4,v 1.5 2013/11/01 07:46:58 kili Exp $
---- aclocal.m4.orig Sat Oct 26 19:07:31 2013
-+++ aclocal.m4 Wed Oct 30 19:28:17 2013
-@@ -2205,6 +2205,7 @@ m4_include([m4/define-dir.m4])
+--- aclocal.m4.orig Wed Nov 27 00:17:01 2013
++++ aclocal.m4 Fri Dec 13 22:01:25 2013
+@@ -2315,6 +2315,7 @@ m4_include([m4/define-dir.m4])
m4_include([m4/gtk-doc.m4])
m4_include([m4/iconv.m4])
m4_include([m4/introspection.m4])