Path to this page:
./
x11/tk,
Graphical toolkit for TCL
Branch: pkgsrc-2008Q2,
Version: 8.4.18nb1,
Package name: tk-8.4.18nb1,
Maintainer: jwiseThis package contains the binary release of Tk, a GUI toolkit for Tcl.
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X
or ``Practical Programming in Tcl and Tk'' by Brent B. Welch,
Prentice Hall PTR, ISBN 0-13-616830-X.
Required to run:[
lang/tcl]
Required to build:[
pkgtools/x11-links] [
devel/libtool-base]
Master sites: (Expand)
SHA1: c1032f3cacd40406065fc1f46ecd217f50329273
RMD160: 9c01ba85575a230231793a9885457c98046e41bb
Filesize: 3285.013 KB
Version history: (Expand)
- (2008-09-10) Updated to version: tk-8.4.18nb1
- (2008-07-14) Package added to pkgsrc.se, version tk-8.4.18 (created)
CVS history: (Expand)
2008-09-10 12:47:31 by Matthias Scheler | Files touched by this commit (3) | |
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.
|