diff options
author | mrg <mrg@pkgsrc.org> | 2018-11-10 21:35:07 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2018-11-10 21:35:07 +0000 |
commit | 965ee405cca98b7200f960cf06f5691a2682c5a2 (patch) | |
tree | 10ee9361b8e726bb36eb9b3a1e49bddd67f5c954 /misc/libreoffice/distinfo | |
parent | 6322da14da5232aa2a88697536a5e193bb87d9f5 (diff) | |
download | pkgsrc-965ee405cca98b7200f960cf06f5691a2682c5a2.tar.gz |
make this build on netbsd/arm64. it was surprisingly easy:
- match arm64 and netbsd.
- add a configuration for it.
this builds and attempts to run. i get a crash deep inside some
very long stacks in a function that's fully demangled name is
over 500 characters long that ends in ::_M_find_before_node(),
when trying to open a docx (fresh or existing.) creating a
fresh spreadsheet works, but i don't have one handy to test
that existing does too. didn't try other parts.
Diffstat (limited to 'misc/libreoffice/distinfo')
-rw-r--r-- | misc/libreoffice/distinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/libreoffice/distinfo b/misc/libreoffice/distinfo index 31f517d6985..379b5ecf4c1 100644 --- a/misc/libreoffice/distinfo +++ b/misc/libreoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.63 2018/10/05 13:37:21 ryoon Exp $ +$NetBSD: distinfo,v 1.64 2018/11/10 21:35:07 mrg Exp $ SHA1 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 452eba922e4f41603539c9dc39947d2271e47093 RMD160 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = dbeb7a7f8c89961ca2e544b810345d025561866b @@ -216,7 +216,7 @@ SHA1 (patch-Makefile.in) = 5bb39185b12d57b69c72771a3afc214ac243e694 SHA1 (patch-autogen.sh) = eedd0091745cf6a32ee9b33227502baaa661270e SHA1 (patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx) = c1f5a013b88e847dd9ecfb4e4abe78b1b5965a0b SHA1 (patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx) = f7eaf2748c66a27a772fdbdb370a4c6b3bdafca4 -SHA1 (patch-configure.ac) = 4288e452fed2750eb76578b6d66b3b013d1e7177 +SHA1 (patch-configure.ac) = 7e7d4b8bc3064aac7c1689026b7c210587f80bdd SHA1 (patch-desktop_scripts_soffice.sh) = 8017e34da0da404d106397288da02fae4aef4bfc SHA1 (patch-desktop_unx_source_pagein.c) = 0aa2b289df6d0fa524bf057d532aa5f9ceb6dde5 SHA1 (patch-download.lst) = 67cca256cd426895e31285713b7538db25e05e1c @@ -237,6 +237,7 @@ SHA1 (patch-lotuswordpro_source_filter_localtime.cxx) = 8db23e81f54b5a71e331dfcc SHA1 (patch-mysqlc_Library__mysqlc.mk) = c5560b4739cf54b8207c7d9dfa2a22ffeeee8cfd SHA1 (patch-opencl_source_openclconfig.cxx) = 2178f73aa08148cfd54d9a8c79eb29bf535f2e6b SHA1 (patch-solenv_gbuild_Module.mk) = cbd6ca3acae187458e49fe76d973e6475ed5fe1d +SHA1 (patch-solenv_gbuild_platform_NETBSD_AARCH64_GCC.mk) = eda8dbd0e9394b2dde2f98c0df39e7e9888f49dc SHA1 (patch-svx_source_gengal_gengal.sh) = 3313785a2cf2d22634a28fd6cf7a0ff19afcea62 SHA1 (patch-vcl_Executable__visualbackendtest.mk) = 2db5f3e7daabb2a79181de5e136de019d5264b58 SHA1 (patch-vcl_inc_scrptrun.h) = 52877f7f6c867e2baeed525c200ce7d75a97574a |