[macports-base] branch master updated (13cfaca21 -> 3b1d6ac38)

Ryan Carsten Schmidt ryandesign at macports.org
Tue Apr 30 03:02:52 UTC 2024


Ryan Carsten Schmidt (ryandesign) pushed a change to branch master
in repository macports-base.

    from 13cfaca21 CI: Use standard_configure.sh
     new 20c1697d8 tclx: revert patches before update
     new 3b1d6ac38 tclx: update to 8.6.3

The 2 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:
 vendor/patches/tclx/configure-regenerate.patch     |  76 --------------
 vendor/tclx                                        |   2 +-
 .../.github/workflows/linux-ci.yml                 |   7 +-
 .../.github/workflows/mac-ci.yml                   |   1 +
 vendor/{tclx-8.6.2 => tclx-8.6.3}/.gitignore       |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/CHANGES          |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/ChangeLog        |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/Makefile.in      |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/README.FreeBSD   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/README.md        |   4 +-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/aclocal.m4       |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/getopt.c  |   8 +-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/random.c  |  15 ++-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/rename.c  |   5 +-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/configure        |   2 +-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/configure.in     |   2 +-
 .../doc/CONVERSION-NOTES                           |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/CmdWrite.3   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/Handles.3    |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/Keylist.3    |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/doc/ObjCmdWrite.3   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/TclX.n       |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/TclXInit.3   |   0
 .../generic/tclExtdInt.h                           |   2 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclExtend.h |  18 ++--
 .../generic/tclXbsearch.c                          |   4 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXchmod.c |  12 +--
 .../generic/tclXcmdloop.c                          |   4 +-
 .../generic/tclXcoalesce.c                         |   2 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXdebug.c |   4 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXdup.c   |   4 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfcntl.c |   4 +-
 .../generic/tclXfilecmds.c                         |  12 +--
 .../generic/tclXfilescan.c                         |  12 +--
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXflock.c |  12 +--
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfstat.c |   4 +-
 .../generic/tclXgeneral.c                          |  16 +--
 .../generic/tclXhandles.c                          |  12 +--
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXinit.c  |   0
 .../generic/tclXkeylist.c                          |  20 ++--
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlgets.c |   4 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlib.c   |  12 +--
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlist.c  |  28 +++---
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXmath.c  |  12 +--
 .../generic/tclXmsgcat.c                           |  16 +--
 .../generic/tclXoscmds.c                           |  28 +++---
 .../generic/tclXprocess.c                          |  12 +--
 .../generic/tclXprofile.c                          |  13 ++-
 .../generic/tclXselect.c                           |   6 +-
 .../generic/tclXsignal.c                           |  18 ++--
 .../generic/tclXsocket.c                           |  10 +-
 .../generic/tclXstring.c                           |  40 ++++----
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXtest.c  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/generic/tclXutil.c  |  18 ++--
 .../library/arrayprocs.tcl                         |   0
 .../library/autoload.tcl                           |   0
 .../library/buildhelp.tcl                          |   0
 .../library/buildidx.tcl                           |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/compat.tcl  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/convlib.tcl |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/edprocs.tcl |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/events.tcl  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/fmath.tcl   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/forfile.tcl |   0
 .../library/globrecur.tcl                          |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/library/help.tcl |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/profrep.tcl |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/pushd.tcl   |   0
 .../library/setfuncs.tcl                           |   0
 .../library/showproc.tcl                           |   0
 .../library/stringfile.tcl                         |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/library/tcllib.tcl  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/library/tclx.tcl |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/license.terms    |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tclconfig/ChangeLog |   0
 .../tclconfig/README.txt                           |   0
 .../tclconfig/install-sh                           |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tclconfig/tcl.m4 |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/all.tcl    |   0
 .../tests/arrayproc.test                           |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/bsearch.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/chartype.test |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/chmod.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/chroot.test   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/cmdloop.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/cmdtrace.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/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.6.2 => tclx-8.6.3}/tests/convlib.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/dup.test   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fcntl.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/filescan.test |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/flock.test |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fmath.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/forfile.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fstat.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/ftrunc.test   |   0
 .../tests/globrecur.test                           |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/help.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/id.test    |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/init.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/keylist.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/lassign.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/lgets.test |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/list.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/lmatch.test   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/loop.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/math.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/msgcat.test   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/nice.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/pipe.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/process.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/profile.test  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/pushd.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/readdir.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/select.test   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/setfuncs.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/showproc.test |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/signal.test   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/socket.test   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/string.test   |   0
 .../tests/stringfil.test                           |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/sync.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/tcllib.test   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/testlib.tcl   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/tryeval.test  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/tests/unixcmds.test |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/INSTALL     |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXAppInit.c  |   0
 .../unix/tclXchannelfd.c                           |   2 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixCmds.c |  11 +--
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixDup.c  |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixId.c   |  44 ++++-----
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixOS.c   |  19 +---
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixPort.h |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixSock.c |   2 +-
 .../{tclx-8.6.2 => tclx-8.6.3}/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.6.2 => tclx-8.6.3}/win/INSTALL.txt  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/cattcl.c     |   5 +-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/makefile.vc  |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/nmakehlp.c   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/win/pkgIndex.tcl.in |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/rules.vc     |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/win/tclXAppInit.c   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinCmds.c   |  11 +--
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinDup.c |  14 ++-
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinId.c  |  32 +++---
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinOS.c  | 109 +++++++++------------
 .../{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinPort.h   |   0
 .../{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinTest.c   |   0
 vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclx.rc      |   0
 166 files changed, 312 insertions(+), 418 deletions(-)
 delete mode 100644 vendor/patches/tclx/configure-regenerate.patch
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/.github/workflows/linux-ci.yml (88%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/.github/workflows/mac-ci.yml (97%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/.gitignore (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/CHANGES (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/ChangeLog (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/Makefile.in (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/README.FreeBSD (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/README.md (95%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/aclocal.m4 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/getopt.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/random.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/compat/rename.c (86%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/configure (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/configure.in (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/CONVERSION-NOTES (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/CmdWrite.3 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/Handles.3 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/Keylist.3 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/ObjCmdWrite.3 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/TclX.n (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/doc/TclXInit.3 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclExtdInt.h (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclExtend.h (92%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXbsearch.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXchmod.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXcmdloop.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXcoalesce.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXdebug.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXdup.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfcntl.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfilecmds.c (97%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfilescan.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXflock.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXfstat.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXgeneral.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXhandles.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXinit.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXkeylist.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlgets.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlib.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXlist.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXmath.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXmsgcat.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXoscmds.c (95%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXprocess.c (97%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXprofile.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXselect.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXsignal.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXsocket.c (97%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXstring.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXtest.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/generic/tclXutil.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/arrayprocs.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/autoload.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/buildhelp.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/buildidx.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/compat.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/convlib.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/edprocs.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/events.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/fmath.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/forfile.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/globrecur.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/help.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/profrep.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/pushd.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/setfuncs.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/showproc.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/stringfile.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/tcllib.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/library/tclx.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/license.terms (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tclconfig/ChangeLog (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tclconfig/README.txt (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tclconfig/install-sh (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tclconfig/tcl.m4 (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/all.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/arrayproc.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/bsearch.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/chartype.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/chmod.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/chroot.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/cmdloop.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/cmdtrace.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/coalesce.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/compat/clock.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/compat/copyfile.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/compat/file.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/compat/server.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/convlib.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/dup.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fcntl.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/filescan.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/flock.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fmath.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/forfile.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/fstat.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/ftrunc.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/globrecur.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/help.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/id.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/init.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/keylist.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/lassign.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/lgets.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/list.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/lmatch.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/loop.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/math.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/msgcat.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/nice.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/pipe.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/process.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/profile.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/pushd.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/readdir.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/select.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/setfuncs.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/showproc.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/signal.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/socket.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/string.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/stringfil.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/sync.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/tcllib.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/testlib.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/tryeval.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/tests/unixcmds.test (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/INSTALL (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXAppInit.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXchannelfd.c (98%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixCmds.c (94%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixDup.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixId.c (93%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixOS.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixPort.h (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixSock.c (99%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tclXunixTest.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/Makefile.in (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/bldmanhelp.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/buildutil.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/checkup.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/cphelpdir.sh (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/cpmanpages.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/genindex.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/instcopy.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/libconvert.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/runbuildhelp.tcl (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/tclmanpages (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/unix/tools/tkmanpages (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/INSTALL.txt (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/cattcl.c (97%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/makefile.vc (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/nmakehlp.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/pkgIndex.tcl.in (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/rules.vc (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXAppInit.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinCmds.c (93%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinDup.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinId.c (87%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinOS.c (96%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinPort.h (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclXwinTest.c (100%)
 rename vendor/{tclx-8.6.2 => tclx-8.6.3}/win/tclx.rc (100%)



More information about the macports-changes mailing list