Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id B2C0163B293 for ; Fri, 9 May 2008 04:02:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5E4B063B14C; Fri, 9 May 2008 04:02:01 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 850DC63B14B for ; Fri, 9 May 2008 04:01:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E0A4E175D0; Fri, 9 May 2008 04:01:55 +0000 (UTC) From: Blair Sadewitz Subject: CVS commit: pkgsrc/x11/xkbcomp To: pkgsrc-changes@NetBSD.org Reply-To: bjs@netbsd.org Message-Id: <20080509040155.E0A4E175D0@cvs.netbsd.org> Date: Fri, 9 May 2008 04:01:55 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: bjs Date: Fri May 9 04:01:55 UTC 2008 Modified Files: pkgsrc/x11/xkbcomp: Makefile distinfo Log Message: Update to xkbcomp 1.0.5. commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d Author: Daniel Stone Date: Thu Apr 17 00:52:29 2008 +0300 Don't scan paths which make NO SENSE WHATSOEVER TO SCAN Hey, I wonder if we have XKB files in our directory! I wonder if we haven't bothered with a structure, and let's try to open a file called 'misc' in someone's home directory! What a surprise, it's not a valid XKB file! Let's fail miserably! SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR. commit a3a05fd489a9a35942a4419c537634e796dbebd1 Author: Daniel Stone Date: Thu Apr 17 00:50:07 2008 +0300 xkbcomp: Take a device ID argument Allows the user to set maps (or whatever) on arbitrary devices. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pkgsrc/x11/xkbcomp/Makefile cvs rdiff -r1.3 -r1.4 pkgsrc/x11/xkbcomp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.