Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 22:54:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201612062254.uB6MskPP020147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612062254.uB6MskPP020147>