pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ldpc
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 14:25:32 UTC 2026
Modified Files:
pkgsrc/devel/ldpc: distinfo
Added Files:
pkgsrc/devel/ldpc/patches: patch-distrib.c patch-make-gen.c
Log Message:
ldpc: Fix implicit function declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ldpc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ldpc/patches/patch-distrib.c \
pkgsrc/devel/ldpc/patches/patch-make-gen.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/ldpc/distinfo
diff -u pkgsrc/devel/ldpc/distinfo:1.6 pkgsrc/devel/ldpc/distinfo:1.7
--- pkgsrc/devel/ldpc/distinfo:1.6 Tue Oct 26 10:15:13 2021
+++ pkgsrc/devel/ldpc/distinfo Tue Mar 17 14:25:31 2026
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:15:13 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/17 14:25:31 nia Exp $
BLAKE2s (LDPC-2006-02-08.tar.gz) = b1c0a90b9b727549d5461e2afe899f398a3e98843c4c3f7ecc0e87a957e0b5e7
SHA512 (LDPC-2006-02-08.tar.gz) = a059b8749112a24ac7f267347abd368055f2574229e9f27202e2fb6d8af148f0900a2aec034c670f895d40eefa9d9a3b5eb81748352b7d7c469dde628b5474b3
Size (LDPC-2006-02-08.tar.gz) = 405064 bytes
SHA1 (patch-aa) = 0be0a5f4b23fc002927f3844b98dc1d7767abae1
+SHA1 (patch-distrib.c) = a7ff09c8156f8a943a14abcdec5675068cd0fff2
+SHA1 (patch-make-gen.c) = b8c1fed837ce730a5a47b637c78fb08cca6309d8
Added files:
Index: pkgsrc/devel/ldpc/patches/patch-distrib.c
diff -u /dev/null pkgsrc/devel/ldpc/patches/patch-distrib.c:1.1
--- /dev/null Tue Mar 17 14:25:32 2026
+++ pkgsrc/devel/ldpc/patches/patch-distrib.c Tue Mar 17 14:25:31 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-distrib.c,v 1.1 2026/03/17 14:25:31 nia Exp $
+
+Fix implicit declaration of sscanf(3), sprintf(3).
+
+--- distrib.c.orig 2026-03-17 14:13:58.706707800 +0000
++++ distrib.c
+@@ -13,6 +13,7 @@
+ * application. All use of these programs is entirely at the user's own risk.
+ */
+
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
+ #include <string.h>
Index: pkgsrc/devel/ldpc/patches/patch-make-gen.c
diff -u /dev/null pkgsrc/devel/ldpc/patches/patch-make-gen.c:1.1
--- /dev/null Tue Mar 17 14:25:32 2026
+++ pkgsrc/devel/ldpc/patches/patch-make-gen.c Tue Mar 17 14:25:32 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-make-gen.c,v 1.1 2026/03/17 14:25:32 nia Exp $
+
+Fix implicit declaration of strcmp(3).
+
+--- make-gen.c.orig 2026-03-17 14:14:59.772104189 +0000
++++ make-gen.c
+@@ -15,6 +15,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <math.h>
+
+ #include "alloc.h"
Home |
Main Index |
Thread Index |
Old Index