summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2019-01-23 15:00:15 +0000
committeryouri <youri@pkgsrc.org>2019-01-23 15:00:15 +0000
commit38bd98227e6f1e713b4c545b6d69c34ddb073c64 (patch)
tree8a0414f7af27756552b5bcb09fa0270d213f2732 /wm
parent6a18692c9474b91ad15292028db42c34fbeb199c (diff)
downloadpkgsrc-38bd98227e6f1e713b4c545b6d69c34ddb073c64.tar.gz
Make mate-maximus work.
Diffstat (limited to 'wm')
-rw-r--r--wm/mate-netbook/Makefile4
-rw-r--r--wm/mate-netbook/distinfo3
-rw-r--r--wm/mate-netbook/patches/patch-maximus_xutils.c16
3 files changed, 20 insertions, 3 deletions
diff --git a/wm/mate-netbook/Makefile b/wm/mate-netbook/Makefile
index e339c1235c0..638b7f46156 100644
--- a/wm/mate-netbook/Makefile
+++ b/wm/mate-netbook/Makefile
@@ -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 --git a/wm/mate-netbook/distinfo b/wm/mate-netbook/distinfo
index 4fc0ad22026..b9e54af80b7 100644
--- a/wm/mate-netbook/distinfo
+++ b/wm/mate-netbook/distinfo
@@ -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 --git a/wm/mate-netbook/patches/patch-maximus_xutils.c b/wm/mate-netbook/patches/patch-maximus_xutils.c
new file mode 100644
index 00000000000..c51e1b55a22
--- /dev/null
+++ b/wm/mate-netbook/patches/patch-maximus_xutils.c
@@ -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;
+