[macports-base] branch master updated (ddc57c5f6 -> 0d7012be0)
Clemens Lang
cal at macports.org
Sun Nov 19 17:12:56 UTC 2023
Clemens Lang (neverpanic) pushed a change to branch master
in repository macports-base.
from ddc57c5f6 Regen docs
new 891f7e8e8 tclx: revert patches before update
new c28dfcb03 tclx: update to 8.6.2
new 0d7012be0 tclx: adjust patches and apply after update
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tclx/configure-implicit-declarations.patch | 92 ---------
vendor/patches/tclx/configure-regenerate.patch | 76 ++++++++
vendor/patches/tclx/implicit-panic.patch | 212 ---------------------
vendor/tclx | 2 +-
vendor/tclx-8.4.4/.travis.yml | 20 --
vendor/tclx-8.6.2/.github/workflows/linux-ci.yml | 33 ++++
vendor/tclx-8.6.2/.github/workflows/mac-ci.yml | 43 +++++
vendor/{tclx-8.4.4 => tclx-8.6.2}/.gitignore | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/CHANGES | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/ChangeLog | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/Makefile.in | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/README.FreeBSD | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/README.md | 5 +-
vendor/{tclx-8.4.4 => tclx-8.6.2}/aclocal.m4 | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/getopt.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/random.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/rename.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/configure | 48 ++++-
vendor/{tclx-8.4.4 => tclx-8.6.2}/configure.in | 14 +-
.../doc/CONVERSION-NOTES | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/CmdWrite.3 | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/Handles.3 | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/Keylist.3 | 0
.../{tclx-8.4.4 => tclx-8.6.2}/doc/ObjCmdWrite.3 | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/TclX.n | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/TclXInit.3 | 0
.../generic/tclExtdInt.h | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclExtend.h | 0
.../generic/tclXbsearch.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXchmod.c | 0
.../generic/tclXcmdloop.c | 0
.../generic/tclXcoalesce.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXdebug.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXdup.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfcntl.c | 6 +-
.../generic/tclXfilecmds.c | 0
.../generic/tclXfilescan.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXflock.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfstat.c | 0
.../generic/tclXgeneral.c | 0
.../generic/tclXhandles.c | 2 +-
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXinit.c | 3 +
.../generic/tclXkeylist.c | 10 +-
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlgets.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlib.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlist.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXmath.c | 0
.../generic/tclXmsgcat.c | 0
.../generic/tclXoscmds.c | 0
.../generic/tclXprocess.c | 0
.../generic/tclXprofile.c | 2 +-
.../generic/tclXselect.c | 0
.../generic/tclXsignal.c | 2 +-
.../generic/tclXsocket.c | 0
.../generic/tclXstring.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXtest.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/generic/tclXutil.c | 0
.../library/arrayprocs.tcl | 0
.../library/autoload.tcl | 0
.../library/buildhelp.tcl | 0
.../library/buildidx.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/compat.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/convlib.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/edprocs.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/events.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/fmath.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/forfile.tcl | 0
.../library/globrecur.tcl | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/library/help.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/profrep.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/pushd.tcl | 0
.../library/setfuncs.tcl | 0
.../library/showproc.tcl | 0
.../library/stringfile.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/library/tcllib.tcl | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/library/tclx.tcl | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/license.terms | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tclconfig/ChangeLog | 0
.../tclconfig/README.txt | 0
.../tclconfig/install-sh | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tclconfig/tcl.m4 | 12 +-
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/all.tcl | 5 +
.../tests/arrayproc.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/bsearch.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/chartype.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/chmod.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/chroot.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/cmdloop.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/cmdtrace.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/coalesce.test | 0
.../tests/compat/clock.test | 0
.../tests/compat/copyfile.test | 0
.../tests/compat/file.test | 0
.../tests/compat/server.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/convlib.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/dup.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fcntl.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/filescan.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/flock.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fmath.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/forfile.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fstat.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/ftrunc.test | 0
.../tests/globrecur.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/help.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/id.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/init.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/keylist.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/lassign.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/lgets.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/list.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/lmatch.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/loop.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/math.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/msgcat.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/nice.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/pipe.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/process.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/profile.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/pushd.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/readdir.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/select.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/setfuncs.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/showproc.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/signal.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/socket.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/string.test | 0
.../tests/stringfil.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/sync.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/tcllib.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/testlib.tcl | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/tryeval.test | 0
.../{tclx-8.4.4 => tclx-8.6.2}/tests/unixcmds.test | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/INSTALL | 0
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXAppInit.c | 0
.../unix/tclXchannelfd.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixCmds.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixDup.c | 6 +-
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixId.c | 20 +-
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixOS.c | 12 +-
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixPort.h | 4 -
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixSock.c | 2 +
.../{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixTest.c | 0
.../unix/tools/Makefile.in | 0
.../unix/tools/bldmanhelp.tcl | 0
.../unix/tools/buildutil.tcl | 0
.../unix/tools/checkup.tcl | 0
.../unix/tools/cphelpdir.sh | 0
.../unix/tools/cpmanpages.tcl | 0
.../unix/tools/genindex.tcl | 0
.../unix/tools/instcopy.tcl | 0
.../unix/tools/libconvert.tcl | 0
.../unix/tools/runbuildhelp.tcl | 0
.../unix/tools/tclmanpages | 0
.../unix/tools/tkmanpages | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/INSTALL.txt | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/cattcl.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/makefile.vc | 11 +-
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/nmakehlp.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/win/pkgIndex.tcl.in | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/rules.vc | 0
.../{tclx-8.4.4 => tclx-8.6.2}/win/tclXAppInit.c | 0
.../{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinCmds.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinDup.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinId.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinOS.c | 2 +-
.../{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinPort.h | 0
.../{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinTest.c | 0
vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclx.rc | 0
169 files changed, 262 insertions(+), 382 deletions(-)
delete mode 100644 vendor/patches/tclx/configure-implicit-declarations.patch
create mode 100644 vendor/patches/tclx/configure-regenerate.patch
delete mode 100644 vendor/patches/tclx/implicit-panic.patch
delete mode 100644 vendor/tclx-8.4.4/.travis.yml
create mode 100644 vendor/tclx-8.6.2/.github/workflows/linux-ci.yml
create mode 100644 vendor/tclx-8.6.2/.github/workflows/mac-ci.yml
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/.gitignore (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/CHANGES (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/ChangeLog (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/Makefile.in (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/README.FreeBSD (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/README.md (95%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/aclocal.m4 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/getopt.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/random.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/compat/rename.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/configure (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/configure.in (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/CONVERSION-NOTES (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/CmdWrite.3 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/Handles.3 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/Keylist.3 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/ObjCmdWrite.3 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/TclX.n (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/doc/TclXInit.3 (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclExtdInt.h (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclExtend.h (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXbsearch.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXchmod.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXcmdloop.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXcoalesce.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXdebug.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXdup.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfcntl.c (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfilecmds.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfilescan.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXflock.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXfstat.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXgeneral.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXhandles.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXinit.c (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXkeylist.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlgets.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlib.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXlist.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXmath.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXmsgcat.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXoscmds.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXprocess.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXprofile.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXselect.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXsignal.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXsocket.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXstring.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXtest.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/generic/tclXutil.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/arrayprocs.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/autoload.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/buildhelp.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/buildidx.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/compat.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/convlib.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/edprocs.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/events.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/fmath.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/forfile.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/globrecur.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/help.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/profrep.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/pushd.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/setfuncs.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/showproc.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/stringfile.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/tcllib.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/library/tclx.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/license.terms (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tclconfig/ChangeLog (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tclconfig/README.txt (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tclconfig/install-sh (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tclconfig/tcl.m4 (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/all.tcl (94%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/arrayproc.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/bsearch.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/chartype.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/chmod.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/chroot.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/cmdloop.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/cmdtrace.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/coalesce.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/compat/clock.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/compat/copyfile.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/compat/file.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/compat/server.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/convlib.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/dup.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fcntl.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/filescan.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/flock.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fmath.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/forfile.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/fstat.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/ftrunc.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/globrecur.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/help.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/id.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/init.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/keylist.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/lassign.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/lgets.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/list.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/lmatch.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/loop.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/math.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/msgcat.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/nice.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/pipe.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/process.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/profile.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/pushd.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/readdir.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/select.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/setfuncs.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/showproc.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/signal.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/socket.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/string.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/stringfil.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/sync.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/tcllib.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/testlib.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/tryeval.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/tests/unixcmds.test (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/INSTALL (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXAppInit.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXchannelfd.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixCmds.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixDup.c (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixId.c (97%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixOS.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixPort.h (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixSock.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tclXunixTest.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/Makefile.in (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/bldmanhelp.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/buildutil.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/checkup.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/cphelpdir.sh (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/cpmanpages.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/genindex.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/instcopy.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/libconvert.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/runbuildhelp.tcl (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/tclmanpages (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/unix/tools/tkmanpages (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/INSTALL.txt (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/cattcl.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/makefile.vc (98%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/nmakehlp.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/pkgIndex.tcl.in (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/rules.vc (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXAppInit.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinCmds.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinDup.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinId.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinOS.c (99%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinPort.h (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclXwinTest.c (100%)
rename vendor/{tclx-8.4.4 => tclx-8.6.2}/win/tclx.rc (100%)
More information about the macports-changes
mailing list