svn commit: r368048 - in head/x11-drivers/xf86-input-keyboard: . files
Alex Kozlov
ak at FreeBSD.org
Fri Sep 12 17:16:40 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list