pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice libreoffice: add missing includes to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e17652ef37e
branches:  trunk
changeset: 330225:1e17652ef37e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Feb 25 14:12:53 2019 +0000

description:
libreoffice: add missing includes to fix build on NetBSD HEAD-llvm

diffstat:

 misc/libreoffice/distinfo                                |   4 +++-
 misc/libreoffice/patches/patch-sal_rtl_cipher.cxx        |  14 ++++++++++++++
 misc/libreoffice/patches/patch-store_source_storbase.hxx |  14 ++++++++++++++
 3 files changed, 31 insertions(+), 1 deletions(-)

diffs (57 lines):

diff -r a7aa32e7c474 -r 1e17652ef37e misc/libreoffice/distinfo
--- a/misc/libreoffice/distinfo Mon Feb 25 14:10:54 2019 +0000
+++ b/misc/libreoffice/distinfo Mon Feb 25 14:12:53 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.73 2019/02/20 11:52:52 ryoon Exp $
+$NetBSD: distinfo,v 1.74 2019/02/25 14:12:53 tnn Exp $
 
 SHA1 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 452eba922e4f41603539c9dc39947d2271e47093
 RMD160 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = dbeb7a7f8c89961ca2e544b810345d025561866b
@@ -234,9 +234,11 @@
 SHA1 (patch-opencl_source_openclconfig.cxx) = 2178f73aa08148cfd54d9a8c79eb29bf535f2e6b
 SHA1 (patch-sal_osl_unx_system.hxx) = 478dd47dc512d283a554600951010bbaa10c2c0e
 SHA1 (patch-sal_osl_unx_thread.cxx) = b356ab15cf0e69052db94dfdf85101ce88bb2883
+SHA1 (patch-sal_rtl_cipher.cxx) = e5e46d0b96e25572be86bf26f0053436859736cd
 SHA1 (patch-sfx2_source_appl_shutdownicon.cxx) = 111d4ca26c55cf2ab192c1fcec40e9e3f3017e57
 SHA1 (patch-solenv_gbuild_Module.mk) = cbd6ca3acae187458e49fe76d973e6475ed5fe1d
 SHA1 (patch-solenv_gbuild_platform_NETBSD_AARCH64_GCC.mk) = eda8dbd0e9394b2dde2f98c0df39e7e9888f49dc
+SHA1 (patch-store_source_storbase.hxx) = 0c2aa20c6986466c2ddd3eac7694c9e16f181cff
 SHA1 (patch-vcl_Executable__visualbackendtest.mk) = 2db5f3e7daabb2a79181de5e136de019d5264b58
 SHA1 (patch-vcl_inc_scrptrun.h) = 52877f7f6c867e2baeed525c200ce7d75a97574a
 SHA1 (patch-xmloff_source_draw_ximp3dscene.cxx) = bdd0b2563e54424dd468c2334e17ab23057a69fb
diff -r a7aa32e7c474 -r 1e17652ef37e misc/libreoffice/patches/patch-sal_rtl_cipher.cxx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libreoffice/patches/patch-sal_rtl_cipher.cxx Mon Feb 25 14:12:53 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-sal_rtl_cipher.cxx,v 1.1 2019/02/25 14:12:53 tnn Exp $
+
+include <cstdlib> for std::free()
+
+--- sal/rtl/cipher.cxx.orig    2019-02-25 12:32:13.115198757 +0000
++++ sal/rtl/cipher.cxx
+@@ -26,6 +26,7 @@
+ #include <cassert>
+ #include <cstring>
+ #include <limits>
++#include <cstdlib>
+ 
+ #if defined LIBO_CIPHER_OPENSSL_BACKEND
+ #include <openssl/evp.h>
diff -r a7aa32e7c474 -r 1e17652ef37e misc/libreoffice/patches/patch-store_source_storbase.hxx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libreoffice/patches/patch-store_source_storbase.hxx  Mon Feb 25 14:12:53 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-store_source_storbase.hxx,v 1.1 2019/02/25 14:12:53 tnn Exp $
+
+include <cstdlib> for std::free()
+
+--- store/source/storbase.hxx.orig     2019-01-23 19:35:25.000000000 +0000
++++ store/source/storbase.hxx
+@@ -38,6 +38,7 @@
+ #include <stddef.h>
+ #include <string.h>
+ #include <utility>
++#include <cstdlib>
+ 
+ /** @file store common internals.
+ */



Home | Main Index | Thread Index | Old Index