I'm want to commit this today any ok? :) On Fri, Aug 31, 2012 at 04:33:18PM -0300, Gonzalo L. R. wrote: ; someone? :) ; ; - x - ; ; From: "Gonzalo L. R." <gonz...@x61.com.ar> ; To: Ports Mailing List <ports@openbsd.org> ; Date: Mon, 27 Aug 2012 13:40:05 -0300 ; Subject: UPDATE: Spectrwm-2.0.2 ; ; Hi, ; ; Update for Spectrwm to 2.0.2: ; ; * complete rewrite using xcb ; * 100% backwards compatible ; * way more responsive and snappy ; * Tons of warts fixed ; * cygwin works again ; * xft fonts ; * Added support for Xcursor. ; * Fixed several fullscreen layout issues. ; * Improved focus handling so related windows are raised when ; appropriate. ; * Fixed several focus issues. ; * Fixed several issues that could cause segfaults. ; * Fixed startup issue where certain windows might not get managed. ; * Fixed delay when moving/resizing windows via keyboard. ; * Fix scan_xrandr to fallback when a scan results in no new regions. ; * Add tilde ~ expansion to autorun command in the config. ; ; Tested on amd64. ; ; Ok? Comments? ; ; ; -- ; Sending from my VCR... ; ; Index: Makefile ; =================================================================== ; RCS file: /cvs/ports/x11/spectrwm/Makefile,v ; retrieving revision 1.3 ; diff -u -p -r1.3 Makefile ; --- Makefile 18 Jul 2012 19:54:56 -0000 1.3 ; +++ Makefile 27 Aug 2012 16:39:28 -0000 ; @@ -4,7 +4,7 @@ COMMENT= small tiling window manager ; ; SHARED_LIBS= swmhack 1.0 ; ; -DISTNAME= spectrwm-1.1.2 ; +DISTNAME= spectrwm-2.0.2 ; EXTRACT_SUFX= .tgz ; CATEGORIES= x11 ; ; @@ -17,7 +17,8 @@ PERMIT_PACKAGE_FTP= Yes ; PERMIT_DISTFILES_CDROM= Yes ; PERMIT_DISTFILES_FTP= Yes ; ; -WANTLIB += c X11 Xrandr Xtst util ; +WANTLIB += X11 X11-xcb Xcursor Xft c util xcb xcb-aux xcb-icccm ; +WANTLIB += xcb-keysyms xcb-randr xcb-xtest ; ; MASTER_SITES= http://opensource.conformal.com/snapshots/spectrwm/ ; ; Index: distinfo ; =================================================================== ; RCS file: /cvs/ports/x11/spectrwm/distinfo,v ; retrieving revision 1.3 ; diff -u -p -r1.3 distinfo ; --- distinfo 18 Jul 2012 19:54:56 -0000 1.3 ; +++ distinfo 27 Aug 2012 16:39:28 -0000 ; @@ -1,2 +1,2 @@ ; -SHA256 (spectrwm-1.1.2.tgz) = BeoR96UZyIhcSNQRJFPO+scYmbCUXQsmzWd7Bsxycwk= ; -SIZE (spectrwm-1.1.2.tgz) = 93088 ; +SHA256 (spectrwm-2.0.2.tgz) = 8cVMCPjYK7Ys8GyU2MKlRwrEAyZZQvwvx2c7RdrvhFE= ; +SIZE (spectrwm-2.0.2.tgz) = 100657 ; ; ; ----- End forwarded message ----- ; ; -- ; Sending from my VCR... ;
-- Sending from my VCR...
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/spectrwm/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 18 Jul 2012 19:54:56 -0000 1.3 +++ Makefile 5 Sep 2012 12:13:30 -0000 @@ -4,7 +4,7 @@ COMMENT= small tiling window manager SHARED_LIBS= swmhack 1.0 -DISTNAME= spectrwm-1.1.2 +DISTNAME= spectrwm-2.0.2 EXTRACT_SUFX= .tgz CATEGORIES= x11 @@ -17,7 +17,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += c X11 Xrandr Xtst util +WANTLIB += X11 X11-xcb Xcursor Xft c util xcb xcb-aux xcb-icccm +WANTLIB += xcb-keysyms xcb-randr xcb-xtest MASTER_SITES= http://opensource.conformal.com/snapshots/spectrwm/ Index: distinfo =================================================================== RCS file: /cvs/ports/x11/spectrwm/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 18 Jul 2012 19:54:56 -0000 1.3 +++ distinfo 5 Sep 2012 12:13:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (spectrwm-1.1.2.tgz) = BeoR96UZyIhcSNQRJFPO+scYmbCUXQsmzWd7Bsxycwk= -SIZE (spectrwm-1.1.2.tgz) = 93088 +SHA256 (spectrwm-2.0.2.tgz) = 8cVMCPjYK7Ys8GyU2MKlRwrEAyZZQvwvx2c7RdrvhFE= +SIZE (spectrwm-2.0.2.tgz) = 100657 Index: patches/patch-spectrwm_c =================================================================== RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-spectrwm_c --- patches/patch-spectrwm_c 9 Jul 2012 21:35:46 -0000 1.2 +++ patches/patch-spectrwm_c 5 Sep 2012 12:13:30 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-spectrwm_c,v 1.2 2012/07/09 21:35:46 gonzalo Exp $ ---- spectrwm.c.orig Tue Jul 3 16:29:31 2012 -+++ spectrwm.c Wed Jul 4 17:47:02 2012 -@@ -197,7 +197,7 @@ u_int32_t swm_debug = 0 +--- spectrwm.c.orig Mon Aug 27 13:13:11 2012 ++++ spectrwm.c Wed Sep 5 08:56:28 2012 +@@ -260,7 +260,7 @@ u_int32_t swm_debug = 0 #define SWM_CONF_KEYMAPPING (1) #ifndef SWM_LIB