pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/i3



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov  6 11:08:52 UTC 2023

Modified Files:
        pkgsrc/wm/i3: distinfo
Added Files:
        pkgsrc/wm/i3/patches: patch-src_config.c

Log Message:
i3: Fix some problems with not including the correct headers.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/wm/i3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/i3/patches/patch-src_config.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/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.31 pkgsrc/wm/i3/distinfo:1.32
--- pkgsrc/wm/i3/distinfo:1.31  Fri Nov  3 08:31:40 2023
+++ pkgsrc/wm/i3/distinfo       Mon Nov  6 11:08:52 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2023/11/03 08:31:40 wiz Exp $
+$NetBSD: distinfo,v 1.32 2023/11/06 11:08:52 nia Exp $
 
 BLAKE2s (i3-4.23.tar.xz) = 7cba7fdc4ccd2898f5409597ecff55b5045cab6edf2d858ccb79309316f9e2ff
 SHA512 (i3-4.23.tar.xz) = 342bd6e9ff952dd2408c9af6e79e0279cb5e7388a510dd461be84a82a5fbedb92fa35065d4b76fd88e392026f2eb4979160891ae468f421935fe5922f58a66ba
@@ -6,4 +6,5 @@ Size (i3-4.23.tar.xz) = 1354628 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46
+SHA1 (patch-src_config.c) = ce89b90fedadb2a025363e772a803e47535df0a7
 SHA1 (patch-src_log.c) = 19b33b43d1716ead4bad36e2afd52ff30af017c1

Added files:

Index: pkgsrc/wm/i3/patches/patch-src_config.c
diff -u /dev/null pkgsrc/wm/i3/patches/patch-src_config.c:1.1
--- /dev/null   Mon Nov  6 11:08:52 2023
+++ pkgsrc/wm/i3/patches/patch-src_config.c     Mon Nov  6 11:08:52 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_config.c,v 1.1 2023/11/06 11:08:52 nia Exp $
+
+Include the correct headers for realpath(3), PATH_MAX.
+
+Should help SunOS.
+
+--- src/config.c.orig  2023-01-02 08:39:00.000000000 +0000
++++ src/config.c
+@@ -12,6 +12,8 @@
+ 
+ #include <libgen.h>
+ #include <unistd.h>
++#include <stdlib.h>
++#include <limits.h>
+ 
+ #include <xkbcommon/xkbcommon.h>
+ 



Home | Main Index | Thread Index | Old Index