pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/9wm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 17:23:12 UTC 2024

Modified Files:
        pkgsrc/wm/9wm: distinfo
        pkgsrc/wm/9wm/patches: patch-9wm.c

Log Message:
9wm: Include missing <sys/time.h> for struct timeval


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/wm/9wm/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/9wm/patches/patch-9wm.c

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

Modified files:

Index: pkgsrc/wm/9wm/distinfo
diff -u pkgsrc/wm/9wm/distinfo:1.9 pkgsrc/wm/9wm/distinfo:1.10
--- pkgsrc/wm/9wm/distinfo:1.9  Wed May 18 19:48:23 2022
+++ pkgsrc/wm/9wm/distinfo      Thu Oct 10 17:23:12 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2022/05/18 19:48:23 nikita Exp $
+$NetBSD: distinfo,v 1.10 2024/10/10 17:23:12 nia Exp $
 
 BLAKE2s (9wm-1.4.2.tar.gz) = c0b70605bae374d6bdb8603b1e064bdf95291331425d2bec753697bf9ccfe191
 SHA512 (9wm-1.4.2.tar.gz) = 4ea27b4a0851519fd1a8ccbd9e4c19addd592a2cd0a5dd1b077661564594b1ceb653cd8ec304ee56654cefa922514a02b041ad3d3639ef43efdb830cdec7485e
 Size (9wm-1.4.2.tar.gz) = 22099 bytes
-SHA1 (patch-9wm.c) = 0e3c31b6cd872426a9be8b9e27294eee83da9712
+SHA1 (patch-9wm.c) = 0e6239c352269fe5800a5d9c8fe7eaf449fe84f6
 SHA1 (patch-grab.c) = 931076087bb8ee4b83c7a52ef52ac36ce7b69d22

Index: pkgsrc/wm/9wm/patches/patch-9wm.c
diff -u pkgsrc/wm/9wm/patches/patch-9wm.c:1.1 pkgsrc/wm/9wm/patches/patch-9wm.c:1.2
--- pkgsrc/wm/9wm/patches/patch-9wm.c:1.1       Sat Jan 18 21:40:24 2020
+++ pkgsrc/wm/9wm/patches/patch-9wm.c   Thu Oct 10 17:23:12 2024
@@ -1,14 +1,16 @@
-$NetBSD: patch-9wm.c,v 1.1 2020/01/18 21:40:24 nia Exp $
+$NetBSD: patch-9wm.c,v 1.2 2024/10/10 17:23:12 nia Exp $
 
 Include sys/select.h for select(2)
+Include sys/time.h for struct timeval
 
---- 9wm.c.orig 2018-04-09 21:35:43.000000000 +0000
+--- 9wm.c.orig 2022-01-19 17:57:32.000000000 +0000
 +++ 9wm.c
-@@ -5,6 +5,7 @@
+@@ -5,6 +5,8 @@
  #include <signal.h>
  #include <errno.h>
  #include <stdlib.h>
 +#include <sys/select.h>
++#include <sys/time.h>
  #include <sys/wait.h>
  #include <X11/X.h>
  #include <X11/Xos.h>



Home | Main Index | Thread Index | Old Index