From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 21 09:50:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFCF106566C for ; Mon, 21 Dec 2009 09:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14CB28FC0A for ; Mon, 21 Dec 2009 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBL9o33x097568 for ; Mon, 21 Dec 2009 09:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBL9o3am097567; Mon, 21 Dec 2009 09:50:03 GMT (envelope-from gnats) Date: Mon, 21 Dec 2009 09:50:03 GMT Message-Id: <200912210950.nBL9o3am097567@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dominic Fandrey Cc: Subject: Re: ports/141829: [maintainer-update] x11-drivers/input-wacom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Fandrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 09:50:04 -0000 The following reply was made to PR ports/141829; it has been noted by GNATS. From: Dominic Fandrey 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 +.include +.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 +.include