pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xdemineur



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Wed Nov 12 05:28:20 UTC 2025

Modified Files:
        pkgsrc/games/xdemineur: Makefile distinfo
Added Files:
        pkgsrc/games/xdemineur/patches: patch-main.c patch-xdemineur.c

Log Message:
Include <string.h> as needed - gcc14


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/games/xdemineur/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/xdemineur/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/xdemineur/patches/patch-main.c \
    pkgsrc/games/xdemineur/patches/patch-xdemineur.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/xdemineur/Makefile
diff -u pkgsrc/games/xdemineur/Makefile:1.28 pkgsrc/games/xdemineur/Makefile:1.29
--- pkgsrc/games/xdemineur/Makefile:1.28        Sat Oct  6 11:55:00 2012
+++ pkgsrc/games/xdemineur/Makefile     Wed Nov 12 05:28:19 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2012/10/06 11:55:00 asau Exp $
+# $NetBSD: Makefile,v 1.29 2025/11/12 05:28:19 pgoyette Exp $
 #
 
 DISTNAME=      xdemineur-2.1.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=games/}
 

Index: pkgsrc/games/xdemineur/distinfo
diff -u pkgsrc/games/xdemineur/distinfo:1.6 pkgsrc/games/xdemineur/distinfo:1.7
--- pkgsrc/games/xdemineur/distinfo:1.6 Tue Oct 26 10:44:32 2021
+++ pkgsrc/games/xdemineur/distinfo     Wed Nov 12 05:28:19 2025
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:44:32 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/11/12 05:28:19 pgoyette Exp $
 
 BLAKE2s (xdemineur-2.1.1.tar.gz) = 588c6597a47cfda1e86d91cd3b7c1e9a208c1b16e665b27c8939d9bb48d2a33a
 SHA512 (xdemineur-2.1.1.tar.gz) = 0298f0529f20f70372812771218568df3fe3e6a1b4003d7c23fe6f17a3b37512b97b9546c9f7e5755421e923ab0cf3bdbf0094dba99310d133439396a12ad684
 Size (xdemineur-2.1.1.tar.gz) = 15633 bytes
 SHA1 (patch-aa) = fd0cd8a55fb85c30c0b566b653f375d7ae2bfef6
+SHA1 (patch-main.c) = 9aa04dca87387f733b8d1097742dff3dfd76e302
+SHA1 (patch-xdemineur.c) = 5df4af5cc6058bd5a656ca8ae59c3df880355fbd

Added files:

Index: pkgsrc/games/xdemineur/patches/patch-main.c
diff -u /dev/null pkgsrc/games/xdemineur/patches/patch-main.c:1.1
--- /dev/null   Wed Nov 12 05:28:20 2025
+++ pkgsrc/games/xdemineur/patches/patch-main.c Wed Nov 12 05:28:20 2025
@@ -0,0 +1,10 @@
+--- main.c.orig        1999-08-01 13:57:46.000000000 -0700
++++ main.c     2025-11-11 21:22:02.926660266 -0800
+@@ -19,6 +19,7 @@
+ #include <signal.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <sysexits.h>
+ #include <time.h>
+ 
Index: pkgsrc/games/xdemineur/patches/patch-xdemineur.c
diff -u /dev/null pkgsrc/games/xdemineur/patches/patch-xdemineur.c:1.1
--- /dev/null   Wed Nov 12 05:28:20 2025
+++ pkgsrc/games/xdemineur/patches/patch-xdemineur.c    Wed Nov 12 05:28:20 2025
@@ -0,0 +1,10 @@
+--- xdemineur.c.orig   2025-11-11 21:18:56.344085309 -0800
++++ xdemineur.c        2025-11-11 21:17:29.968673309 -0800
+@@ -19,6 +19,7 @@
+ #include <errno.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <sysexits.h>
+ #include <unistd.h>
+ 



Home | Main Index | Thread Index | Old Index