Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 05/13/2004 22:06:04
Module Name: pkgsrc
Committed By: minskim
Date: Thu May 13 22:06:04 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES TODO
pkgsrc/lang/tcl-tclX: Makefile PLIST distinfo
pkgsrc/lang/tcl-tclX/patches: patch-aa patch-ab patch-ac patch-af
pkgsrc/lang/tk-tclX: Makefile PLIST
Added Files:
pkgsrc/lang/tcl-tclX: buildlink3.mk
Removed Files:
pkgsrc/lang/tcl-tclX: buildlink2.mk
pkgsrc/lang/tcl-tclX/patches: patch-ah
pkgsrc/lang/tk-tclX: distinfo
Log Message:
- Update {tcl,tk}-tclX to 8.3.5.
- Bl3ify.
- Enable pkgviews installation.
OK'ed by jwise@, the maintainer.
Changes since 8.2:
* got "make buildhelp" working
* tcl/generic/tclXgeneral.c (TclX_EchoObjCmd): use encoding aware
functions in 8.1+. [Bug #514053]
* win/Makefile.in:
* win/configure.in:
* win/configure: Changed to use TCL_LIBS and TK_LIBS as the source
for the list of Windows libraries to link against. Fixes #501990.
* tcl/generic/tclXlib.c (MakeAbsFile): Replaced a call to the
internal 'TclpGetCwd' with an access to the public API
'Tcl_GetCwd'. [457266]. Reported by Vincent Darley.
* doc/TclX.n:
* tcl/generic/tclXoscmds.c: allowed sleep to accept double values,
to match the Expect sleep command. This prevents conflicts that
depended on the order of package requires. [Patch #444332]
* unix/tools/tclmanpages: Added "re_syntax.n" to the list of
processed manpages [#405956].
* All of the changes below are there to fix bug [418295].
* tcl/generic/tclXoscmds.c (TclX_OsCmdsInit): "system" and
"sleep" now use the new command creation procedure.
* tcl/generic/tclXprocess.c (TclX_ProcessInit): "fork" and
"wait" now use the new command creation procedure.
* tcl/generic/tclXutil.c (TclX_CreateObjCommand): Added
the implementation of this new procedure.
* tcl/generic/tclExtdInt.h: Added TclX_CreateObjCommand to
encapsulate the logic for the creation of commands FOO and
tclx_FOO.
* tcl/generic/tclXlist.c (TclX_LassignObjCmd): Added
TCL_LEAVE_ERR_MSG to call of 'Tcl_SetVar2Ex'. This
fixes the bug [227478].
* tcl/generic/tclXgeneral.c (TclX_LoopObjCmd): Changed
'Tcl_AppendStringsToObj' into 'Tcl_AddErrorInfo'.
Fixes bug [226388]. Associated patch is [403050]. No need to
extend the testsuite, it already contained a test exercising the
bug.
* tcl/unix/Makefile.in:
* tk/unix/Makefile.in:
Fixed bogus "test -f" on the new HELP_DIR directory, which should
be "test -d".
* win/Makefile.in - fixed because of new definition of
TCL_SRC_DIR and TK_SRC_DIR
* Changed the HELP_DIR to be configurable so I could have parallel
builds not all trying to create the same help files.
* tcl/win/configure.in, common.bc, common.vc
Fixed version number to 8.3
* {tcl,tk}/unix/Makefile.in, tweaks to get references to LIB_RUNTIME_DIR
properly expanded on irix builds. Also added BUILDHELP macro
that is conditional on nroff being present so we don't try to
build help files on systems with out nroff.
* tcl/win/tclXAppInit.c, tk/generic/tkXshell.c, tk/win/tkXAppInit.c
- turn off USE_TCL_STUBS
* win/Makefile.in, win/configure.in: Cleanup use of stubs library.
* tcl/win/tclXwinOS.c (TclXOSkill): Added support for "kill"
command on Windows platforms.
To generate a diff of this commit:
cvs rdiff -r1.5927 -r1.5928 pkgsrc/doc/CHANGES
cvs rdiff -r1.1746 -r1.1747 pkgsrc/doc/TODO
cvs rdiff -r1.18 -r1.19 pkgsrc/lang/tcl-tclX/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/tcl-tclX/PLIST
cvs rdiff -r1.1 -r0 pkgsrc/lang/tcl-tclX/buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/lang/tcl-tclX/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/tcl-tclX/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/tcl-tclX/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/tcl-tclX/patches/patch-ab \
pkgsrc/lang/tcl-tclX/patches/patch-ac
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/tcl-tclX/patches/patch-af
cvs rdiff -r1.1 -r0 pkgsrc/lang/tcl-tclX/patches/patch-ah
cvs rdiff -r1.16 -r1.17 pkgsrc/lang/tk-tclX/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/tk-tclX/PLIST
cvs rdiff -r1.4 -r0 pkgsrc/lang/tk-tclX/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.