pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xroads



Module Name:    pkgsrc
Committed By:   mrg
Date:           Mon Sep 29 20:44:50 UTC 2025

Modified Files:
        pkgsrc/games/xroads: distinfo
Added Files:
        pkgsrc/games/xroads/patches: patch-fileops.c patch-screens.c

Log Message:
include <stdlib.h> for exit(3) and <string.h> for strlen(3).  found by GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/xroads/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/xroads/patches/patch-fileops.c \
    pkgsrc/games/xroads/patches/patch-screens.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xroads/distinfo
diff -u pkgsrc/games/xroads/distinfo:1.10 pkgsrc/games/xroads/distinfo:1.11
--- pkgsrc/games/xroads/distinfo:1.10   Tue Oct 26 10:44:35 2021
+++ pkgsrc/games/xroads/distinfo        Mon Sep 29 20:44:50 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:44:35 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/09/29 20:44:50 mrg Exp $
 
 BLAKE2s (xroads-v0.5.tar.gz) = 35cf3849ce4361cda2a7142453d14ba3f8a2973452c68e0db7e6b30c84ac7fbd
 SHA512 (xroads-v0.5.tar.gz) = 1685a8487da8391ca132535f98720e7f2312d088a68213f80105444d7bd5895ddd77344e3c57106ddd5ee60db1392ee7cb0c0d7be0f13b82e5b1e8014b9c01fa
@@ -8,3 +8,5 @@ SHA1 (patch-ab) = f22b139e84c4e2d4d9d190
 SHA1 (patch-ac) = 19c91236e36cced0c26f527fdc99a565dfdb245f
 SHA1 (patch-ad) = eb76c3ee57d8b18f70e7f8bcd41d96d5e1dd4dad
 SHA1 (patch-ae) = 7770ab7e6fec64d836f3ed886e1709dab508d9c5
+SHA1 (patch-fileops.c) = fa76483d3056df5e55abd13996da0479aefe30fa
+SHA1 (patch-screens.c) = 7efa669076da210fdcb8f9c41e8a6ecfcc2ccf32

Added files:

Index: pkgsrc/games/xroads/patches/patch-fileops.c
diff -u /dev/null pkgsrc/games/xroads/patches/patch-fileops.c:1.1
--- /dev/null   Mon Sep 29 20:44:50 2025
+++ pkgsrc/games/xroads/patches/patch-fileops.c Mon Sep 29 20:44:50 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-fileops.c,v 1.1 2025/09/29 20:44:50 mrg Exp $
+
+--- fileops.c.orig     1999-06-30 11:25:02.000000000 -0700
++++ fileops.c  2025-09-26 12:44:17.572457897 -0700
+@@ -35,6 +35,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <limits.h>
++#include <stdlib.h>
+ 
+ extern maze_t maze;
+ extern char xrmpath[80];
Index: pkgsrc/games/xroads/patches/patch-screens.c
diff -u /dev/null pkgsrc/games/xroads/patches/patch-screens.c:1.1
--- /dev/null   Mon Sep 29 20:44:50 2025
+++ pkgsrc/games/xroads/patches/patch-screens.c Mon Sep 29 20:44:50 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-screens.c,v 1.1 2025/09/29 20:44:50 mrg Exp $
+
+--- screens.c.orig     1999-06-30 11:25:02.000000000 -0700
++++ screens.c  2025-09-26 12:45:30.940708475 -0700
+@@ -37,6 +37,7 @@
+    /* Misc. */
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ 
+ #if defined HALFSIZE
+ #define MULT 0.5



Home | Main Index | Thread Index | Old Index