From 6f1fa75db5b8715ccd5107e6d470d1c7542ba6a6 Mon Sep 17 00:00:00 2001 From: tonio Date: Thu, 26 Jan 2006 21:40:22 +0000 Subject: Update wm/evilwm to 0.99.21 Changelog: - Removed dependency on Motif header files: supply just as much hint structure information as is necessary to interpret Motif hints. - Switch to using a window border for frame's colour, don't touch frame background. This allows aterm's "fast transparency" to work. - various bug fixes, and code improvements --- wm/evilwm/Makefile | 4 ++-- wm/evilwm/distinfo | 11 +++++------ wm/evilwm/patches/patch-aa | 13 ------------- wm/evilwm/patches/patch-ab | 10 +++++----- 4 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 wm/evilwm/patches/patch-aa (limited to 'wm') diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index c1334a3f874..a1e1db05337 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/01/03 14:31:36 sketch Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/26 21:40:22 tonio Exp $ # -DISTNAME= evilwm-0.99.19 +DISTNAME= evilwm-0.99.21 CATEGORIES= wm x11 MASTER_SITES= http://www.6809.org.uk/evilwm/ diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo index 00d6550baa2..d40de5c48ef 100644 --- a/wm/evilwm/distinfo +++ b/wm/evilwm/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.14 2006/01/03 14:31:36 sketch Exp $ +$NetBSD: distinfo,v 1.15 2006/01/26 21:40:22 tonio Exp $ -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 +SHA1 (evilwm-0.99.21.tar.gz) = 9bf27904392d2bec6eb3632f8550970717f5bebe +RMD160 (evilwm-0.99.21.tar.gz) = 88dce91a40ca858b2ef75c2dd081eb2fc25cc602 +Size (evilwm-0.99.21.tar.gz) = 26546 bytes +SHA1 (patch-ab) = 8a8d1af2595750c5b58e238b5cc5e2bdfac16eeb diff --git a/wm/evilwm/patches/patch-aa b/wm/evilwm/patches/patch-aa deleted file mode 100644 index 477011d01f4..00000000000 --- a/wm/evilwm/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$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 -@@ -25,7 +25,7 @@ - - # Use Motif hints to find if a window should be borderless. - # To use this option, you need to have the Motif development files installed. --DEFINES += -DMWM_HINTS -+#DEFINES += -DMWM_HINTS - - # To support virtual desktops, uncomment the following line. - DEFINES += -DVWM diff --git a/wm/evilwm/patches/patch-ab b/wm/evilwm/patches/patch-ab index f859f672e1f..ae6d03b3caf 100644 --- a/wm/evilwm/patches/patch-ab +++ b/wm/evilwm/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.4 2006/01/03 14:31:36 sketch Exp $ +$NetBSD: patch-ab,v 1.5 2006/01/26 21:40:22 tonio Exp $ ---- misc.c.orig Fri Jun 17 00:18:56 2005 -+++ misc.c Fri Jun 17 00:19:15 2005 -@@ -37,7 +37,6 @@ +--- misc.c.orig 2006-01-12 12:11:28.000000000 +0100 ++++ misc.c +@@ -37,7 +37,6 @@ void spawn(const char *const cmd[]) { } void handle_signal(int signo) { @@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.4 2006/01/03 14:31:36 sketch Exp $ int i; /* SIGCHLD check no longer necessary */ /* Quit Nicely */ -@@ -54,7 +53,6 @@ +@@ -54,7 +53,6 @@ void handle_signal(int signo) { } int handle_xerror(Display *dsply, XErrorEvent *e) { -- cgit v1.2.3