pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Oct  5 01:58:37 UTC 2025

Modified Files:
        pkgsrc/devel/gtexinfo: distinfo
Added Files:
        pkgsrc/devel/gtexinfo/patches: patch-tp_Texinfo_XS_parsetexi_parser.c

Log Message:
Fix devel/gtexinfo on QNX


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/gtexinfo/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_XS_parsetexi_parser.c

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

Modified files:

Index: pkgsrc/devel/gtexinfo/distinfo
diff -u pkgsrc/devel/gtexinfo/distinfo:1.67 pkgsrc/devel/gtexinfo/distinfo:1.68
--- pkgsrc/devel/gtexinfo/distinfo:1.67 Sun Apr 20 13:40:33 2025
+++ pkgsrc/devel/gtexinfo/distinfo      Sun Oct  5 01:58:37 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.67 2025/04/20 13:40:33 js Exp $
+$NetBSD: distinfo,v 1.68 2025/10/05 01:58:37 js Exp $
 
 BLAKE2s (texinfo-7.2.tar.xz) = 2bb5d9812df4689d0c2e379077df5f617ea3e07c7bfe49669e9de74f9bb43e50
 SHA512 (texinfo-7.2.tar.xz) = 8e67337ae12a552fc620c43725507a4978710ea6630e98b0f5e98eb3f79a90e191dde5225699aa6217c26f171d277461f76150f0459cd07b40c3234d2f3d89bf
@@ -9,4 +9,5 @@ SHA1 (patch-gnulib_lib_mbiter.h) = 3d932
 SHA1 (patch-gnulib_lib_mbuiter.h) = a248a56818e46ca501f9dc57415c40f766a065f8
 SHA1 (patch-info_filesys.h) = 7cc1819ac02deae957f95b84b11bed20609d0235
 SHA1 (patch-tp_Texinfo_XS_configure) = 9aa1b01463cee53bb137e545719fdbbe41b9a175
+SHA1 (patch-tp_Texinfo_XS_parsetexi_parser.c) = ba0ac6fc04dbf4cd5a555bce8071ca6fee2d66a5
 SHA1 (patch-util_texi2dvi) = 72be61e607a393edf0cbd67747f7e0b360441466

Added files:

Index: pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_XS_parsetexi_parser.c
diff -u /dev/null pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_XS_parsetexi_parser.c:1.1
--- /dev/null   Sun Oct  5 01:58:37 2025
+++ pkgsrc/devel/gtexinfo/patches/patch-tp_Texinfo_XS_parsetexi_parser.c        Sun Oct  5 01:58:37 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-tp_Texinfo_XS_parsetexi_parser.c,v 1.1 2025/10/05 01:58:37 js Exp $
+
+--- tp/Texinfo/XS/parsetexi/parser.c.orig      2025-10-05 01:57:07.522519730 +0000
++++ tp/Texinfo/XS/parsetexi/parser.c
+@@ -2133,9 +2133,10 @@ process_remaining_on_line (ELEMENT **cur
+         {
+            int whitespaces_len;
+            int additional_newline = 0;
++           int i;
+            whitespaces_len = strspn (line, whitespace_chars);
+ 
+-           for (int i = 0; i < whitespaces_len; i++)
++           for (i = 0; i < whitespaces_len; i++)
+              {
+                if (*(line + i) == '\n')
+                  {



Home | Main Index | Thread Index | Old Index