pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/link-grammar link-grammar: update to 5.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1716236f6c6
branches:  trunk
changeset: 445319:b1716236f6c6
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Jan 20 00:55:58 2021 +0000

description:
link-grammar: update to 5.8.1

Version 5.8.1 (8 January 2021)
 * Fix macOS/SunOS build break.
 * English dict: fix numerical identifiers used as adjectives.
 * English dict: fix post-posed Latin adjectival modifiers.
 * Merge upstream gentoo patches. #1102
 * Make -O3 default for CFLAGS/CXXFLAGS, but overridable by the user.
 * English dict: fix look_at, listen_to person-action
 * English dict: fix verb "felt" with object-action.
 * English dict: fix why-perform-action questions.
 * Fix race condition in spell-guesser. #1122 #1123

diffstat:

 textproc/link-grammar/Makefile                                    |   4 +-
 textproc/link-grammar/distinfo                                    |  12 +++----
 textproc/link-grammar/patches/patch-link-grammar_link-grammar.def |  13 --------
 textproc/link-grammar/patches/patch-link-grammar_utilities.c      |  16 ----------
 4 files changed, 7 insertions(+), 38 deletions(-)

diffs (68 lines):

diff -r 6238669aaf71 -r b1716236f6c6 textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile    Tue Jan 19 22:48:41 2021 +0000
+++ b/textproc/link-grammar/Makefile    Wed Jan 20 00:55:58 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/04/19 03:31:08 gutteridge Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/20 00:55:58 gutteridge Exp $
 
-DISTNAME=      link-grammar-5.8.0
+DISTNAME=      link-grammar-5.8.1
 CATEGORIES=    textproc
 MASTER_SITES=  https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
 
diff -r 6238669aaf71 -r b1716236f6c6 textproc/link-grammar/distinfo
--- a/textproc/link-grammar/distinfo    Tue Jan 19 22:48:41 2021 +0000
+++ b/textproc/link-grammar/distinfo    Wed Jan 20 00:55:58 2021 +0000
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.11 2020/04/17 01:43:41 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2021/01/20 00:55:58 gutteridge Exp $
 
-SHA1 (link-grammar-5.8.0.tar.gz) = 8a874ea7214cf635d2edb064bdaf368577c08efa
-RMD160 (link-grammar-5.8.0.tar.gz) = ef8b6eca527754afc12991f84f04f8f966e575bc
-SHA512 (link-grammar-5.8.0.tar.gz) = 1262e2faf1de6f05a62f9d622f43c02253b4c241342df9b443a70ae04bd328d1fc49cd2f91c881e694f67215005833fec8b1fa9d395b1e547985b376c7415d2e
-Size (link-grammar-5.8.0.tar.gz) = 3782125 bytes
+SHA1 (link-grammar-5.8.1.tar.gz) = 115376fe13fe63245d49efc69171668aa2f4bce5
+RMD160 (link-grammar-5.8.1.tar.gz) = 968e0ab2cf20aeef9332bce5e17f94ec0dc9c1f7
+SHA512 (link-grammar-5.8.1.tar.gz) = 0ef99d3ccb3d922a946f1f73b8b81cee9ece156886dab3367837e1e9f79944967da1391daf7f96ea5a95a0abdd346b642111a7939eb9aa079557c10b3efe8022
+Size (link-grammar-5.8.1.tar.gz) = 3791847 bytes
 SHA1 (patch-aa) = 3be918c26b639442b56efab2e9416974f31969c5
 SHA1 (patch-configure) = 0131e74f9f51bb380ab91d1cfdba2600fcee131a
-SHA1 (patch-link-grammar_link-grammar.def) = 1df6fefa9828c969d71277202158b2aebc5760f7
-SHA1 (patch-link-grammar_utilities.c) = b470d05227b6718747ef713e7099f0c2833894e6
diff -r 6238669aaf71 -r b1716236f6c6 textproc/link-grammar/patches/patch-link-grammar_link-grammar.def
--- a/textproc/link-grammar/patches/patch-link-grammar_link-grammar.def Tue Jan 19 22:48:41 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-link-grammar_link-grammar.def,v 1.1 2020/04/16 14:45:15 gutteridge Exp $
-
-Fix build on macOS and SunOS.
-https://github.com/opencog/link-grammar/pull/1092
-
---- link-grammar/link-grammar.def.orig 2020-02-29 01:44:12.000000000 +0000
-+++ link-grammar/link-grammar.def
-@@ -118,5 +118,4 @@ lg_error_clearall
- lg_error_flush
- lg_exp_stringify
- prt_error
--regex_tokenizer_test
- utf8_strwidth
diff -r 6238669aaf71 -r b1716236f6c6 textproc/link-grammar/patches/patch-link-grammar_utilities.c
--- a/textproc/link-grammar/patches/patch-link-grammar_utilities.c      Tue Jan 19 22:48:41 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-link-grammar_utilities.c,v 1.2 2020/04/17 01:43:41 gutteridge Exp $
-
-Fix SunOS build.
-https://github.com/opencog/link-grammar/pull/1093
-
---- link-grammar/utilities.c.orig      2020-02-29 01:44:12.000000000 +0000
-+++ link-grammar/utilities.c
-@@ -757,7 +757,7 @@ bool strtodC(const char *s, float *r)
- {
-       char *err;
- 
--#ifdef HAVE_LOCALE_T
-+#if defined(HAVE_LOCALE_T) && !defined(__sun__)
-       double val = strtod_l(s, &err, get_C_LC_NUMERIC());
- #else
-       /* dictionary_setup_locale() invokes setlocale(LC_NUMERIC, "C") */



Home | Main Index | Thread Index | Old Index