x11-drivers/input-wacom is broken Fix: Here is solution, that works for me http://people.freebsd.org/~nox/tmp/inputwacom.patch After patching port i got graphire wacom working. Here is description, that helped me: http://lists.freebsd.org/pipermail/freebsd-usb/2011-October/010681.html Patch attached with submission follows: How-To-Repeat: Try make install in /usr/ports/x11-drivers/input-wacom
Maintainer of x11-drivers/input-wacom, Please note that PR ports/165464 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165464 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
State Changed From-To: feedback->analyzed I have 4 tinderbox logs that show this compiles and packages fine (7,8,9, plus 7 WITH_UWACOMKLD). Unless the maintainer has a suggested replacement patch, this will be committed Monday.
Hello, I'd like to surrender maintainership of this port. I don't have access to a tablet, would you take it? Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
On 3/10/12 5:20 PM, Dominic Fandrey wrote: > The following reply was made to PR ports/165464; it has been noted by GNATS. > > From: Dominic Fandrey<kamikaze@bsdforen.de> > To: bug-followup@FreeBSD.org, gl00my@mail.ru > Cc: > Subject: Re: ports/165464: x11-drivers/input-wacom is broken [patch] > Date: Sat, 10 Mar 2012 23:04:18 +0100 > > Hello, > > I'd like to surrender maintainership of this port. I don't have > access to a tablet, would you take it? > > I will set maintainer to ports@ for now, gl00my@mail.ru, send me an email if you want maintainership of this port. you do nothing much more than you did (fix the port, send in pr), but you get your patches committer a lot quicker. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
scheidell 2012-03-12 18:39:51 UTC FreeBSD ports repository Modified files: x11-drivers/input-wacom Makefile distinfo pkg-plist Added files: x11-drivers/input-wacom/files patch-configure.ac patch-src-Makefile.in patch-src-wcmConfig.c patch-src-wcmUSB.c patch-src-xf86WacomDefs.h patch-tools-Makefile.in Removed files: x11-drivers/input-wacom/files patch-linuxwacom-run_configure patch-xorg-server-1.7 Log: - Unbreak port - Update to 40.0.11.1 - Reset portmaintainer PR: ports/165464 Submitted by: Peter Kosyh <gl00my@mail.ru> Feature safe: yes Revision Changes Path 1.19 +19 -21 ports/x11-drivers/input-wacom/Makefile 1.4 +2 -2 ports/x11-drivers/input-wacom/distinfo 1.1 +11 -0 ports/x11-drivers/input-wacom/files/patch-configure.ac (new) 1.6 +0 -17 ports/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure (dead) 1.1 +41 -0 ports/x11-drivers/input-wacom/files/patch-src-Makefile.in (new) 1.1 +16 -0 ports/x11-drivers/input-wacom/files/patch-src-wcmConfig.c (new) 1.1 +20 -0 ports/x11-drivers/input-wacom/files/patch-src-wcmUSB.c (new) 1.1 +12 -0 ports/x11-drivers/input-wacom/files/patch-src-xf86WacomDefs.h (new) 1.1 +11 -0 ports/x11-drivers/input-wacom/files/patch-tools-Makefile.in (new) 1.2 +0 -387 ports/x11-drivers/input-wacom/files/patch-xorg-server-1.7 (dead) 1.3 +0 -8 ports/x11-drivers/input-wacom/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Committed, with minor changes. Thanks!