svn commit: r409737 - in head/x11-drivers/xf86-input-wacom: . files

Jan Beich jbeich at FreeBSD.org
Sun Feb 28 12:16:14 UTC 2016


Author: jbeich
Date: Sun Feb 28 12:16:13 2016
New Revision: 409737
URL: https://svnweb.freebsd.org/changeset/ports/409737

Log:
  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
  MFH:		2016Q1

Modified:
  head/x11-drivers/xf86-input-wacom/Makefile   (contents, props changed)
  head/x11-drivers/xf86-input-wacom/files/wacom.in   (contents, props changed)

Modified: head/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-wacom/Makefile	Sun Feb 28 12:09:20 2016	(r409736)
+++ head/x11-drivers/xf86-input-wacom/Makefile	Sun Feb 28 12:16:13 2016	(r409737)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-wacom
 PORTVERSION=	0.32.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 MASTER_SITES=	SF/linuxwacom/${PORTNAME}
 

Modified: head/x11-drivers/xf86-input-wacom/files/wacom.in
==============================================================================
--- head/x11-drivers/xf86-input-wacom/files/wacom.in	Sun Feb 28 12:09:20 2016	(r409736)
+++ head/x11-drivers/xf86-input-wacom/files/wacom.in	Sun Feb 28 12:16:13 2016	(r409737)
@@ -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-all mailing list