svn commit: r409758 - in branches/2016Q1/x11-drivers/xf86-input-wacom: . files
Jan Beich
jbeich at FreeBSD.org
Sun Feb 28 20:40:05 UTC 2016
Author: jbeich
Date: Sun Feb 28 20:40:03 2016
New Revision: 409758
URL: https://svnweb.freebsd.org/changeset/ports/409758
Log:
MFH: r409737
x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first
devd(8) tries to load drivers for some classes of devices while rc.d/wacom
disables ums(4) for wacom devices. Adding quirks after the driver is loaded
would be too late.
PR: 207506
Submitted by: rozhuk.im at gmail.com
Approved by: ports-secteam (feld)
Modified:
branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile
branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 18:57:46 2016 (r409757)
+++ branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 20:40:03 2016 (r409758)
@@ -2,6 +2,7 @@
PORTNAME= xf86-input-wacom
PORTVERSION= 0.32.0
+PORTREVISION= 1
CATEGORIES= x11-drivers
MASTER_SITES= SF/linuxwacom/${PORTNAME}
Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in
==============================================================================
--- branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 18:57:46 2016 (r409757)
+++ branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 20:40:03 2016 (r409758)
@@ -4,6 +4,7 @@
#
# PROVIDE: wacom
# REQUIRE: mountcritlocal
+# BEFORE: devd
# KEYWORD: nojail
#
# Add the following lines to /etc/rc.conf to enable this service:
More information about the svn-ports-branches
mailing list