pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/i3 i3: update to 4.20.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d27d67f532e4
branches:  trunk
changeset: 769072:d27d67f532e4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 07 13:06:17 2021 +0000

description:
i3: update to 4.20.1.

  • i3bar: fix crash with multiple monitors
  • xmlto: fix broken .TH line by extending title length
  • i3-msg: fix --raw short form (-r) in manpage
  • libi3: add missing sys/stat.h header
  • use getcwd(NULL, 0) instead of GNU extension get_current_dir_name()

diffstat:

 wm/i3/Makefile                           |   4 ++--
 wm/i3/distinfo                           |   9 ++++-----
 wm/i3/patches/patch-src_config__parser.c |  15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (50 lines):

diff -r 3d3e54f32126 -r d27d67f532e4 wm/i3/Makefile
--- a/wm/i3/Makefile    Sun Nov 07 13:01:34 2021 +0000
+++ b/wm/i3/Makefile    Sun Nov 07 13:06:17 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/11/01 20:42:58 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2021/11/07 13:06:17 wiz Exp $
 
-DISTNAME=      i3-4.20
+DISTNAME=      i3-4.20.1
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz
diff -r 3d3e54f32126 -r d27d67f532e4 wm/i3/distinfo
--- a/wm/i3/distinfo    Sun Nov 07 13:01:34 2021 +0000
+++ b/wm/i3/distinfo    Sun Nov 07 13:06:17 2021 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.25 2021/11/01 20:42:58 wiz Exp $
+$NetBSD: distinfo,v 1.26 2021/11/07 13:06:17 wiz Exp $
 
-BLAKE2s (i3-4.20.tar.xz) = c074d6f79095505008a7a9bc80121f402d755c3fe7bfeffeff09f651caf12932
-SHA512 (i3-4.20.tar.xz) = 7b184116664d2c3e097341e8008fea91bdc446a05177f50f5472890289e862fb41a11edc1d2b8d004347ce312219cb3d80c75840d3427330e3f0ee256163c198
-Size (i3-4.20.tar.xz) = 1286300 bytes
+BLAKE2s (i3-4.20.1.tar.xz) = abc705b39b5b3d217ef89aae65f802b288def244bec4824c9d06031d5ca10e66
+SHA512 (i3-4.20.1.tar.xz) = c0f6b991d46180ca470cbb7ab4cf5492552beb9dbf2631c61c8d92d0647106885481962381682e9129f3993d70bc6e5de506da1d32c3710fca64a66d51e8c8ce
+Size (i3-4.20.1.tar.xz) = 1284984 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-libi3_create__socket.c) = 2e2dbf245b8e34fbbb94a734faa6a31db0bf83db
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46
-SHA1 (patch-src_config__parser.c) = 36b511cc3efc9ed9d3baf6a9f90197915bae4bfb
 SHA1 (patch-src_log.c) = 19b33b43d1716ead4bad36e2afd52ff30af017c1
diff -r 3d3e54f32126 -r d27d67f532e4 wm/i3/patches/patch-src_config__parser.c
--- a/wm/i3/patches/patch-src_config__parser.c  Sun Nov 07 13:01:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_config__parser.c,v 1.1 2021/11/01 20:42:58 wiz Exp $
-
-NetBSD does not provide get_current_dir_name().
-
---- src/config_parser.c.orig   2021-10-19 06:37:59.902370500 +0000
-+++ src/config_parser.c
-@@ -864,7 +864,7 @@ parse_file_result_t parse_file(struct pa
-     FILE *fstr;
-     char buffer[4096], key[512], value[4096], *continuation = NULL;
- 
--    char *old_dir = get_current_dir_name();
-+    char *old_dir = getwd(NULL);
-     char *dir = NULL;
-     /* dirname(3) might modify the buffer, so make a copy: */
-     char *dirbuf = sstrdup(f);


Home | Main Index | Thread Index | Old Index