pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Feb 25 14:12:53 UTC 2019

Modified Files:
        pkgsrc/misc/libreoffice: distinfo
Added Files:
        pkgsrc/misc/libreoffice/patches: patch-sal_rtl_cipher.cxx
            patch-store_source_storbase.hxx

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


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/misc/libreoffice/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/libreoffice/patches/patch-sal_rtl_cipher.cxx \
    pkgsrc/misc/libreoffice/patches/patch-store_source_storbase.hxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libreoffice/distinfo
diff -u pkgsrc/misc/libreoffice/distinfo:1.73 pkgsrc/misc/libreoffice/distinfo:1.74
--- pkgsrc/misc/libreoffice/distinfo:1.73       Wed Feb 20 11:52:52 2019
+++ pkgsrc/misc/libreoffice/distinfo    Mon Feb 25 14:12:53 2019
@@ -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-lotuswordpro_source_filter_l
 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

Added files:

Index: pkgsrc/misc/libreoffice/patches/patch-sal_rtl_cipher.cxx
diff -u /dev/null pkgsrc/misc/libreoffice/patches/patch-sal_rtl_cipher.cxx:1.1
--- /dev/null   Mon Feb 25 14:12:53 2019
+++ pkgsrc/misc/libreoffice/patches/patch-sal_rtl_cipher.cxx    Mon Feb 25 14:12:53 2019
@@ -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>
Index: pkgsrc/misc/libreoffice/patches/patch-store_source_storbase.hxx
diff -u /dev/null pkgsrc/misc/libreoffice/patches/patch-store_source_storbase.hxx:1.1
--- /dev/null   Mon Feb 25 14:12:53 2019
+++ pkgsrc/misc/libreoffice/patches/patch-store_source_storbase.hxx     Mon Feb 25 14:12:53 2019
@@ -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