Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 15:52:48 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562692 - head/x11-drivers/xf86-input-synaptics
Message-ID:  <202101261552.10QFqmuF053263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Jan 26 15:52:48 2021
New Revision: 562692
URL: https://svnweb.freebsd.org/changeset/ports/562692

Log:
  x11-drivers/xf86-input-synaptics: Enable EVDEV on 14
  
  Enable the EVDEV option on FreeBSD 14.
  Bump portrevision.
  
  Noticed by:	jbeich

Modified:
  head/x11-drivers/xf86-input-synaptics/Makefile

Modified: head/x11-drivers/xf86-input-synaptics/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-synaptics/Makefile	Tue Jan 26 15:48:35 2021	(r562691)
+++ head/x11-drivers/xf86-input-synaptics/Makefile	Tue Jan 26 15:52:48 2021	(r562692)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-input-synaptics
 PORTVERSION=	1.9.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -17,6 +17,7 @@ USE_XORG=	x11 xtst
 OPTIONS_DEFINE=	EVDEV
 OPTIONS_DEFAULT_FreeBSD_12=	EVDEV
 OPTIONS_DEFAULT_FreeBSD_13=	EVDEV
+OPTIONS_DEFAULT_FreeBSD_14=	EVDEV
 OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
 EVDEV_DESC=	Use evdev for input events (requires kernel support)
 



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