pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/xplot
Module Name: pkgsrc
Committed By: nia
Date: Wed Mar 18 15:21:17 UTC 2026
Modified Files:
pkgsrc/graphics/xplot: distinfo
Added Files:
pkgsrc/graphics/xplot/patches: patch-signed.c
Log Message:
xplot: Fix implicit declaration of isdigit(3).
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/xplot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/xplot/patches/patch-signed.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/xplot/distinfo
diff -u pkgsrc/graphics/xplot/distinfo:1.13 pkgsrc/graphics/xplot/distinfo:1.14
--- pkgsrc/graphics/xplot/distinfo:1.13 Tue Oct 26 10:47:25 2021
+++ pkgsrc/graphics/xplot/distinfo Wed Mar 18 15:21:17 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:47:25 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/03/18 15:21:17 nia Exp $
BLAKE2s (xplot-0.90.7.1.tar.gz) = 93df226151fd63e426fd083b0c0a6541dc1775f28ecb1ddd8f34a3e64db8d226
SHA512 (xplot-0.90.7.1.tar.gz) = 6b823b24e7c2b1a7fda0062e5f5def7d022b62cc8c3353136841138b5d05f455874cf4539521dbbbdf8b0f55279d829f6e126a7b35579ab4540e31fe41aee933
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 3e876d17de714cc1fafa71
SHA1 (patch-ab) = 97c7b292a1c1f8d9294c69d4cc2eacbbff411d2e
SHA1 (patch-ac) = 3313ce11016f06488f7d2f7dc04b940e74c27151
SHA1 (patch-ad) = fd19823030badf91734fde92b45fcaecc06cf0f8
+SHA1 (patch-signed.c) = a7e6400fdc62df4afb0a0a68da961a11e41bcce1
Added files:
Index: pkgsrc/graphics/xplot/patches/patch-signed.c
diff -u /dev/null pkgsrc/graphics/xplot/patches/patch-signed.c:1.1
--- /dev/null Wed Mar 18 15:21:17 2026
+++ pkgsrc/graphics/xplot/patches/patch-signed.c Wed Mar 18 15:21:17 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-signed.c,v 1.1 2026/03/18 15:21:17 nia Exp $
+
+Fix implicit declaration of isdigit(3).
+
+--- signed.c.orig 2026-03-18 14:31:38.332797258 +0000
++++ signed.c
+@@ -32,6 +32,7 @@ to preserve same.
+ */
+ #include "xplot.h"
+ #include <stdio.h>
++#include <ctype.h>
+
+ char *signed_unparse(coord c)
+ {
Home |
Main Index |
Thread Index |
Old Index