From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 8 21:50:03 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 817331065676 for ; Wed, 8 Apr 2009 21:50:03 +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 6E2F08FC26 for ; Wed, 8 Apr 2009 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n38Lo3CV008214 for ; Wed, 8 Apr 2009 21: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 n38Lo3Qx008213; Wed, 8 Apr 2009 21:50:03 GMT (envelope-from gnats) Date: Wed, 8 Apr 2009 21:50:03 GMT Message-Id: <200904082150.n38Lo3Qx008213@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dominic Fandrey Cc: Subject: Re: ports/133466: x11-drivers/input-wacom does not compile (with hack-fix) 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: Wed, 08 Apr 2009 21:50:04 -0000 The following reply was made to PR ports/133466; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, kalten@gmx.at Cc: Subject: Re: ports/133466: x11-drivers/input-wacom does not compile (with hack-fix) Date: Wed, 08 Apr 2009 23:43:50 +0200 I approve the proposed fix. Here is the diff: diff -Pur ports/x11-drivers/input-wacom.orig/Makefile ports/x11-drivers/input-wacom/Makefile --- ports/x11-drivers/input-wacom.orig/Makefile 2009-04-08 10:45:59.000000000 +0200 +++ ports/x11-drivers/input-wacom/Makefile 2009-04-08 23:41:16.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= input-wacom PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers kld MASTER_SITES= http://www.chillt.de/bsdwacom/ \ SF diff -Pur ports/x11-drivers/input-wacom.orig/files/patch-linuxwacom-run_configure ports/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure --- ports/x11-drivers/input-wacom.orig/files/patch-linuxwacom-run_configure 2009-04-08 10:45:59.000000000 +0200 +++ ports/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure 2009-04-08 23:40:28.000000000 +0200 @@ -9,3 +9,9 @@ rm -rf linuxwacom-${LINUXWACOM} tar xf linuxwacom-${LINUXWACOM}.tar.bz2 +@@ -14,5 +14,5 @@ + cp files/types.h linuxwacom-${LINUXWACOM}/src/xdrv/asm + cp files/input.h linuxwacom-${LINUXWACOM}/src/xdrv/linux + cd linuxwacom-${LINUXWACOM} +-./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include" ++./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include -DWCM_XORG_XSERVER_1_6=true"