xkeyboard-config-1.0 breaks modifiers?

Henrik Brix Andersen henrik at brixandersen.dk
Fri Jul 27 09:10:41 UTC 2007


On Fri, Jul 27, 2007 at 01:00:35AM +0200, Pav Lucistnik wrote:
> Could you test the fix from ports/114924 ? Looks like a cleaner fix to
> me.

Sure - that works as well. Here is an updated patch:

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-27 10:58:51.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
+	${LN} -s /var/lib/xkb ${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-27 11:04:44.000000000 +0200
@@ -18,6 +18,7 @@ share/X11/xkb/compat/pc98
 share/X11/xkb/compat/xfree86
 share/X11/xkb/compat/xtest
 share/X11/xkb/compat/README
+share/X11/xkb/compiled
 share/X11/xkb/geometry/digital_vndr/lk
 share/X11/xkb/geometry/digital_vndr/pc
 share/X11/xkb/geometry/digital_vndr/unix


Regards,
Brix
-- 
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/20070727/b8574a31/attachment.pgp


More information about the freebsd-ports mailing list