Subject: CVS commit: [pkgsrc-2008Q2] pkgsrc/x11/tk
From: Matthias Scheler
Date: 2008-09-10 12:47:31
Message id: 20080910104731.A1E69175C8@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.61.10.1modifypkgsrc/x11/tk/Makefile
1.32.4.1modifypkgsrc/x11/tk/distinfo
1.3.18.1addpkgsrc/x11/tk/patches/patch-ae