Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 23:16:55 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1575 - in trunk: mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/libxul/files www/seamonkey/files
Message-ID:  <201404172316.s3HNGtqF060176@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404172316.s3HNGtqF060176>