Subject: CVS commit: pkgsrc/x11/tk
From: David Sainty
Date: 2008-08-06 06:09:12
Message id: 20080806040912.C466C175D0@cvs.netbsd.org

Log Message:
Tk uses X event numbers to index an "event" array, as well as adding a \ 
few of
its own, starting with "VirtualEvent" (Which is correctly set to LASTEvent,
defined in include/X11/X.h).  In xproto-7.0.13, a new event \ 
"GenericEvent" was
added - making the defined array broken for all of Tk's internal events.

The easy fix is to just add in the missing event into the hard-coded array.

This patch was reported here: http://bugs.gentoo.org/show_bug.cgi?id=225999

A cleaner fix, but a much bigger patch, is listed in the Tk bug tracker.  I'm
punting that Tk will have been updated with the fix before X.h grows another
event.

http://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997

Bump PKGREVISION.

Files:
RevisionActionfile
1.62modifypkgsrc/x11/tk/Makefile
1.34modifypkgsrc/x11/tk/distinfo
1.4addpkgsrc/x11/tk/patches/patch-ae