pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/mate-netbook Make mate-maximus work.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5f3e0d2c63
branches:  trunk
changeset: 318311:2f5f3e0d2c63
user:      youri <youri%pkgsrc.org@localhost>
date:      Wed Jan 23 15:00:15 2019 +0000

description:
Make mate-maximus work.

diffstat:

 wm/mate-netbook/Makefile                       |   4 ++--
 wm/mate-netbook/distinfo                       |   3 ++-
 wm/mate-netbook/patches/patch-maximus_xutils.c |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r dbdc8f7c8981 -r 2f5f3e0d2c63 wm/mate-netbook/Makefile
--- a/wm/mate-netbook/Makefile  Wed Jan 23 12:48:54 2019 +0000
+++ b/wm/mate-netbook/Makefile  Wed Jan 23 15:00:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/01/16 18:03:39 youri Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/23 15:00:15 youri Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 VERSION=       1.20.1
diff -r dbdc8f7c8981 -r 2f5f3e0d2c63 wm/mate-netbook/distinfo
--- a/wm/mate-netbook/distinfo  Wed Jan 23 12:48:54 2019 +0000
+++ b/wm/mate-netbook/distinfo  Wed Jan 23 15:00:15 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/01/16 18:03:39 youri Exp $
+$NetBSD: distinfo,v 1.5 2019/01/23 15:00:15 youri Exp $
 
 SHA1 (mate-netbook-1.20.1.tar.xz) = 6521f060d5401c07ed76dff764ff03674cfde76c
 RMD160 (mate-netbook-1.20.1.tar.xz) = 9fe6cefaee6d41eb6d7700a82307fe23a14d4af4
 SHA512 (mate-netbook-1.20.1.tar.xz) = d74b4f1ef16f6406abe2c5108148f6db207643b4b81d86d07c3b2bfe446c8246464c884cf68548e7860a0f328891f87ec7ae5966d1d6ecb6f1593c1ec9c158ae
 Size (mate-netbook-1.20.1.tar.xz) = 310404 bytes
+SHA1 (patch-maximus_xutils.c) = b44ac9b31e25ee1e7b93ffa8b16ac7f6da407e0a
diff -r dbdc8f7c8981 -r 2f5f3e0d2c63 wm/mate-netbook/patches/patch-maximus_xutils.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mate-netbook/patches/patch-maximus_xutils.c    Wed Jan 23 15:00:15 2019 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-maximus_xutils.c,v 1.1 2019/01/23 15:00:15 youri Exp $
+
+Fix segfault.
+
+--- maximus/xutils.c.orig      2018-06-15 10:51:07.000000000 +0000
++++ maximus/xutils.c
+@@ -86,9 +86,6 @@ _wnck_get_wmclass (Window xwindow,
+   
+   retval = NULL;
+ 
+-  if (res_class)
+-    *res_class = NULL;
+-
+   if (res_name)
+     *res_name = NULL;
+   



Home | Main Index | Thread Index | Old Index