pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2008Q2] pkgsrc/x11/tk
Module Name: pkgsrc
Committed By: tron
Date: Wed Sep 10 10:47:31 UTC 2008
Modified Files:
pkgsrc/x11/tk [pkgsrc-2008Q2]: Makefile distinfo
Added Files:
pkgsrc/x11/tk/patches [pkgsrc-2008Q2]: patch-ae
Log Message:
Pullup - ticket #2523 - requested by is
tk: make this package work with modular X.org
Revisions pulled up:
x11/tk/Makefile 1.62
x11/tk/distinfo 1.34
x11/tk/patches/patch-ae 1.4
---
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.61.10.1 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.32 -r1.32.4.1 pkgsrc/x11/tk/distinfo
cvs rdiff -r0 -r1.3.18.1 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