diff options
author | adam <adam> | 2004-10-01 13:35:37 +0000 |
---|---|---|
committer | adam <adam> | 2004-10-01 13:35:37 +0000 |
commit | c398c1034a859fb8e91b8073c381297a090dff4b (patch) | |
tree | 3d513d04be2e250f06fce4313f21f079c29a7eae /x11/tk/Makefile | |
parent | ea98b9428a12b28d57b783f8609de7013e9c7d87 (diff) | |
download | pkgsrc-c398c1034a859fb8e91b8073c381297a090dff4b.tar.gz |
Changes 8.4.7:
* Fixed [glob -path] bug when in the root directory
* Fixed unicode-char path installation on Windows NT-based platforms
* Properly subsitute more values in Windows tclConfig.sh
* Improved stack overflow prevention on Windows
* Fixed mem leak in [fconfigure $serial -xchar]
* Fixed crash with [cd] with a volumerelative $HOME
* Fixed clock %G %V formats for ISO8601 week numbers
* Fixed support for non-WIDE_INT aware math functions
* Added [http::config -urlencoding] option
* Fixed utf-8 encoding of \u0000 on system I/O
* Prevented dde hangs with non-responsive apps
* Added round() wide integer support
* Cleaner exit and correction of mem leaks when using the threaded
memory allocator and reinitializing
* Improved build configuration on 64-bit systems
* Added read support of PPM/PGM with the -data option
* Correct issue with displaying maximize window button on KDE-3.2.1
* Fix drawing of unicode chars in menu titles on Windows
* Correctly post Tk clipboard data to the Windows clipboard on exit
* Fix the panedwindow -opaqueresize option to work as per the docs
* Reduce Tk tk_messageBox default font size to 14-point
* Prevent possible segfault in -maxundo
* Fix XIM initialization on Solaris
* Complete the implementation of the CG version of the X drawing
emulation layer on Mac OS X
* Fix several Mac OS X usability issues
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r-- | x11/tk/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 8e4b2445036..eb37e081015 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2004/06/15 16:39:12 jwise Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/01 13:35:53 adam Exp $ -DISTNAME= tk8.4.6-src -PKGNAME= tk-8.4.6 -PKGREVISION= 3 +DISTNAME= tk8.4.7-src +PKGNAME= tk-8.4.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -25,14 +24,12 @@ TEST_TARGET= test # Initially install the man pages into ${WRKDIR}/man, as we need a staged # install to avoid overwriting existing manpages in ${PREFIX}/man. -# CONFIGURE_ARGS+= --mandir=${WRKDIR}/man .include "../../lang/tcl/buildlink3.mk" # Modify mkLinks script to remove the short-filename manpage if it was # linked to a longer filename. -# post-patch: @cd ${WRKSRC}; \ ${MV} -f mkLinks mkLinks.tmp; \ |