pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/mate-netbook



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed Jan 23 15:00:15 UTC 2019

Modified Files:
        pkgsrc/wm/mate-netbook: Makefile distinfo
Added Files:
        pkgsrc/wm/mate-netbook/patches: patch-maximus_xutils.c

Log Message:
Make mate-maximus work.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/mate-netbook/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/mate-netbook/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/mate-netbook/patches/patch-maximus_xutils.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/mate-netbook/Makefile
diff -u pkgsrc/wm/mate-netbook/Makefile:1.12 pkgsrc/wm/mate-netbook/Makefile:1.13
--- pkgsrc/wm/mate-netbook/Makefile:1.12        Wed Jan 16 18:03:39 2019
+++ pkgsrc/wm/mate-netbook/Makefile     Wed Jan 23 15:00:15 2019
@@ -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

Index: pkgsrc/wm/mate-netbook/distinfo
diff -u pkgsrc/wm/mate-netbook/distinfo:1.4 pkgsrc/wm/mate-netbook/distinfo:1.5
--- pkgsrc/wm/mate-netbook/distinfo:1.4 Wed Jan 16 18:03:39 2019
+++ pkgsrc/wm/mate-netbook/distinfo     Wed Jan 23 15:00:15 2019
@@ -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

Added files:

Index: pkgsrc/wm/mate-netbook/patches/patch-maximus_xutils.c
diff -u /dev/null pkgsrc/wm/mate-netbook/patches/patch-maximus_xutils.c:1.1
--- /dev/null   Wed Jan 23 15:00:15 2019
+++ pkgsrc/wm/mate-netbook/patches/patch-maximus_xutils.c       Wed Jan 23 15:00:15 2019
@@ -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