pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/tk



Module Name:    pkgsrc
Committed By:   dsainty
Date:           Wed Aug  6 04:09:12 UTC 2008

Modified Files:
        pkgsrc/x11/tk: Makefile distinfo
Added Files:
        pkgsrc/x11/tk/patches: patch-ae

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.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.33 -r1.34 pkgsrc/x11/tk/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/x11/tk/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index