Update to 2.10.4
Remove multitouch option it is now always in PR: 214716 Submitted by: matthew@reztek.cz
This commit is contained in:
parent
de40123f75
commit
4d74e206d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431444
3 changed files with 7 additions and 16 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue