svn commit: r562692 - head/x11-drivers/xf86-input-synaptics

Niclas Zeising zeising at FreeBSD.org
Tue Jan 26 15:52:48 UTC 2021


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 at 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)
 


More information about the svn-ports-all mailing list