Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2020 06:08:53 +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: r528828 - head/x11/xorg-minimal
Message-ID:  <202003210608.02L68rY3069849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Mar 21 06:08:53 2020
New Revision: 528828
URL: https://svnweb.freebsd.org/changeset/ports/528828

Log:
  x11/xorg-minimal: chase r526589
  
  Approved by:	zeising (x11)
  Differential Revision:	https://reviews.freebsd.org/D24113

Modified:
  head/x11/xorg-minimal/Makefile   (contents, props changed)

Modified: head/x11/xorg-minimal/Makefile
==============================================================================
--- head/x11/xorg-minimal/Makefile	Sat Mar 21 06:04:34 2020	(r528827)
+++ head/x11/xorg-minimal/Makefile	Sat Mar 21 06:08:53 2020	(r528828)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xorg
 PORTVERSION=	7.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 x11-servers
 PKGNAMESUFFIX=	-minimal
 
@@ -15,10 +15,16 @@ USES=		metaport
 VIDEO_DRIVER?=	vesa
 
 RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:x11-servers/xorg-server \
-		${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:x11-drivers/xf86-input-mouse \
-		${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:x11-drivers/xf86-input-keyboard \
 		${LOCALBASE}/bin/xinit:x11/xinit \
 		${LOCALBASE}/bin/xauth:x11/xauth
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
+RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:x11-drivers/xf86-input-mouse
+RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:x11-drivers/xf86-input-keyboard
+.else
+RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
+.endif
+
 .if ${VIDEO_DRIVER} == "nvidia"
 RUN_DEPENDS+=	${LOCALBASE}/lib/xorg/modules/drivers/nvidia_drv.so:x11/nvidia-driver
 .elif ${VIDEO_DRIVER} == "intel"



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