pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Improve some comments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/070a33200c60
branches:  trunk
changeset: 335671:070a33200c60
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 27 13:50:49 2019 +0000

description:
Improve some comments

diffstat:

 misc/libreoffice/distinfo                                                            |  8 ++++----
 misc/libreoffice/patches/patch-Makefile.in                                           |  4 +++-
 misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx  |  4 +++-
 misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx |  4 ++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 4461eefe0387 -r 070a33200c60 misc/libreoffice/distinfo
--- a/misc/libreoffice/distinfo Thu Jun 27 13:48:11 2019 +0000
+++ b/misc/libreoffice/distinfo Thu Jun 27 13:50:49 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.80 2019/06/27 13:48:11 ryoon Exp $
+$NetBSD: distinfo,v 1.81 2019/06/27 13:50:49 ryoon Exp $
 
 SHA1 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 452eba922e4f41603539c9dc39947d2271e47093
 RMD160 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = dbeb7a7f8c89961ca2e544b810345d025561866b
@@ -212,10 +212,10 @@
 RMD160 (libreoffice/xmlsec1-1.2.27.tar.gz) = 0d49f995732b6f95f94eb752121a6a32de422c4e
 SHA512 (libreoffice/xmlsec1-1.2.27.tar.gz) = 01f7231d7d7ac8037aecc1f922acc572cbfe0903abf5bd5879d836438c36684e23402b803d20806fff6b1cdc5ad9af114d1341b10b336f71c0bce28b4716f920
 Size (libreoffice/xmlsec1-1.2.27.tar.gz) = 2013651 bytes
-SHA1 (patch-Makefile.in) = 5bb39185b12d57b69c72771a3afc214ac243e694
+SHA1 (patch-Makefile.in) = c16214631f0e40af4b366c790c7b84e0e11a892e
 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-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx) = 2eed9efc4a145687f409ba87806147dac2210c68
+SHA1 (patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx) = e664faa4044feaafe8214fdf42f7d008b9aa29fc
 SHA1 (patch-configure.ac) = c9b10c86e809961f9312d1dbd925c6bc77042f56
 SHA1 (patch-desktop_scripts_soffice.sh) = e6342e08781ca8dac72a1f28407517d79155577c
 SHA1 (patch-desktop_unx_source_pagein.c) = 0aa2b289df6d0fa524bf057d532aa5f9ceb6dde5
diff -r 4461eefe0387 -r 070a33200c60 misc/libreoffice/patches/patch-Makefile.in
--- a/misc/libreoffice/patches/patch-Makefile.in        Thu Jun 27 13:48:11 2019 +0000
+++ b/misc/libreoffice/patches/patch-Makefile.in        Thu Jun 27 13:50:49 2019 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-Makefile.in,v 1.3 2017/02/05 02:26:01 ryoon Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2019/06/27 13:50:49 ryoon Exp $
+
+* Enable build without root privilege
 
 --- Makefile.in.orig   2017-01-26 22:22:46.000000000 +0000
 +++ Makefile.in
diff -r 4461eefe0387 -r 070a33200c60 misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx
--- a/misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx       Thu Jun 27 13:48:11 2019 +0000
+++ b/misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx       Thu Jun 27 13:50:49 2019 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx,v 1.1 2016/12/24 21:45:03 ryoon Exp $
+$NetBSD: patch-bridges_source_cpp__uno_gcc3__linux__intel_share.hxx,v 1.2 2019/06/27 13:50:49 ryoon Exp $
+
+* NetBSD has no _Unwind_Exception, fix runtime crash
 
 --- bridges/source/cpp_uno/gcc3_linux_intel/share.hxx.orig     2016-12-23 11:16:40.411146983 +0000
 +++ bridges/source/cpp_uno/gcc3_linux_intel/share.hxx
diff -r 4461eefe0387 -r 070a33200c60 misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx
--- a/misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx      Thu Jun 27 13:48:11 2019 +0000
+++ b/misc/libreoffice/patches/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx      Thu Jun 27 13:50:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx,v 1.4 2016/12/06 15:21:00 ryoon Exp $
+$NetBSD: patch-bridges_source_cpp__uno_gcc3__linux__x86-64_share.hxx,v 1.5 2019/06/27 13:50:49 ryoon Exp $
 
-* NetBSD has no _Unwind_Exception
+* NetBSD has no _Unwind_Exception, fix runtime crash
 
 --- bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx.orig    2016-10-28 14:50:26.000000000 +0000
 +++ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx



Home | Main Index | Thread Index | Old Index