Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2009 21:50:03 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/133466: x11-drivers/input-wacom does not compile (with hack-fix)
Message-ID:  <200904082150.n38Lo3Qx008213@freefall.freebsd.org>

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

From: Dominic Fandrey <kamikaze@bsdforen.de>
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"



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