diff options
author | adam <adam> | 2006-01-16 14:47:35 +0000 |
---|---|---|
committer | adam <adam> | 2006-01-16 14:47:35 +0000 |
commit | c096e2543c0b28b563ba004d159bbe84fd96ab74 (patch) | |
tree | 1c264294a90a0a335a86bf980e82276d16a9ae91 /x11/tk/Makefile | |
parent | 641c4708a868baf2a55d855bc46e1578a3c3b31d (diff) | |
download | pkgsrc-c096e2543c0b28b563ba004d159bbe84fd96ab74.tar.gz |
Changes 8.4.12:
* Repeated [namespace import] of same command now permitted.
* ${prefix}/share added to ::tcl_pkgPath on some systems.
* [exec]'s >> redirection has improved append behavior.
* [info globals] returned only existing variables.
* Recognize some Solaris variations of the cp1251 encoding.
* Addressed [file mkdir] race condition.
* Support opening >2GB files on RHEL 3.
* Corrections to $argv formatting when [encoding system] is multibyte.
* http 2.5.2: Update URL encoding rules to RFC 3986.
* Fixed issue in recursive file delete with NFS lock files.
* Stopped crash after use of Tcl_TraceCommand().
* Win NT/XP: support unicode console.
* Improved support for Tclkit to set [encoding system].
* Added Korean timezone abbreviations.
* Windows: exit codes can now exceed -128..127 range.
* [load] support on LynxOS.
* Packages with incorrect index scripts now cause a warning to be logged.
*** POTENTIAL INCOMPATIBILITY ***
* [lsearch -regexp] now accepts backrefs in the RE.
* [selection get] made compatible with OpenOffice.org.
* Dialog support for widget names containing spaces.
* Improved Tk window manager event interaction on OS X Aqua.
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 40a6deec777..e037b4b8916 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2005/11/03 23:09:24 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2006/01/16 14:48:34 adam Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} -PKGREVISION= 2 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} |