Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2023 18:46:53 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d8216d21353 - main - x11-drivers/xf86-input-synaptics: Always use EVDEV on FreeBSD
Message-ID:  <202309031846.383IkrF4023230@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d8216d213530fa83602affc508409f8fa855eb6

commit 6d8216d213530fa83602affc508409f8fa855eb6
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-09-03 18:45:25 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-09-03 18:46:46 +0000

    x11-drivers/xf86-input-synaptics: Always use EVDEV on FreeBSD
    
    Remove the condition on $OSREL as all supported FreeBSD version should
    default using evdev.
    
    PR:     273537
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 x11-drivers/xf86-input-synaptics/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile
index 907ea485b121..c21cd97cb345 100644
--- a/x11-drivers/xf86-input-synaptics/Makefile
+++ b/x11-drivers/xf86-input-synaptics/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xf86-input-synaptics
 PORTVERSION=	1.9.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
@@ -14,10 +14,8 @@ USES=		pathfix xorg xorg-cat:driver
 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}}
+OPTIONS_DEFAULT_FreeBSD=	EVDEV
+OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}}
 EVDEV_DESC=	Use evdev for input events (requires kernel support)
 
 EVDEV_CONFIGURE_ENV=	BUILD_EVENTCOMM=yes



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