pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/nickle



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jun 19 20:31:03 UTC 2023

Modified Files:
        pkgsrc/math/nickle: distinfo
Added Files:
        pkgsrc/math/nickle/patches: patch-lex.c

Log Message:
nickle: put back patch-lex.c which got lost in recent rototil

Still needed on macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/nickle/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/math/nickle/patches/patch-lex.c

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

Modified files:

Index: pkgsrc/math/nickle/distinfo
diff -u pkgsrc/math/nickle/distinfo:1.22 pkgsrc/math/nickle/distinfo:1.23
--- pkgsrc/math/nickle/distinfo:1.22    Sun Jun 18 19:37:37 2023
+++ pkgsrc/math/nickle/distinfo Mon Jun 19 20:31:02 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/06/18 19:37:37 wiz Exp $
+$NetBSD: distinfo,v 1.23 2023/06/19 20:31:02 tnn Exp $
 
 BLAKE2s (nickle-2.92.tar.gz) = 21da50baef14a9f35e911d013f48f7217a00b7eb0b80add63fd1056f1b34f68a
 SHA512 (nickle-2.92.tar.gz) = 27c8607740bba0c034ac2f8aef823c1eeaf7670bf72c983212ad41522fc321bda45478515e9f1e67350fecf1ebe4b9bb29429edeb357e5e1691af9e1720322f6
 Size (nickle-2.92.tar.gz) = 2548373 bytes
+SHA1 (patch-lex.c) = daae8884b02f8de2fa4dbc9050973dbaebcda7a4

Added files:

Index: pkgsrc/math/nickle/patches/patch-lex.c
diff -u /dev/null pkgsrc/math/nickle/patches/patch-lex.c:1.3
--- /dev/null   Mon Jun 19 20:31:03 2023
+++ pkgsrc/math/nickle/patches/patch-lex.c      Mon Jun 19 20:31:02 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-lex.c,v 1.3 2023/06/19 20:31:02 tnn Exp $
+
+Assign rl_catch_signals only if HAVE_RL_CATCH_SIGNALS.
+
+--- lex.c.orig 2023-06-18 16:30:02.000000000 +0000
++++ lex.c
+@@ -888,8 +888,10 @@ LexInit (void)
+     rl_getc_function = ReadlineGetChar;
+     rl_prep_term_function = (void *) my_prep_terminal;
+     rl_deprep_term_function = my_deprep_terminal;
++#if HAVE_RL_CATCH_SIGNALS
+     rl_catch_signals = 0;
+ #endif
++#endif
+     LexInputReference = NewReference ((void **) &lexInput);
+     MemAddRoot (LexInputReference);
+     EXIT ();



Home | Main Index | Thread Index | Old Index