pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird thunderbird: fix SUBST* and patch so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/206a68670243
branches:  trunk
changeset: 378070:206a68670243
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 29 10:19:30 2018 +0000

description:
thunderbird: fix SUBST* and patch so it actually does something.

diffstat:

 mail/thunderbird/Makefile                                                                  |  4 ++--
 mail/thunderbird/distinfo                                                                  |  4 ++--
 mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r acc52eb0af61 -r 206a68670243 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Thu Mar 29 03:18:52 2018 +0000
+++ b/mail/thunderbird/Makefile Thu Mar 29 10:19:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2018/03/28 20:13:55 wiz Exp $
+# $NetBSD: Makefile,v 1.208 2018/03/29 10:19:30 wiz Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
@@ -42,7 +42,7 @@
 SUBST_STAGE.sys-dic=   pre-configure
 SUBST_MESSAGE.sys-dic= Reference to system hunspell dictionaries.
 SUBST_FILES.sys-dic=   mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-SUBST_VARS.sys-dic=    PREFIX
+SUBST_VARS.sys-dic=    LOCALBASE
 
 CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/header.py
 CHECK_INTERPRETER_SKIP+=lib/thunderbird-sdk/sdk/bin/typelib.py
diff -r acc52eb0af61 -r 206a68670243 mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Thu Mar 29 03:18:52 2018 +0000
+++ b/mail/thunderbird/distinfo Thu Mar 29 10:19:30 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.198 2018/03/28 13:34:19 ryoon Exp $
+$NetBSD: distinfo,v 1.199 2018/03/29 10:19:30 wiz Exp $
 
 SHA1 (thunderbird-52.7.0.source.tar.xz) = 9030278d1fb4cd28a3a5e8830cfb98a8f0d45523
 RMD160 (thunderbird-52.7.0.source.tar.xz) = 5a10590da00d39da4cc3849d33f68fafc136f505
@@ -36,7 +36,7 @@
 SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = 375a2ebda12bd4633c7ae3d5c0e0b6de6a61bb0f
 SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = 7009f9f2d01ca96f0ef6ca6f412485a4576f3072
 SHA1 (patch-mozilla_dom_system_OSFileConstants.cpp) = cff51ad6909e0ceaa401c2825ca538f4271ac786
-SHA1 (patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp) = bd81d7b2b9e5517924ed515d31150893472dc770
+SHA1 (patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp) = 07a8e9f7ea6ec5f667877ba78cf2c0b80c87f3f1
 SHA1 (patch-mozilla_gfx_cairo_libpixman_src_pixman-arm-neon-asm.S) = 14b213eff89b78ecfe3ff74a4daca13138defd2e
 SHA1 (patch-mozilla_gfx_gl_GLContextProviderGLX.cpp) = f8b7ad2c1d1b8f0a4492fc49d1e5884ec4bdf4c4
 SHA1 (patch-mozilla_gfx_graphite2_moz-gr-update.sh) = a74a7dd83de0d04aeb8694db5b49803f8db58235
diff -r acc52eb0af61 -r 206a68670243 mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp
--- a/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp        Thu Mar 29 03:18:52 2018 +0000
+++ b/mail/thunderbird/patches/patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp        Thu Mar 29 10:19:30 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp,v 1.2 2017/04/27 13:32:40 ryoon Exp $
+$NetBSD: patch-mozilla_extensions_spellcheck_hunspell_glue_mozHunspell.cpp,v 1.3 2018/03/29 10:19:31 wiz Exp $
 
 --- mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp.orig   2017-04-14 04:53:08.000000000 +0000
 +++ mozilla/extensions/spellcheck/hunspell/glue/mozHunspell.cpp
@@ -8,7 +8,7 @@
  
 +  // load system hunspell dictionaries
 +  nsCOMPtr<nsIFile> hunDir;
-+  NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
++  NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@LOCALBASE@/share/hunspell"),
 +                        true, getter_AddRefs(hunDir));
 +  if (hunDir) {
 +      LoadDictionariesFromDir(hunDir);



Home | Main Index | Thread Index | Old Index