Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 09:50:03 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/141829: [maintainer-update] x11-drivers/input-wacom
Message-ID:  <200912210950.nBL9o3am097567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/141829; it has been noted by GNATS.

From: Dominic Fandrey <kamikaze@bsdforen.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141829: [maintainer-update] x11-drivers/input-wacom
Date: Mon, 21 Dec 2009 10:48:14 +0100

 Accidentally sent with the wrong account - and the wrong version
 of the patch, too.
 
 I hate Monday mornings.
 
 This is the right patch:
 diff -Nur ports/x11-drivers/input-wacom.orig/Makefile ports/x11-drivers/input-wacom/Makefile
 --- ports/x11-drivers/input-wacom.orig/Makefile	2009-12-21 10:20:10.000000000 +0100
 +++ ports/x11-drivers/input-wacom/Makefile	2009-12-21 10:36:42.000000000 +0100
 @@ -7,7 +7,7 @@
  
  PORTNAME=	input-wacom
  PORTVERSION=	${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	x11-drivers kld
  MASTER_SITES=	http://www.chillt.de/bsdwacom/:bsdwacom \
  		SF/linuxwacom/linuxwacom/${WACOM_VERSION}:linuxwacom
 @@ -44,15 +44,14 @@
  WACOM_VERSION=	0.8.2-2
  KLD_VERSION=	40
  
 -OPTIONS=	UWACOMKLD "Install USB kernel module" On
 +OPTIONS=	UWACOMKLD "Install USB kernel module (not supported on 8.x)" Off
  
 -.include <bsd.port.pre.mk>
 +.include <bsd.port.options.mk>
  
 +.if defined(WITH_UWACOMKLD)
  .if ${OSVERSION} >= 800064
 -BROKEN=		does not build
 +BROKEN=		does not build with USB support
  .endif
 -
 -.if defined(WITH_UWACOMKLD)
  PLIST_SUB+=	UWACOMKLD="uwacom.ko"
  PORTTYPE=	usb
  .else
 @@ -112,4 +111,4 @@
  	@${ECHO} "===>  Displaying pkg-message."
  	@${CAT} ${PKGMESSAGE}
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>



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