From owner-svn-ports-all@freebsd.org Sat Mar 11 05:21:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D314ED07AC7; Sat, 11 Mar 2017 05:21:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 919AE11ED; Sat, 11 Mar 2017 05:21:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2B5Lq34056668; Sat, 11 Mar 2017 05:21:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2B5Lqsp056665; Sat, 11 Mar 2017 05:21:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703110521.v2B5Lqsp056665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 Mar 2017 05:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435880 - in branches/2017Q1/x11-drivers/xf86-input-wacom: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2017 05:21:53 -0000 Author: jbeich Date: Sat Mar 11 05:21:52 2017 New Revision: 435880 URL: https://svnweb.freebsd.org/changeset/ports/435880 Log: MFH: r435838 x11-drivers/xf86-input-wacom: update to 0.34.2 Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35711101/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/x11-drivers/xf86-input-wacom/Makefile branches/2017Q1/x11-drivers/xf86-input-wacom/distinfo branches/2017Q1/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- branches/2017Q1/x11-drivers/xf86-input-wacom/Makefile Sat Mar 11 02:31:17 2017 (r435879) +++ branches/2017Q1/x11-drivers/xf86-input-wacom/Makefile Sat Mar 11 05:21:52 2017 (r435880) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-wacom -PORTVERSION= 0.34.0 +PORTVERSION= 0.34.2 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} Modified: branches/2017Q1/x11-drivers/xf86-input-wacom/distinfo ============================================================================== --- branches/2017Q1/x11-drivers/xf86-input-wacom/distinfo Sat Mar 11 02:31:17 2017 (r435879) +++ branches/2017Q1/x11-drivers/xf86-input-wacom/distinfo Sat Mar 11 05:21:52 2017 (r435880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480975206 -SHA256 (xorg/driver/xf86-input-wacom-0.34.0.tar.bz2) = f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045 -SIZE (xorg/driver/xf86-input-wacom-0.34.0.tar.bz2) = 598624 +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 Modified: branches/2017Q1/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c ============================================================================== --- branches/2017Q1/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Sat Mar 11 02:31:17 2017 (r435879) +++ branches/2017Q1/x11-drivers/xf86-input-wacom/files/patch-src-xf86Wacom.c Sat Mar 11 05:21:52 2017 (r435880) @@ -1,4 +1,4 @@ ---- src/xf86Wacom.c.orig 2015-10-23 17:26:33 UTC +--- src/xf86Wacom.c.orig 2017-02-24 04:04:55 UTC +++ src/xf86Wacom.c @@ -667,6 +667,17 @@ void wcmReadPacket(InputInfoPtr pInfo) @@ -18,3 +18,13 @@ /* 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 "