From b4decff45cefc7bcfc01348835314d76f9ed8815 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 13 Jan 2017 23:38:46 +0000 Subject: Update to 2.10.4 Remove multitouch option it is now always in PR: 214716 Submitted by: matthew@reztek.cz --- x11-drivers/xf86-input-evdev/Makefile | 17 +++-------------- x11-drivers/xf86-input-evdev/distinfo | 5 +++-- x11-drivers/xf86-input-evdev/pkg-plist | 1 + 3 files changed, 7 insertions(+), 16 deletions(-) (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-input-evdev/Makefile b/x11-drivers/xf86-input-evdev/Makefile index 6a2cf5de92b4..f401367535e5 100644 --- a/x11-drivers/xf86-input-evdev/Makefile +++ b/x11-drivers/xf86-input-evdev/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-evdev -PORTVERSION= 2.9.2 -PORTREVISION= 1 +PORTVERSION= 2.10.4 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -12,7 +11,8 @@ LICENSE= MIT # various styles LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= v4l_compat>=1.0.20110603:multimedia/v4l_compat -LIB_DEPENDS= libevdev.so:devel/libevdev +LIB_DEPENDS= libevdev.so:devel/libevdev \ + libmtdev.so:devel/libmtdev RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd XORG_CAT= driver @@ -20,15 +20,4 @@ USES= pathfix CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " INSTALL_TARGET= install-strip -OPTIONS_DEFINE= MULTITOUCH - -MULTITOUCH_DESC= XInput 2.2 multitouch support -MULTITOUCH_LIB_DEPENDS= libmtdev.so:devel/libmtdev - -post-patch-MULTITOUCH-off: -# XXX Convert to CONFIGURE_ENV - @${REINPLACE_CMD} -i '.mtdev.bak' \ - -e '/PKG_CONFIG/s/mtdev/nonexistent/' \ - ${WRKSRC}/configure - .include diff --git a/x11-drivers/xf86-input-evdev/distinfo b/x11-drivers/xf86-input-evdev/distinfo index ffc30461e505..14c0fd3e220a 100644 --- a/x11-drivers/xf86-input-evdev/distinfo +++ b/x11-drivers/xf86-input-evdev/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/driver/xf86-input-evdev-2.9.2.tar.bz2) = 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec -SIZE (xorg/driver/xf86-input-evdev-2.9.2.tar.bz2) = 387095 +TIMESTAMP = 1479415100 +SHA256 (xorg/driver/xf86-input-evdev-2.10.4.tar.bz2) = bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2 +SIZE (xorg/driver/xf86-input-evdev-2.10.4.tar.bz2) = 404465 diff --git a/x11-drivers/xf86-input-evdev/pkg-plist b/x11-drivers/xf86-input-evdev/pkg-plist index d1ee13f203a2..c9d6a12dcdd3 100644 --- a/x11-drivers/xf86-input-evdev/pkg-plist +++ b/x11-drivers/xf86-input-evdev/pkg-plist @@ -2,3 +2,4 @@ include/xorg/evdev-properties.h lib/xorg/modules/input/evdev_drv.so libdata/pkgconfig/xorg-evdev.pc man/man4/evdev.4x.gz +share/X11/xorg.conf.d/10-evdev.conf -- cgit