Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 12:16:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409737 - in head/x11-drivers/xf86-input-wacom: . files
Message-ID:  <201602281216.u1SCGD5Y009171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602281216.u1SCGD5Y009171>