Date: Thu, 26 Jul 2007 19:56:15 +0200 From: Henrik Brix Andersen <henrik@brixandersen.dk> To: Craig Boston <craig@yekse.gank.org>, freebsd-ports@freebsd.org, pav@freebsd.org Subject: Re: xkeyboard-config-1.0 breaks modifiers? Message-ID: <20070726175615.GB1172@tirith.brixandersen.dk> In-Reply-To: <20070726001837.GA56283@nowhere> References: <20070726001837.GA56283@nowhere>
next in thread | previous in thread | raw e-mail | index | archive | help
--eJnRUKwClWJh1Khz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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/Mak= efile --- /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 @@ =20 PORTNAME=3D xkeyboard-config PORTVERSION=3D 1.0 +PORTREVISION=3D 1 CATEGORIES=3D x11 MASTER_SITES=3D http://xlibs.freedesktop.org/xkbdesc/ DISTNAME=3D xkeyboard-config-${PORTVERSION} @@ -31,5 +32,6 @@ CONFIGURE_ARGS+=3D --with-xkb-base=3D${PREFI =20 post-install: ${MKDIR} /var/lib/xkb + ${MKDIR} ${PREFIX}/share/X11/xkb/compiled =20 .include <bsd.port.mk> diff -urp /usr/ports/x11/xkeyboard-config/pkg-plist x11/xkeyboard-config/pk= g-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 +@exec mkdir -p %D/share/X11/xkb/compiled @dirrm share/X11/xkb/compat +@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=3D114876 --=20 Henrik Brix Andersen <henrik@brixandersen.dk> --eJnRUKwClWJh1Khz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGqOA+v+Q4flTiePgRAiQ1AJ9/dFelPkp9ZSnjCVG4uVt7GTiShwCdE08c SWhT2mPgNtWx8/Qx5Ti3/DI= =bHjb -----END PGP SIGNATURE----- --eJnRUKwClWJh1Khz--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070726175615.GB1172>