From owner-freebsd-ports@FreeBSD.ORG Wed Nov 5 17:12:22 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762EB106564A; Wed, 5 Nov 2008 17:12:22 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 33F2C8FC0C; Wed, 5 Nov 2008 17:12:22 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-166-236.rz.uni-karlsruhe.de [141.3.166.236]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 06E198A000A; Wed, 5 Nov 2008 18:12:00 +0100 (CET) Message-ID: <4911D3CF.5050707@bsdforen.de> Date: Wed, 05 Nov 2008 18:11:43 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: Gabor PALI References: <491173E4.1050809@bsdforen.de> <49118B88.6090102@FreeBSD.org> <4911924A.7010007@bsdforen.de> <4911BA0A.1080204@FreeBSD.org> In-Reply-To: <4911BA0A.1080204@FreeBSD.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: Wacom driver X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 17:12:22 -0000 Gabor PALI wrote: > Dominic Fandrey wrote: >> Gábor Kövesdán wrote: >>> Dominic Fandrey escribió: >>>> I have created a port of Bartosz Fabianowski's Wacom driver. >>>> Since nobody has stepped forward to commit it, I thought I'd >>>> inform this list, so that people can test it. >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=128547 >>>> >>> I suggest that you should consult with pgj@. He was going to port this >>> driver himself but he hasn't got time so far. I've CC'd him because I >>> don't think he is on the ports@ list because he is a doc committer. >> Well, I'm always willing to talk. However, I don't see much to be done >> here. The port is done, I keep close contact to Bartosz and I'm >> willing to maintain it. It's one of the few that actually installs a >> module into /boot/modules, something that should be enforced more >> thoroughly, in my opinion. >> >> Thanks to the ports Xorg magic I even don't have to take care of >> dependencies. >> > > Hello there, > > Thanks to Ping Cheng (maintainer of the original Linux driver), I > already found and contacted Bartosz (at about middle of August), and I > have tested some versions of his ported driver with my USB Wacom Bamboo. > I asked him about an official FreeBSD port, but he replied he will do > that himself (when it is time) :) > > I would be happy to see this driver in the Ports Collection, however I > had serious problems with the latest version I tested (X crashed after a > few minutes with Firefox and Gimp). > > It is a sorry, but I had to leave that configuration (6.3-STABLE on a > desktop machine) behind (I had to move) and I switched to FreeBSD > 7-PRERELEASE on a notebook meanwhile. I have not had time to test it > again, though my Bamboo is next to my notebook :) (Therefore no > physical limitations...) > > But if you need a committer for this port, I can offer you to look after > your PRs, test and commit them (with some help from an experienced ports > committer, of course). > > Cheers, > :g I can tell you that I have thoroughly tested it in gimp with an Intuos3 on amd64 and it caused no instability problems whatsoever. Bartosz and me are also looking into the hot-plug issue, because at the moment an X restart is necessary when you plug in your tablet. I have put some effort into the setup target of the rc script that spares you that annoying copy'n'paste orgy to get the linuxwacom bits running. I'd be glad to maintain this port and it meets Bartosz's approval. He told me that he intended to make a port but hadn't found the time yet. So a willing committer would be very welcome. Err anyone asks, the DESTDIR support is there to silence portlint about the use of an absolute path (/boot/modules). Regards