Hi, I patched the evilwm port to match the current version 1.0.0.
I hope you could test this patch and update the port in the openbsd tree. Maintainer did not respond to earlier mail. Regard Robert -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? FreeBSD: Are you guys coming or what? OpenBSD: Hey guys you left some holes out there!
diff -uNr evilwm.org/Makefile evilwm/Makefile --- evilwm.org/Makefile Fri Dec 29 02:08:32 2006 +++ evilwm/Makefile Thu Nov 1 23:40:01 2007 @@ -2,7 +2,7 @@ COMMENT= "minimalist window manager for the X Window System" -DISTNAME= evilwm-0.99.25 +DISTNAME= evilwm-1.0.0 CATEGORIES= x11 HOMEPAGE= http://www.6809.org.uk/evilwm/ diff -uNr evilwm.org/distinfo evilwm/distinfo --- evilwm.org/distinfo Fri Apr 27 20:48:33 2007 +++ evilwm/distinfo Thu Nov 1 23:51:00 2007 @@ -1,5 +1,5 @@ -MD5 (evilwm-0.99.25.tar.gz) = lWIT+Spw0VS7+FmH/9BauA== -RMD160 (evilwm-0.99.25.tar.gz) = pAZB2aZJtW9mDyUAiq9sIla9SUM= -SHA1 (evilwm-0.99.25.tar.gz) = M+p/cDrw3P/cvCB1oA5cXdn8pR0= -SHA256 (evilwm-0.99.25.tar.gz) = 6uZtQl4AFU/LuL1sBP8yP1Qoyt2gtzu2MOlitXImyNs= -SIZE (evilwm-0.99.25.tar.gz) = 29344 +MD5 (evilwm-1.0.0.tar.gz) = aa66a68f54dda48ff3bcef23ea852e59 +RMD160 (evilwm-1.0.0.tar.gz) = dc80217e10b621deb0ea745bcf740b1bf5847492 +SHA1 (evilwm-1.0.0.tar.gz) = a3fce3a06879d511ca6fed5f8b1d176b08a4bd26 +SHA256 (evilwm-1.0.0.tar.gz) = 79d227f3af36eb621d6aa9b76d6270cd0bd31aeb5f9c1014723b2bb54fd37dc8 +SIZE (evilwm-1.0.0.tar.gz) = 30048 diff -uNr evilwm.org/patches/patch-Makefile evilwm/patches/patch-Makefile --- evilwm.org/patches/patch-Makefile Tue Aug 1 12:24:42 2006 +++ evilwm/patches/patch-Makefile Thu Nov 1 23:54:48 2007 @@ -1,7 +1,7 @@ ---- Makefile.orig Mon Feb 20 16:30:31 2006 -+++ Makefile Sun Apr 2 12:57:56 2006 -@@ -63,7 +63,7 @@ distname = evilwm-$(version) - #DEFINES += -DXDEBUG # show some X calls +--- Makefile.orig Mon Jun 18 20:29:22 2007 ++++ Makefile Thu Nov 1 23:52:48 2007 +@@ -71,7 +71,7 @@ + #DEFINES += -DXDEBUG # show some X calls DEFINES += -DVERSION=\"$(version)\" $(DEBIAN) -CFLAGS += $(INCLUDES) $(DEFINES) -Os -Wall