diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
commit | 0f57ce77afaad12ca17c2e74d318f146418f5aad (patch) | |
tree | 2a519361558e66339300a0c17273a15d22026c77 /textproc/hunspell/files/patch-src_tools_hunspell.cxx | |
parent | Return net-mgmt/grepip back to the fold. (diff) |
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
Notes
Notes:
svn path=/head/; revision=277936
Diffstat (limited to 'textproc/hunspell/files/patch-src_tools_hunspell.cxx')
-rw-r--r-- | textproc/hunspell/files/patch-src_tools_hunspell.cxx | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/textproc/hunspell/files/patch-src_tools_hunspell.cxx b/textproc/hunspell/files/patch-src_tools_hunspell.cxx index 6928f3adfc74..e0470da14663 100644 --- a/textproc/hunspell/files/patch-src_tools_hunspell.cxx +++ b/textproc/hunspell/files/patch-src_tools_hunspell.cxx @@ -1,22 +1,21 @@ - -$FreeBSD$ - ---- src/tools/hunspell.cxx.orig -+++ src/tools/hunspell.cxx -@@ -61,26 +61,22 @@ +--- ./src/tools/hunspell.cxx.orig 2011-01-21 18:01:29.000000000 +0100 ++++ ./src/tools/hunspell.cxx 2011-07-19 07:16:58.346225286 +0200 +@@ -61,28 +61,23 @@ #include "firstparser.hxx" #define LIBDIR \ - "/usr/share/hunspell:" \ - "/usr/share/myspell:" \ -- "/usr/share/myspell/dicts" +- "/usr/share/myspell/dicts:" \ +- "/Library/Spelling" + "%%PREFIX%%/share/hunspell:" \ + "%%PREFIX%%/share/myspell:" \ -+ "%%PREFIX%%/share/myspell/dicts" ++ "%%PREFIX%%/share/myspell/dicts:" #define USEROOODIR \ ".openoffice.org/3/user/wordbook:" \ ".openoffice.org2/user/wordbook:" \ - ".openoffice.org2.0/user/wordbook" + ".openoffice.org2.0/user/wordbook:" \ + "Library/Spelling" #define OOODIR \ - "/opt/openoffice.org/basis3.0/share/dict/ooo:" \ - "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \ |