pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/herbstluftwm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 17:08:25 UTC 2024

Modified Files:
        pkgsrc/wm/herbstluftwm: distinfo
Added Files:
        pkgsrc/wm/herbstluftwm/patches: patch-src_xmainloop.cpp

Log Message:
herbstluftwm: illumos needs string.h for FD_ZERO


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/herbstluftwm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/herbstluftwm/patches/patch-src_xmainloop.cpp

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

Modified files:

Index: pkgsrc/wm/herbstluftwm/distinfo
diff -u pkgsrc/wm/herbstluftwm/distinfo:1.12 pkgsrc/wm/herbstluftwm/distinfo:1.13
--- pkgsrc/wm/herbstluftwm/distinfo:1.12        Mon Aug  1 14:37:07 2022
+++ pkgsrc/wm/herbstluftwm/distinfo     Thu Oct 10 17:08:25 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2022/08/01 14:37:07 pin Exp $
+$NetBSD: distinfo,v 1.13 2024/10/10 17:08:25 nia Exp $
 
 BLAKE2s (herbstluftwm-0.9.5.tar.gz) = 8eabb56323356a3e086edb063fc588a591a68dc9316d9f73f610ae3223c0e9c6
 SHA512 (herbstluftwm-0.9.5.tar.gz) = a85fd1ab16b873f512d6965cc4a93524e3ed4a15079d0d4ee54012e217bd41db3b54729c1b30ee361c34b38799f95bc537099056ba7a5f791bf2be6724bc92c3
 Size (herbstluftwm-0.9.5.tar.gz) = 556773 bytes
 SHA1 (patch-CMakeLists.txt) = d373394ad059eb455e2e5abc1feea0e21f1b53e6
+SHA1 (patch-src_xmainloop.cpp) = 2cc2272c2f26707aa422ec7e51723b14c91fe802

Added files:

Index: pkgsrc/wm/herbstluftwm/patches/patch-src_xmainloop.cpp
diff -u /dev/null pkgsrc/wm/herbstluftwm/patches/patch-src_xmainloop.cpp:1.1
--- /dev/null   Thu Oct 10 17:08:25 2024
+++ pkgsrc/wm/herbstluftwm/patches/patch-src_xmainloop.cpp      Thu Oct 10 17:08:25 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_xmainloop.cpp,v 1.1 2024/10/10 17:08:25 nia Exp $
+
+illumos needs string.h for FD_ZERO.
+
+error: 'memset' was not declared in this scope
+  194 |         FD_ZERO(&in_fds);
+
+--- src/xmainloop.cpp.orig     2024-10-10 17:01:28.487070309 +0000
++++ src/xmainloop.cpp
+@@ -7,6 +7,7 @@
+ #include <sys/wait.h>
+ #include <iostream>
+ #include <memory>
++#include <cstring>
+ 
+ #include "client.h"
+ #include "clientmanager.h"



Home | Main Index | Thread Index | Old Index