pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/locktests
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 17 15:00:29 UTC 2026
Modified Files:
pkgsrc/devel/locktests: distinfo
Added Files:
pkgsrc/devel/locktests/patches: patch-locktests.c
Log Message:
locktests: Fix building with recent GCC.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/locktests/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/locktests/patches/patch-locktests.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/locktests/distinfo
diff -u pkgsrc/devel/locktests/distinfo:1.4 pkgsrc/devel/locktests/distinfo:1.5
--- pkgsrc/devel/locktests/distinfo:1.4 Tue Oct 26 10:15:32 2021
+++ pkgsrc/devel/locktests/distinfo Tue Mar 17 15:00:29 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:32 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/03/17 15:00:29 nia Exp $
BLAKE2s (locktests.tar.gz) = f30bbb58adbeed8aef5f00abd76c220e5b606c74e45599316395cd909ea19784
SHA512 (locktests.tar.gz) = 908bed15535f3329e5f5f7833ff5f993cb69a5242c532372f9fbe4bfadf6e76efa67f877b0dad22c481336eed11eb5d2d01dd37d3910c8be6965e4cf07525533
Size (locktests.tar.gz) = 12354 bytes
+SHA1 (patch-locktests.c) = 3ec2f92c053c128427ff23d90d65089244b7a786
Added files:
Index: pkgsrc/devel/locktests/patches/patch-locktests.c
diff -u /dev/null pkgsrc/devel/locktests/patches/patch-locktests.c:1.1
--- /dev/null Tue Mar 17 15:00:29 2026
+++ pkgsrc/devel/locktests/patches/patch-locktests.c Tue Mar 17 15:00:29 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-locktests.c,v 1.1 2026/03/17 15:00:29 nia Exp $
+
+Recent GCC no longer likes implicit int.
+
+--- locktests.c.orig 2026-03-17 14:51:47.381002077 +0000
++++ locktests.c
+@@ -390,7 +390,7 @@ void selectTest(int n, struct s_test *te
+ test->type=lockSuiv(n);
+ }
+
+-void rapport(clnt){
++void rapport(int clnt){
+ int i;
+ printf("\n%s number : %d\n", eType, clnt);
+ printf("%s number running test successfully :\n",eType);
Home |
Main Index |
Thread Index |
Old Index