mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to hunspell-1.7.3, thanks to ajacoutot@ for a test build
ok aja
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
COMMENT = spelling, stemming, morphological analysis and generation
|
||||
|
||||
V = 1.7.2
|
||||
V = 1.7.3
|
||||
DISTNAME = hunspell-$V
|
||||
|
||||
SHARED_LIBS = hunspell-1.7 1.0 # 0.0
|
||||
SHARED_LIBS = hunspell-1.7 2.0 # 1.0
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (hunspell-1.7.2.tar.gz) = Ed36Oa/ijChTn+ZfxPFZLUEMHptt19ipHKJdhensZbg=
|
||||
SIZE (hunspell-1.7.2.tar.gz) = 1536202
|
||||
SHA256 (hunspell-1.7.3.tar.gz) = QzJ02sBhnLAMLhi0Oj3TqdUNpbVhP6m1wheB413Xa8E=
|
||||
SIZE (hunspell-1.7.3.tar.gz) = 1605476
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
--- man/hunspell.1.orig Sat Mar 25 22:20:45 2017
|
||||
+++ man/hunspell.1 Sat Apr 8 19:13:44 2017
|
||||
@@ -394,10 +394,10 @@ following environment variables are searched: LC_ALL,
|
||||
Index: man/hunspell.1
|
||||
--- man/hunspell.1.orig
|
||||
+++ man/hunspell.1
|
||||
@@ -395,10 +395,10 @@ following environment variables are searched: LC_ALL,
|
||||
LC_MESSAGES, and LANG. If none are set then the following
|
||||
fallbacks are used:
|
||||
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
Index: src/tools/hunspell.cxx
|
||||
--- src/tools/hunspell.cxx.orig
|
||||
+++ src/tools/hunspell.cxx
|
||||
@@ -116,28 +116,14 @@
|
||||
@@ -116,31 +116,14 @@
|
||||
#include "../parsers/odfparser.hxx"
|
||||
|
||||
#define LIBDIR \
|
||||
- DATADIR "/hunspell:" \
|
||||
- DATADIR "/myspell:" \
|
||||
- DATADIR "/myspell/dicts:" \
|
||||
- "/usr/share/hunspell:" \
|
||||
- "/usr/share/myspell:" \
|
||||
- "/usr/share/myspell/dicts:" \
|
||||
|
||||
Reference in New Issue
Block a user