pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/granulate
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 19 14:53:37 UTC 2026
Modified Files:
pkgsrc/misc/granulate: distinfo
Added Files:
pkgsrc/misc/granulate/patches: patch-granulate.c
Log Message:
granulate: Fix implicit decl of strlen(3)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/granulate/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/granulate/patches/patch-granulate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/granulate/distinfo
diff -u pkgsrc/misc/granulate/distinfo:1.7 pkgsrc/misc/granulate/distinfo:1.8
--- pkgsrc/misc/granulate/distinfo:1.7 Tue Oct 26 10:59:05 2021
+++ pkgsrc/misc/granulate/distinfo Thu Mar 19 14:53:37 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:59:05 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/03/19 14:53:37 nia Exp $
BLAKE2s (granulate-0.2.tar.gz) = e61178627524d8da8fc9129a33a71e8eab98cf86d789c139b9e71b2b0b4c63dd
SHA512 (granulate-0.2.tar.gz) = 349dcb564c79d24ad815a89c02d18f206637c11f4fbd6696b26dd389927b21eb0ba761893fcb6a2953177ad5105093c326626024bda0d4bb0caca924e53f5723
Size (granulate-0.2.tar.gz) = 11098 bytes
SHA1 (patch-aa) = 75c04296f16da1b3d0a81c08b9534ad1df45d7c2
+SHA1 (patch-granulate.c) = ca59824bd1df05331803f285b2020079faece0f0
Added files:
Index: pkgsrc/misc/granulate/patches/patch-granulate.c
diff -u /dev/null pkgsrc/misc/granulate/patches/patch-granulate.c:1.1
--- /dev/null Thu Mar 19 14:53:37 2026
+++ pkgsrc/misc/granulate/patches/patch-granulate.c Thu Mar 19 14:53:37 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-granulate.c,v 1.1 2026/03/19 14:53:37 nia Exp $
+
+Fix implicit declaration of strlen(3).
+
+--- granulate.c.orig 2026-03-19 14:42:06.304999535 +0000
++++ granulate.c
+@@ -28,6 +28,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #define BUFSIZE 1024
+ #define RADIX 26
Home |
Main Index |
Thread Index |
Old Index