ports/133466: x11-drivers/input-wacom does not compile (with hack-fix)

Dominic Fandrey kamikaze at bsdforen.de
Wed Apr 8 21:50:04 UTC 2009


The following reply was made to PR ports/133466; it has been noted by GNATS.

From: Dominic Fandrey <kamikaze at bsdforen.de>
To: bug-followup at FreeBSD.org, kalten at 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"



More information about the freebsd-ports-bugs mailing list