pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/gnumeric112
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 10 06:34:17 UTC 2026
Modified Files:
pkgsrc/math/gnumeric112: distinfo
Added Files:
pkgsrc/math/gnumeric112/patches: patch-src_sstest.c
Log Message:
gnumeric112: use upstream patch to fix build on NetBSD 11+
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/gnumeric112/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/gnumeric112/patches/patch-src_sstest.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/gnumeric112/distinfo
diff -u pkgsrc/math/gnumeric112/distinfo:1.34 pkgsrc/math/gnumeric112/distinfo:1.35
--- pkgsrc/math/gnumeric112/distinfo:1.34 Sat Mar 7 10:53:02 2026
+++ pkgsrc/math/gnumeric112/distinfo Tue Mar 10 06:34:16 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.34 2026/03/07 10:53:02 bsiegert Exp $
+$NetBSD: distinfo,v 1.35 2026/03/10 06:34:16 wiz Exp $
BLAKE2s (gnumeric-1.12.60.tar.xz) = d790eee3d331c134d3251ca715753344239abdac838519c803b5124e73049419
SHA512 (gnumeric-1.12.60.tar.xz) = 43529ca05411cba02b052754cd15bbe84b5205e58ebb7dc5e7c07131600842e523a108f509020845f036f27b0d78eb9df6db970dfeb21285dc7e5fd8171fea56
Size (gnumeric-1.12.60.tar.xz) = 17794296 bytes
+SHA1 (patch-src_sstest.c) = 712934df91cb3ea631b2e538a6557b0529f5c866
Added files:
Index: pkgsrc/math/gnumeric112/patches/patch-src_sstest.c
diff -u /dev/null pkgsrc/math/gnumeric112/patches/patch-src_sstest.c:1.1
--- /dev/null Tue Mar 10 06:34:17 2026
+++ pkgsrc/math/gnumeric112/patches/patch-src_sstest.c Tue Mar 10 06:34:16 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_sstest.c,v 1.1 2026/03/10 06:34:16 wiz Exp $
+
+sstest: replace `bool` type with `gboolean`
+https://gitlab.gnome.org/GNOME/gnumeric/-/commit/0de4c0a45f078ec211fd372da4103b09cb718b1b
+
+--- src/sstest.c.orig 2026-02-11 02:07:03.000000000 +0000
++++ src/sstest.c
+@@ -898,7 +898,7 @@ static gboolean
+ /* ------------------------------------------------------------------------- */
+
+ static gboolean
+-check_help_expression (const char *text, GnmFunc const *fd, bool localized)
++check_help_expression (const char *text, GnmFunc const *fd, gboolean localized)
+ {
+ GnmConventions const *convs = gnm_conventions_default;
+ GnmParsePos pp;
Home |
Main Index |
Thread Index |
Old Index