pkgsrc-WIP-changes archive

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

firefox-hg: remove patch that looks for installed hunspell dictionaries.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Apr 30 19:08:08 2016 +0200
Changeset:	35ad4edc988dfeb20c410d91105ed5043667f429

Modified Files:
	firefox-hg/Makefile.common
Removed Files:
	firefox-hg/patches/patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp

Log Message:
firefox-hg: remove patch that looks for installed hunspell dictionaries.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35ad4edc988dfeb20c410d91105ed5043667f429

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

diffstat:
 firefox-hg/Makefile.common                              |  6 ------
 ...-extensions_spellcheck_hunspell_glue_mozHunspell.cpp | 17 -----------------
 2 files changed, 23 deletions(-)

diffs:
diff --git a/firefox-hg/Makefile.common b/firefox-hg/Makefile.common
index dfa7fd0..62ae12c 100644
--- a/firefox-hg/Makefile.common
+++ b/firefox-hg/Makefile.common
@@ -69,12 +69,6 @@ MOZILLA_NAME=	Firefox
 MOZILLA_NAME=	Browser
 .endif
 
-SUBST_CLASSES+=		sys-dic
-SUBST_STAGE.sys-dic=	pre-configure
-SUBST_MESSAGE.sys-dic=	Reference to system hunspell dictionaries.
-SUBST_FILES.sys-dic=	extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-SUBST_VARS.sys-dic=	PREFIX
-
 USE_TOOLS+=	autoconf213
 
 pre-configure:
diff --git a/firefox-hg/patches/patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp b/firefox-hg/patches/patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp
deleted file mode 100644
index 28ea6fa..0000000
--- a/firefox-hg/patches/patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp,v 1.4 2014/02/21 16:17:47 ryoon Exp $
-
---- extensions/spellcheck/hunspell/glue/mozHunspell.cpp.orig	2014-02-12 21:28:58.000000000 +0000
-+++ extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-@@ -426,6 +426,12 @@ mozHunspell::LoadDictionaryList()
-     }
-   }
- 
-+  // load system hunspell dictionaries
-+  nsIFile* hunDir;
-+  NS_NewNativeLocalFile(NS_LITERAL_CSTRING("@PREFIX@/share/hunspell"),
-+			true, &hunDir);
-+  LoadDictionariesFromDir(hunDir);
-+
-   // find dictionaries from extensions requiring restart
-   nsCOMPtr<nsISimpleEnumerator> dictDirs;
-   rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,


Home | Main Index | Thread Index | Old Index