pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu May 29 13:42:20 UTC 2025

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile.common distinfo
        pkgsrc/textproc/link-grammar/patches: patch-configure
Removed Files:
        pkgsrc/textproc/link-grammar/patches:
            patch-link-grammar_parse_extract-links.c

Log Message:
textproc/link-grammar, py-link-grammar: Update to 5.12.5

Changelog:
Version 5.12.5 (31 May 2024)
 * Bugfix tracon table size management. #1486
 * Bugfix connector hashing for fewer hash collisions. #1487, #1528
 * Bugfix python unit test for Thai on Apple. #1530
 * New autogen.sh #1531
 * Stop litering .lg_history in current directory. #1443 #1534
 * MS Windows build fixes #1537

Version 5.12.4 (28 March 2024)
 * Minor English dict fixes. #1470
 * Use correct guard macro for glibc heap functions. #1471
 * MacOS build fix #1473
 * Silence javascript build errors. #1377
 * Reduce memory use, improve performance, via Parse_set. #1480
 * Optimize solutions with cycles. #1481


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/link-grammar/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/link-grammar/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/link-grammar/patches/patch-configure
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/textproc/link-grammar/patches/patch-link-grammar_parse_extract-links.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/link-grammar/Makefile.common
diff -u pkgsrc/textproc/link-grammar/Makefile.common:1.3 pkgsrc/textproc/link-grammar/Makefile.common:1.4
--- pkgsrc/textproc/link-grammar/Makefile.common:1.3    Sat Dec 23 08:04:15 2023
+++ pkgsrc/textproc/link-grammar/Makefile.common        Thu May 29 13:42:20 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.3 2023/12/23 08:04:15 zafer Exp $
+# $NetBSD: Makefile.common,v 1.4 2025/05/29 13:42:20 ryoon Exp $
 #
 # used by textproc/link-grammar/Makefile
 # used by textproc/py-link-grammar/Makefile
 
-DISTNAME=      link-grammar-5.12.3
-MASTER_SITES=  http://www.nl.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
+DISTNAME=      link-grammar-5.12.5
+MASTER_SITES=  https://www.gnucash.org/link-grammar/downloads/${PKGVERSION_NOREV}/
 
-HOMEPAGE=      http://www.nl.abisource.com/
+HOMEPAGE=      https://opencog.github.io/link-grammar-website/
 LICENSE=       modified-bsd AND gnu-lgpl-v2.1
 
 DISTINFO_FILE= ${.CURDIR}/../link-grammar/distinfo

Index: pkgsrc/textproc/link-grammar/distinfo
diff -u pkgsrc/textproc/link-grammar/distinfo:1.19 pkgsrc/textproc/link-grammar/distinfo:1.20
--- pkgsrc/textproc/link-grammar/distinfo:1.19  Mon Dec 11 16:32:19 2023
+++ pkgsrc/textproc/link-grammar/distinfo       Thu May 29 13:42:20 2025
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.19 2023/12/11 16:32:19 jperkin Exp $
+$NetBSD: distinfo,v 1.20 2025/05/29 13:42:20 ryoon Exp $
 
-BLAKE2s (link-grammar-5.12.3.tar.gz) = 1c08aa63dbed6663544b35888366b1ceb577954e7a5852b9514e7fc2dfc20a95
-SHA512 (link-grammar-5.12.3.tar.gz) = e0fdb78ec03042119011afea005a62829317fd0bc20afcd94e3f234c9c5252ed9c57d717b75368ac4a63dd8493bd86f551870299925f3b9b95b11915f48d8abe
-Size (link-grammar-5.12.3.tar.gz) = 4704751 bytes
+BLAKE2s (link-grammar-5.12.5.tar.gz) = bb1a6491d502f60fef8dd43f7a55c821b33e7905c8569a95ebe831b2d0a49ffb
+SHA512 (link-grammar-5.12.5.tar.gz) = 2637d6b571ae027d8813da188a555a8b91afa0a216921842b43e4cf6aa4d799ea5342fe17081c13346c6bbecc46032765b6f5d978b53cee570e329b6b141094b
+Size (link-grammar-5.12.5.tar.gz) = 4727809 bytes
 SHA1 (patch-aa) = 3be918c26b639442b56efab2e9416974f31969c5
-SHA1 (patch-configure) = 1d6c28dbc3f2bc09214cf70e77e2c6b8bbcfc6e7
-SHA1 (patch-link-grammar_parse_extract-links.c) = 36d45b0c80db537d8c28a5dc4a4348a9044ef3a0
+SHA1 (patch-configure) = dce72e641bcc67d67c17683ad1d78f3644090bef
 SHA1 (patch-link-grammar_resources.c) = 8c9b2c8cfe88e0e7d7d790094fd0c38e0221b362

Index: pkgsrc/textproc/link-grammar/patches/patch-configure
diff -u pkgsrc/textproc/link-grammar/patches/patch-configure:1.5 pkgsrc/textproc/link-grammar/patches/patch-configure:1.6
--- pkgsrc/textproc/link-grammar/patches/patch-configure:1.5    Sun Oct 15 06:39:25 2023
+++ pkgsrc/textproc/link-grammar/patches/patch-configure        Thu May 29 13:42:20 2025
@@ -1,10 +1,31 @@
-$NetBSD: patch-configure,v 1.5 2023/10/15 06:39:25 ryoon Exp $
+$NetBSD: patch-configure,v 1.6 2025/05/29 13:42:20 ryoon Exp $
 
+* Do not include -std=gnu11 in CC and PTHREAD_CC to fix compile.
 * POSIX shell portability.
 
---- configure.orig     2023-03-24 16:25:36.000000000 +0000
+--- configure.orig     2024-05-31 22:46:47.000000000 +0000
 +++ configure
-@@ -17054,7 +17054,7 @@ fi
+@@ -5005,7 +5005,8 @@ $ac_c_conftest_c11_program
+ _ACEOF
+ for ac_arg in '' -std=gnu11
+ do
+-  CC="$ac_save_CC $ac_arg"
++  CC="$ac_save_CC"
++  CFLAGS="$CFLAGS $ac_arg"
+   if ac_fn_c_try_compile "$LINENO"
+ then :
+   ac_cv_prog_cc_c11=$ac_arg
+@@ -5029,7 +5030,8 @@ printf "%s\n" "none needed" >&6; }
+ else $as_nop
+   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
+ printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
+-     CC="$CC $ac_cv_prog_cc_c11"
++     CC="$CC"
++     CFLAGS="$CFLAGS $ac_cv_prog_cc_c11"
+ fi
+   ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
+   ac_prog_cc_stdc=c11
+@@ -18258,7 +18260,7 @@ fi
  rm -f conftest.l $LEX_OUTPUT_ROOT.c
  
  fi
@@ -13,12 +34,12 @@ $NetBSD: patch-configure,v 1.5 2023/10/1
        as_fn_error $? "No flex/lex program found. Please install the \"flex\" or
                   \"btyacc\" package." "$LINENO" 5
  
-@@ -24642,7 +24642,7 @@ else
-       $as_echo
+@@ -26380,7 +26382,7 @@ else
+       printf "%s\n"
  fi
  
 -if test "x${ASpellFound}" == "xyes"; then
 +if test "x${ASpellFound}" = "xyes"; then
-       $as_echo_n "
+       printf %s "
     ----------
     Caution: Aspell version 0.60.8 and possibly others leak memory!



Home | Main Index | Thread Index | Old Index