On Tue, Mar 31, 2015 at 10:38:30AM -0400, Jiri B wrote:
> Index: hunspell//patches/patch-src_tools_hunspell_cxx
> ===================================================================
> RCS file: /cvs/ports/textproc/hunspell/patches/patch-src_tools_hunspell_cxx,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-src_tools_hunspell_cxx
> --- hunspell//patches/patch-src_tools_hunspell_cxx 21 Mar 2013 08:57:49
> -0000 1.3
> +++ hunspell//patches/patch-src_tools_hunspell_cxx 31 Mar 2015 14:38:04
> -0000
> @@ -1,14 +1,12 @@
> $OpenBSD: patch-src_tools_hunspell_cxx,v 1.3 2013/03/21 08:57:49 fgsch Exp $
> ---- src/tools/hunspell.cxx.orig Fri Jan 21 17:01:29 2011
> -+++ src/tools/hunspell.cxx Tue Mar 5 22:56:02 2013
> -@@ -61,28 +61,14 @@
> - #include "firstparser.hxx"
> -
> - #define LIBDIR \
> -- "/usr/share/hunspell:" \
> -- "/usr/share/myspell:" \
> -- "/usr/share/myspell/dicts:" \
> +--- src/tools/hunspell.cxx.orig Mon Jun 2 13:35:50 2014
> ++++ src/tools/hunspell.cxx Tue Mar 31 16:12:55 2015
> +@@ -71,25 +71,15 @@
> + "/usr/share/hunspell:" \
> + "/usr/share/myspell:" \
> + "/usr/share/myspell/dicts:" \
> - "/Library/Spelling"
> ++ "/Library/Spelling" \
^ oops, missing colon.
I'll send new diff later, also removing useless paths
for OpenBSD.
> + "${PREFIX}/share/hunspell:" \
> + "${LOCALBASE}/share/myspell:" \
> + "${LOCALBASE}/share/myspell/dicts:" \
> @@ -18,7 +16,7 @@ $OpenBSD: patch-src_tools_hunspell_cxx,v
> - ".openoffice.org2/user/wordbook:" \
> - ".openoffice.org2.0/user/wordbook:" \
> - "Library/Spelling"
> -+ ".config/libreoffice/3/user/wordbook"
> ++ ".config/libreoffice/4/user/workbook"
> #define OOODIR \
> - "/opt/openoffice.org/basis3.0/share/dict/ooo:" \
> - "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \