pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/teapot



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 19 08:50:24 UTC 2026

Modified Files:
        pkgsrc/math/teapot: distinfo
Added Files:
        pkgsrc/math/teapot/patches: patch-scanner.c

Log Message:
teapot: Fix implicit decl of mbslen


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/teapot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/teapot/patches/patch-scanner.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/teapot/distinfo
diff -u pkgsrc/math/teapot/distinfo:1.6 pkgsrc/math/teapot/distinfo:1.7
--- pkgsrc/math/teapot/distinfo:1.6     Tue Oct 26 10:56:09 2021
+++ pkgsrc/math/teapot/distinfo Thu Mar 19 08:50:23 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:56:09 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/19 08:50:23 nia Exp $
 
 BLAKE2s (teapot-2.3.0.tar.gz) = 294b278177abda4bb910c1d6cc021c7065f5ee46e4348679240afc06c9e969f0
 SHA512 (teapot-2.3.0.tar.gz) = cb85aa59e0e4e25f5067bbf2099caa7414bc6f923808d140f12844d6f19ca32f6ed649fae99dc8c93d51e789a8c6d1d92f38fe5d57f41e968f6c3b8b59cec9ca
 Size (teapot-2.3.0.tar.gz) = 113647 bytes
 SHA1 (patch-CMakeLists.txt) = 627f694196d153d4093fdd2c8c92a738c0e73e0d
+SHA1 (patch-scanner.c) = 47332956355e4d9080be59d964d07a79bfdad79a

Added files:

Index: pkgsrc/math/teapot/patches/patch-scanner.c
diff -u /dev/null pkgsrc/math/teapot/patches/patch-scanner.c:1.1
--- /dev/null   Thu Mar 19 08:50:24 2026
+++ pkgsrc/math/teapot/patches/patch-scanner.c  Thu Mar 19 08:50:23 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-scanner.c,v 1.1 2026/03/19 08:50:23 nia Exp $
+
+Fix implicit function declaration.
+
+--- scanner.c.orig     2026-03-19 08:17:36.314937701 +0000
++++ scanner.c
+@@ -25,6 +25,7 @@ extern double strtod(const char *nptr, c
+ #include "main.h"
+ #include "misc.h"
+ #include "scanner.h"
++#include "utf8.h"
+ /*}}}*/
+ 
+ /* identcode  -- return number of identifier */ /*{{{*/



Home | Main Index | Thread Index | Old Index