From owner-svn-ports-head@freebsd.org Tue Dec 6 22:54:47 2016 Return-Path: Delivered-To: svn-ports-head@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 A2ADFC69A27; Tue, 6 Dec 2016 22:54:47 +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 5997FA90; Tue, 6 Dec 2016 22:54:47 +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 uB6MskHL020149; Tue, 6 Dec 2016 22:54:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6MskPP020147; Tue, 6 Dec 2016 22:54:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612062254.uB6MskPP020147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 6 Dec 2016 22:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428007 - head/x11-drivers/xf86-input-wacom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 22:54:47 -0000 Author: jbeich Date: Tue Dec 6 22:54:46 2016 New Revision: 428007 URL: https://svnweb.freebsd.org/changeset/ports/428007 Log: x11-drivers/xf86-input-wacom: update to 0.34.0 and fix stage-qa Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35533919/ Modified: head/x11-drivers/xf86-input-wacom/Makefile (contents, props changed) head/x11-drivers/xf86-input-wacom/distinfo (contents, props changed) Modified: head/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- head/x11-drivers/xf86-input-wacom/Makefile Tue Dec 6 22:54:35 2016 (r428006) +++ head/x11-drivers/xf86-input-wacom/Makefile Tue Dec 6 22:54:46 2016 (r428007) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-wacom -PORTVERSION= 0.33.0 +PORTVERSION= 0.34.0 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} @@ -14,8 +14,9 @@ BUILD_DEPENDS= v4l_compat>=1.0.20110603: RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd USES= tar:bzip2 pathfix pkgconfig libtool -USE_XORG= xrandr xinerama +USE_XORG= x11 xinerama xrandr XORG_CAT= driver +LDFLAGS+= -Wl,--as-needed # Xext USE_RC_SUBR= wacom SUB_FILES= pkg-message CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " Modified: head/x11-drivers/xf86-input-wacom/distinfo ============================================================================== --- head/x11-drivers/xf86-input-wacom/distinfo Tue Dec 6 22:54:35 2016 (r428006) +++ head/x11-drivers/xf86-input-wacom/distinfo Tue Dec 6 22:54:46 2016 (r428007) @@ -1,2 +1,3 @@ -SHA256 (xorg/driver/xf86-input-wacom-0.33.0.tar.bz2) = 24eef830744a388795a318ef743f19c451e394d9ef1332e98e2d54810a70f8e0 -SIZE (xorg/driver/xf86-input-wacom-0.33.0.tar.bz2) = 595192 +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