pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/evilwm Update evilwm to 0.99.19. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cabe4423e78
branches:  trunk
changeset: 505393:8cabe4423e78
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Jan 03 14:31:36 2006 +0000

description:
Update evilwm to 0.99.19.  Changes:

2005-10-06
        Info window movement made a bit more sensible.
        Don't remove clients from within error handler, instead flag for
        removal.
        While removing client, only reparent to root if window is withdrawn
        or window manager is shutting down (fixes xpdf-in-firefox bug).
        Window close key with shift held will XKillClient().
        LD: Replace logic to decide if we have a shaped window (cribbed from
        fvwm-2.5.10).
        LD: Warp mouse pointer to a visible point in shaped windows.

2005-12-29
        Documentation updates.

diffstat:

 wm/evilwm/Makefile         |   4 ++--
 wm/evilwm/distinfo         |  12 ++++++------
 wm/evilwm/patches/patch-aa |  20 +-------------------
 wm/evilwm/patches/patch-ab |  10 +++++-----
 4 files changed, 14 insertions(+), 32 deletions(-)

diffs (90 lines):

diff -r 462f5a026c11 -r 8cabe4423e78 wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Tue Jan 03 14:31:17 2006 +0000
+++ b/wm/evilwm/Makefile        Tue Jan 03 14:31:36 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2005/06/17 03:50:39 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/01/03 14:31:36 sketch Exp $
 #
 
-DISTNAME=      evilwm-0.99.18
+DISTNAME=      evilwm-0.99.19
 CATEGORIES=    wm x11
 MASTER_SITES=  http://www.6809.org.uk/evilwm/
 
diff -r 462f5a026c11 -r 8cabe4423e78 wm/evilwm/distinfo
--- a/wm/evilwm/distinfo        Tue Jan 03 14:31:17 2006 +0000
+++ b/wm/evilwm/distinfo        Tue Jan 03 14:31:36 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/06/16 22:24:35 kristerw Exp $
+$NetBSD: distinfo,v 1.14 2006/01/03 14:31:36 sketch Exp $
 
-SHA1 (evilwm-0.99.18.tar.gz) = a7f9f2acac87c182752050024bffc52e35aa9614
-RMD160 (evilwm-0.99.18.tar.gz) = 16cb77abf6422b64ea3edee3781fc7623ed4f5d7
-Size (evilwm-0.99.18.tar.gz) = 25688 bytes
-SHA1 (patch-aa) = 400defe9475a1e611073d7fc2e4a91e89ddcebd4
-SHA1 (patch-ab) = be46c316e7727a1b6119724bb7c05cfa074654f2
+SHA1 (evilwm-0.99.19.tar.gz) = 99aa5114c796c4fdf31f3657ece1124296c6ce1e
+RMD160 (evilwm-0.99.19.tar.gz) = e96f15c42830073c151d880d31aa96d247e1b57d
+Size (evilwm-0.99.19.tar.gz) = 25867 bytes
+SHA1 (patch-aa) = 25088e7b64e793fc3c58803000466e2a94cc0402
+SHA1 (patch-ab) = 50d4e0c99108957903e06d62d3776c79a06a279a
diff -r 462f5a026c11 -r 8cabe4423e78 wm/evilwm/patches/patch-aa
--- a/wm/evilwm/patches/patch-aa        Tue Jan 03 14:31:17 2006 +0000
+++ b/wm/evilwm/patches/patch-aa        Tue Jan 03 14:31:36 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 2005/06/07 15:01:09 sketch Exp $
+$NetBSD: patch-aa,v 1.12 2006/01/03 14:31:36 sketch Exp $
 
 --- Makefile.orig      2005-06-02 18:22:49.000000000 +0100
 +++ Makefile   2005-06-07 08:54:32.000000000 +0100
@@ -11,21 +11,3 @@
  
  # To support virtual desktops, uncomment the following line.
  DEFINES += -DVWM
-@@ -56,7 +56,7 @@
- #DEFINES += -DKEY_KILL=XK_q
- 
- # Print whatever debugging messages I've left in this release.
--DEFINES += -DDEBUG    # miscellaneous debugging
-+#DEFINES += -DDEBUG   # miscellaneous debugging
- 
- # ----- You shouldn't need to change anything under this line ------ #
- 
-@@ -64,7 +64,7 @@
- 
- distname = evilwm-$(version)
- 
--DEFINES += -DXDEBUG   # show some X calls
-+#DEFINES += -DXDEBUG  # show some X calls
- 
- DEFINES += -DVERSION=\"$(version)\" $(DEBIAN)
- CFLAGS  += $(INCLUDES) $(DEFINES) -Os -Wall
diff -r 462f5a026c11 -r 8cabe4423e78 wm/evilwm/patches/patch-ab
--- a/wm/evilwm/patches/patch-ab        Tue Jan 03 14:31:17 2006 +0000
+++ b/wm/evilwm/patches/patch-ab        Tue Jan 03 14:31:36 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2005/06/16 22:24:35 kristerw Exp $
+$NetBSD: patch-ab,v 1.4 2006/01/03 14:31:36 sketch Exp $
 
 --- misc.c.orig        Fri Jun 17 00:18:56 2005
 +++ misc.c     Fri Jun 17 00:19:15 2005
-@@ -34,7 +34,6 @@
+@@ -37,7 +37,6 @@
  }
  
  void handle_signal(int signo) {
@@ -10,11 +10,11 @@
        int i;
        /* SIGCHLD check no longer necessary */
        /* Quit Nicely */
-@@ -52,7 +51,6 @@
+@@ -54,7 +53,6 @@
  }
  
  int handle_xerror(Display *dsply, XErrorEvent *e) {
 -      (void)dsply;  /* unused */
-       Client *c = find_client(e->resourceid);
+       Client *c;
  
-       /* If this error actually occurred while setting up the new
+       if (ignore_xerror) {



Home | Main Index | Thread Index | Old Index