xkeyboard-config-1.0 breaks modifiers?

Henrik Brix Andersen henrik at brixandersen.dk
Thu Jul 26 17:56:17 UTC 2007


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
+ at exec mkdir -p %D/share/X11/xkb/compiled
 @dirrm share/X11/xkb/compat
+ at dirrm 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 <henrik at brixandersen.dk>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 209 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20070726/7e54f90b/attachment.pgp


More information about the freebsd-ports mailing list