Author: jbeich
Date: Thu Apr 17 23:16:55 2014
New Revision: 1575
Log:
rename hunspell patch to hint as to why it's still required
Added:
trunk/mail/thunderbird/files/patch-bug991253
- copied, changed from r1574,
trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox-esr/files/patch-bug991253
- copied, changed from r1574,
trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox-nightly/files/patch-bug991253
- copied, changed from r1574,
trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox/files/patch-bug991253
- copied, changed from r1574,
trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/libxul/files/patch-bug991253
- copied, changed from r1574,
trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/seamonkey/files/patch-bug991253
- copied, changed from r1574,
trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Deleted:
trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Copied and modified: trunk/mail/thunderbird/files/patch-bug991253 (from r1574,
trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/mail/thunderbird/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
Copied and modified: trunk/www/firefox-esr/files/patch-bug991253 (from r1574,
trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/www/firefox-esr/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
Copied and modified: trunk/www/firefox-nightly/files/patch-bug991253 (from
r1574,
trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/www/firefox-nightly/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
Copied and modified: trunk/www/firefox/files/patch-bug991253 (from r1574,
trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/www/firefox/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
Copied and modified: trunk/www/libxul/files/patch-bug991253 (from r1574,
trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/www/libxul/files/patch-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
Copied and modified: trunk/www/seamonkey/files/patch-bug991253 (from r1574,
trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp)
==============================================================================
Deleted:
trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
==============================================================================
---
trunk/www/seamonkey/files/patch-mozilla-extensions-spellcheck-hunspell-src-mozHunspell.cpp
Thu Apr 17 23:16:55 2014 (r1574)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,15 +0,0 @@
---- mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp~
-+++ mozilla/extensions/spellcheck/hunspell/src/mozHunspell.cpp
-@@ -400,6 +400,12 @@ mozHunspell::LoadDictionaryList()
- }
- }
-
-+ // load system hunspell dictionaries
-+ nsIFile* hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, &hunDir);
-+ LoadDictionariesFromDir(hunDir);
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"