On Wed, Jul 25, 2007 at 07:18:37PM -0500, Craig Boston wrote:
> Is anyone else seeing broken modifier keys (specifically the Win key)
> with the new xkeyboard-config in ports, or is it just me?

It's not just you. I have posted the following patch to the
ports/114876 PR [1], which fixes the issue:

diff -urp /usr/ports/x11/xkeyboard-config/Makefile x11/xkeyboard-config/Makefile
--- /usr/ports/x11/xkeyboard-config/Makefile    2007-07-24 16:11:49.000000000 
+0200
+++ x11/xkeyboard-config/Makefile       2007-07-26 15:19:29.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=      xkeyboard-config
 PORTVERSION=   1.0
+PORTREVISION=  1
 CATEGORIES=    x11
 MASTER_SITES=  http://xlibs.freedesktop.org/xkbdesc/
 DISTNAME=      xkeyboard-config-${PORTVERSION}
@@ -31,5 +32,6 @@ CONFIGURE_ARGS+=      --with-xkb-base=${PREFI
 
 post-install:
        ${MKDIR} /var/lib/xkb
+       ${MKDIR} ${PREFIX}/share/X11/xkb/compiled
 
 .include <bsd.port.mk>
diff -urp /usr/ports/x11/xkeyboard-config/pkg-plist 
x11/xkeyboard-config/pkg-plist
--- /usr/ports/x11/xkeyboard-config/pkg-plist   2007-07-24 16:11:49.000000000 
+0200
+++ x11/xkeyboard-config/pkg-plist      2007-07-26 15:28:57.000000000 +0200
@@ -289,7 +289,9 @@ share/X11/xkb/types/pc
 share/X11/xkb/types/README
 share/X11/xkb/xkbcomp
 @exec mkdir -p /var/lib/xkb
[EMAIL PROTECTED] mkdir -p %D/share/X11/xkb/compiled
 @dirrm share/X11/xkb/compat
[EMAIL PROTECTED] share/X11/xkb/compiled
 @dirrm share/X11/xkb/geometry/digital_vndr
 @dirrm share/X11/xkb/geometry/sgi_vndr
 @dirrm share/X11/xkb/geometry


Regards,
Brix

[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=114876
-- 
Henrik Brix Andersen <[EMAIL PROTECTED]>

Attachment: pgpZ7bsXapkek.pgp
Description: PGP signature

Reply via email to