Hi ports,
> http://build-failures.rhaalovely.net//sparc64/2019-05-03/textproc/libwpd.log
(impact macppc as well)
What we have here is a typical missing header error.
It builds fine on macppc and amd64 once provided.
Comments and feedback are welcome,
Charlène.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/libwpd/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile 24 Oct 2018 14:28:11 -0000 1.23
+++ Makefile 14 May 2019 17:30:31 -0000
@@ -5,7 +5,7 @@ COMMENT= import and export WordPerfect(t
DISTNAME= libwpd-0.8.9
CATEGORIES= textproc
-REVISION= 11
+REVISION= 12
SHARED_LIBS= wpd-0.8 8.9 \
wpd-stream-0.8 8.9
Index: patches/patch-src_lib_WPXHeader_cpp
===================================================================
RCS file: patches/patch-src_lib_WPXHeader_cpp
diff -N patches/patch-src_lib_WPXHeader_cpp
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_lib_WPXHeader_cpp 14 May 2019 17:30:31 -0000
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+ports-gcc: fix missing header
+
+Index: src/lib/WPXHeader.cpp
+--- src/lib/WPXHeader.cpp.orig
++++ src/lib/WPXHeader.cpp
+@@ -23,6 +23,8 @@
+ * Corel Corporation or Corel Corporation Limited."
+ */
+
++#include <string.h>
++
+ #include "WPXHeader.h"
+ #include "WP3Header.h"
+ #include "WP5Header.h"