Date: Fri, 12 Sep 2014 17:16:39 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368048 - in head/x11-drivers/xf86-input-keyboard: . files Message-ID: <201409121716.s8CHGdoo051869@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Fri Sep 12 17:16:39 2014 New Revision: 368048 URL: http://svnweb.freebsd.org/changeset/ports/368048 QAT: https://qat.redports.org/buildarchive/r368048/ Log: - Fix extra keyboards patch, was broken by 1.8.0 update Approved by: x11 (kwm) Modified: head/x11-drivers/xf86-input-keyboard/Makefile head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c Modified: head/x11-drivers/xf86-input-keyboard/Makefile ============================================================================== --- head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 12 17:06:09 2014 (r368047) +++ head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 12 17:16:39 2014 (r368048) @@ -2,7 +2,7 @@ PORTNAME= xf86-input-keyboard PORTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org Modified: head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c ============================================================================== --- head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c Fri Sep 12 17:06:09 2014 (r368047) +++ head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c Fri Sep 12 17:16:39 2014 (r368048) @@ -1,7 +1,7 @@ Index: src/bsd_kbd.c -@@ -205,6 +205,12 @@ +@@ -237,6 +237,12 @@ #endif - } + } } +/* + * Switch keyboards which are not attached to console in RAW mode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121716.s8CHGdoo051869>