Hi,

update pdf2djvu to 0.9.14.

Fixes the build with poppler and also adds missing #include <cstring>,
so the patch for that can be removed.

A test build on sparc64 would be nice, regardless of which version
of poppler (0.81.0 or 0.82.0) is used.

ok?

Ciao,
        Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/pdf2djvu/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile    8 Aug 2019 21:21:17 -0000       1.35
+++ Makefile    5 Nov 2019 22:19:09 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              creates DjVu files from PDF files
 
-V =                    0.9.13
-REVISION =             0
+V =                    0.9.14
 DISTNAME =             pdf2djvu-${V}
 
 CATEGORIES =           graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/pdf2djvu/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo    24 Jul 2019 17:56:44 -0000      1.15
+++ distinfo    5 Nov 2019 22:19:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (pdf2djvu-0.9.13.tar.xz) = 4KsW2DEpYlyG33wSHt3yhkWPY8uBrnkeWnbfEKOrTGM=
-SIZE (pdf2djvu-0.9.13.tar.xz) = 296420
+SHA256 (pdf2djvu-0.9.14.tar.xz) = 8ZuDyJa8cGds1u3n+5KjNP1YMsuScYeMidpdUt5a4hc=
+SIZE (pdf2djvu-0.9.14.tar.xz) = 295436
Index: patches/patch-sys-uuid_cc
===================================================================
RCS file: patches/patch-sys-uuid_cc
diff -N patches/patch-sys-uuid_cc
--- patches/patch-sys-uuid_cc   8 Aug 2019 21:21:17 -0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-sys-uuid_cc,v 1.3 2019/08/08 21:21:17 juanfra Exp $
-
-g++ 8.3 on sparc64:
-
-"sys-uuid.cc:96:12: note: 'strlen' is defined in header '<cstring>'; did you 
forget to '#include <cstring>'?"
-
-"sys-uuid.cc:97:5: note: 'strcpy' is defined in header '<cstring>'; did you 
forget to '#include <cstring>'?"
-
-Index: sys-uuid.cc
---- sys-uuid.cc.orig
-+++ sys-uuid.cc
-@@ -68,6 +68,7 @@ void uuid_unparse_lower(uuid_t &uu, char *out)
- 
- #include <cassert>
- #include <cerrno>
-+#include <cstring>
- #include <cstdint>
- 
- #include <uuid.h>

Reply via email to