Date: Thu, 29 Jun 2017 03:33:13 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r444620 - in branches/2017Q2/x11-drivers/xf86-input-wacom: . files Message-ID: <201706290333.v5T3XDJU071956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jun 29 03:33:13 2017 New Revision: 444620 URL: https://svnweb.freebsd.org/changeset/ports/444620 Log: MFH: r444604 x11-drivers/xf86-input-wacom: update to 0.35.0 Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35914015/ Approved by: ports-secteam (miwi) Modified: branches/2017Q2/x11-drivers/xf86-input-wacom/Makefile branches/2017Q2/x11-drivers/xf86-input-wacom/distinfo branches/2017Q2/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- branches/2017Q2/x11-drivers/xf86-input-wacom/Makefile Thu Jun 29 03:03:18 2017 (r444619) +++ branches/2017Q2/x11-drivers/xf86-input-wacom/Makefile Thu Jun 29 03:33:13 2017 (r444620) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-wacom -PORTVERSION= 0.34.2 +PORTVERSION= 0.35.0 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} Modified: branches/2017Q2/x11-drivers/xf86-input-wacom/distinfo ============================================================================== --- branches/2017Q2/x11-drivers/xf86-input-wacom/distinfo Thu Jun 29 03:03:18 2017 (r444619) +++ branches/2017Q2/x11-drivers/xf86-input-wacom/distinfo Thu Jun 29 03:33:13 2017 (r444620) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489012292 -SHA256 (xorg/driver/xf86-input-wacom-0.34.2.tar.bz2) = 2ad1b9db141104370aef4966aae419dde915caea316e1df2c6ac063545706b1c -SIZE (xorg/driver/xf86-input-wacom-0.34.2.tar.bz2) = 632058 +TIMESTAMP = 1498669939 +SHA256 (xorg/driver/xf86-input-wacom-0.35.0.tar.bz2) = 55f60a71e81ef5544885652069a4f52b5cbaceabba53a28ac1397ec0ac26447d +SIZE (xorg/driver/xf86-input-wacom-0.35.0.tar.bz2) = 601314 Modified: branches/2017Q2/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c ============================================================================== --- branches/2017Q2/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Thu Jun 29 03:03:18 2017 (r444619) +++ branches/2017Q2/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Thu Jun 29 03:33:13 2017 (r444620) @@ -18,13 +18,3 @@ /* for all other errors, hope that the hotplugging code will * remove the device */ if (errno != EAGAIN && errno != EINTR) -@@ -823,9 +834,7 @@ static void wcmUnlinkTouchAndPen(InputIn - static int wcmDevProc(DeviceIntPtr pWcm, int what) - { - InputInfoPtr pInfo = (InputInfoPtr)pWcm->public.devicePrivate; --#ifdef DEBUG - WacomDevicePtr priv = (WacomDevicePtr)pInfo->private; --#endif - Status rc = !Success; - - DBG(2, priv, "BEGIN dev=%p priv=%p "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706290333.v5T3XDJU071956>