diff options
author | adam <adam> | 2006-04-27 08:17:09 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-27 08:17:09 +0000 |
commit | 378edb5dcdf496ec1d3e7c292694274e4bae66d1 (patch) | |
tree | ba19dc7995eaf70596f5665f25ccb697b8a80883 /x11/tk/buildlink3.mk | |
parent | 28b32d4c263b9eaecb058a239fc8fa69ef0c6228 (diff) | |
download | pkgsrc-378edb5dcdf496ec1d3e7c292694274e4bae66d1.tar.gz |
Changes 8.4.13:
* Win NT/XP: unicode console support taken back out.
* ${prefix}/share addition to ::tcl_pkgPath undone.
* Warning message for packages with incorrect index scripts silenced.
* Correct syntax error in configure script (bash 3.1 exposes it).
* Tk incompatibilities with SCIM resolved.
* Improved [file writable] support of Windows conventions.
* Tcl_GetIndexFromObj() support for exact matching of empty key.
* Tk Portuguese localization support (pt.msg).
* Tk more robust when X server does not recognize color name "Black".
* Tk_PhotoPutBlock() performance improvement.
* [lsearch -start $pastEnd] no longer finds match at end of list.
* Correct [expr abs($LONG_MIN)] result.
* Correct [string range] failures on some strings containing \x00.
* TCL_EVAL_GLOBAL and [uplevel 0] agreement when traces or [unknown] active.
* Corrections to context of auto-loading the target of an interp alias.
* Corrected some interference between enter and enterstep traces.
* Correct [$img configure -data] failure to change X display.
* Tk_GetBitmapFromData() thread safety.
* Crashes in [grid] for some invalid index arguments.
* Crash when all content of a [text] is elided.
* Crash in [$text edit undo/redo].
* Crash in animated GIF display with variable frame size.
* Crash related to pipe usage in thread-enabled Tcl on Windows.
* Crash when [$text dump -command] changes contents while dumping.
* Crash reading utf-8 when multibyte char spans multiple buffers at EOF.
* Several finalization crashes corrected.
Diffstat (limited to 'x11/tk/buildlink3.mk')
-rw-r--r-- | x11/tk/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/tk/buildlink3.mk b/x11/tk/buildlink3.mk index adbc3c6d40e..3c3b258bc2f 100644 --- a/x11/tk/buildlink3.mk +++ b/x11/tk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2006/04/06 06:23:03 reed Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2006/04/27 08:18:09 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TK_BUILDLINK3_MK:= ${TK_BUILDLINK3_MK}+ @@ -11,11 +11,11 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntk} BUILDLINK_PACKAGES+= tk .if !empty(TK_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.tk+= tk>=8.4.6nb1 +BUILDLINK_API_DEPENDS.tk+= tk>=8.4.6nb1 BUILDLINK_ABI_DEPENDS.tk+= tk>=8.4.12nb1 BUILDLINK_PKGSRCDIR.tk?= ../../x11/tk -BUILDLINK_FILES.tk= bin/wish* +BUILDLINK_FILES.tk+= bin/wish* # # Make "-ltk" and "-ltk8.4" resolve into "-ltk84", so that we don't # need to patch so many Makefiles. |