On Wed, 2009-04-08 at 10:33 -0500, Robert Noland wrote:
> On Wed, 2009-04-08 at 18:01 +0400, subbsd wrote:
> > Hello, 
> > 
> > i also update this ports today:
> > xf86-input-keyboard-1.3.2_1
> > xkeyboard-config-1.5
> 
> Ok, I'm betting on xkeyboard-config.  Let me have a look.

Can you test this patch?

robert.

> robert.
> 
> > and lose kbd switch functionality too after reload X
> > 
> > On Wednesday 08 April 2009 17:53:05 Dominic Fandrey wrote:
> > > Ater the recent Xorg related upgrades, I can no longer set a German
> > > keyboard layout.
> > >
> > > > setxkbmap de
> > >
> > > Couldn't interpret _XKB_RULES_NAMES property
> > > Use defaults: rules - 'xorg' model - 'pc105' layout - 'us'
> > > Error loading new keyboard description
> > >
> > > Even though it says all back to us, even a lot o us keys do not work any
> > > more. You might have recognized some missing letters, here.
> > >
> > > Also there is a 30% perormance loss in ioquake3.
> > > _______________________________________________
> > > freebsd-ports@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> > 
> > 
> > _______________________________________________
> > freebsd-ports@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
-- 
Robert Noland <rnol...@freebsd.org>
FreeBSD
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xkeyboard-config/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	8 Apr 2009 03:12:30 -0000	1.13
+++ Makefile	8 Apr 2009 15:51:50 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	xkeyboard-config
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xlibs.freedesktop.org/xkbdesc/
 DISTNAME=	xkeyboard-config-${PORTVERSION}
@@ -39,7 +40,7 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \
+	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' -e 's|==|=|g' \
 		${WRKSRC}/rules/merge.sh
 
 post-install:

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to