diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-28 23:08:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-28 23:08:00 +0800 |
commit | d4d2b2d3bc5e7d0ab9601d3d836f9531a1b53f1c (patch) | |
tree | f481f0e8ee3d920f7f8301db3e0b399b935da306 /japanese | |
parent | 99b22cc0a7e4845005aa9024dd7fb5ee6d4ca39e (diff) | |
download | freebsd-ports-gnome-d4d2b2d3bc5e7d0ab9601d3d836f9531a1b53f1c.tar.gz freebsd-ports-gnome-d4d2b2d3bc5e7d0ab9601d3d836f9531a1b53f1c.tar.zst freebsd-ports-gnome-d4d2b2d3bc5e7d0ab9601d3d836f9531a1b53f1c.zip |
2012-11-26 emulators/gcube: No more public distfiles
2012-11-26 games/stepbill: No more public distfiles
2012-11-26 deskutils/ktagebuch: No more public distfiles
2012-11-26 games/jetpack: No more public distfiles
2012-11-26 games/tremor: No more public distfiles
2012-11-26 graphics/jpeg2pdf: No more public distfiles
2012-11-26 java/westhawksnmp: No more public distfiles
2012-11-26 japanese/tcl76: No more public distfiles
2012-11-26 math/stepulator: No more public distfiles
2012-11-26 editors/jedit-devel: Stable version is more recent than devel
2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12
Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/tcl76/Makefile | 71 | ||||
-rw-r--r-- | japanese/tcl76/distinfo | 4 | ||||
-rw-r--r-- | japanese/tcl76/files/Makefile.lib | 43 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-aa | 130 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-ab | 1422 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-ac | 20 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-ad | 52 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-ae | 20 | ||||
-rw-r--r-- | japanese/tcl76/files/patch-tclUnixPort.h | 12 | ||||
-rw-r--r-- | japanese/tcl76/pkg-descr | 11 | ||||
-rw-r--r-- | japanese/tcl76/pkg-plist | 21 |
12 files changed, 0 insertions, 1807 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8b1c9f85bdcb..c9803ce42422 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -314,7 +314,6 @@ SUBDIR += suicavalue SUBDIR += suikyo SUBDIR += t2ps - SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tdiary SUBDIR += teTeX diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile deleted file mode 100644 index 5dc261bb7e74..000000000000 --- a/japanese/tcl76/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# Created by: taguchi@tohoku.iij.ad.jp -# $FreeBSD$ - -PORTNAME= tcl -PORTVERSION= 7.6 -CATEGORIES= japanese lang -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl7_6/ -DISTNAME= ${PORTNAME}${PORTVERSION}p2 - -PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= ${PORTNAME}${PORTVERSION}jp-patch.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanized Tcl (Tool Command Language) - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -USE_AUTOTOOLS= autoconf213 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh -PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh - -VERSION= ${PORTVERSION}jp - -.if defined(PATCH_DEBUG) -PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} -.else -PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} -.endif - -NO_LATEST_LINK= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.elif ${OSVERSION} >= 900000 -BROKEN= does not build -.endif - -post-extract: - @${MV} ${WRKDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${DISTNAME} - -post-configure: - @${ECHO} "We will NOT only make shared library, but also static one." - @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} - -pre-build: - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} \ - VERSION=${VERSION} && ${RM} *.o - -pre-install: - ${MKDIR} ${PREFIX}/lib/tcl${VERSION} - cd ${WRKSRC} && ${MAKE} -f Makefile.lib PREFIX=${PREFIX} VERSION=${VERSION} install - -post-install: -.if exists(${PKGINSTALL}) - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} -.endif - -test: - cd ${WRKSRC} && ${MAKE} test - -install-man: - cd ${WRKSRC} && ${MAKE} install-man - -.include <bsd.port.post.mk> diff --git a/japanese/tcl76/distinfo b/japanese/tcl76/distinfo deleted file mode 100644 index 434166d28fc9..000000000000 --- a/japanese/tcl76/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (tcl7.6p2.tar.gz) = c8fec98c6262f350ad3e523bfd6f5d874147204c37166e238d455ac5df6b036b -SIZE (tcl7.6p2.tar.gz) = 959397 -SHA256 (tcl7.6jp-patch.gz) = 0f314e34dcf517dcce675f6eeeac125a53d47638cbcb84ae74c6208a1adff31b -SIZE (tcl7.6jp-patch.gz) = 35155 diff --git a/japanese/tcl76/files/Makefile.lib b/japanese/tcl76/files/Makefile.lib deleted file mode 100644 index d98bae2bad25..000000000000 --- a/japanese/tcl76/files/Makefile.lib +++ /dev/null @@ -1,43 +0,0 @@ -NOPROFILE= yes -LIB= tcl${VERSION} -TCL_LIBRARY= ${PREFIX}/lib/tcl${VERSION} -CFLAGS+= -I. -I./../generic \ - -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 \ - -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 \ - -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 \ - -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DKANJI \ - -DTCL_LIBRARY=\"${TCL_LIBRARY}\" \ - -DTCL_PACKAGE_PATH="\"/usr/local/lib\"" -GENERIC_DIR= ../generic -UNIX_DIR= . - -SRCS= \ - $(GENERIC_DIR)/regexp.c $(GENERIC_DIR)/tclAsync.c \ - $(GENERIC_DIR)/tclBasic.c $(GENERIC_DIR)/tclCkalloc.c \ - $(GENERIC_DIR)/tclClock.c $(GENERIC_DIR)/tclCmdAH.c \ - $(GENERIC_DIR)/tclCmdIL.c $(GENERIC_DIR)/tclCmdMZ.c \ - $(GENERIC_DIR)/tclDate.c $(GENERIC_DIR)/tclEnv.c \ - $(GENERIC_DIR)/tclEvent.c $(GENERIC_DIR)/tclExpr.c \ - $(GENERIC_DIR)/tclFHandle.c $(GENERIC_DIR)/tclFileName.c \ - $(GENERIC_DIR)/tclGet.c $(GENERIC_DIR)/tclHash.c \ - $(GENERIC_DIR)/tclHistory.c $(GENERIC_DIR)/tclInterp.c \ - $(GENERIC_DIR)/tclIO.c $(GENERIC_DIR)/tclIOCmd.c \ - $(GENERIC_DIR)/tclIOSock.c $(GENERIC_DIR)/tclIOUtil.c \ - $(GENERIC_DIR)/tclLink.c $(GENERIC_DIR)/tclLoad.c \ - $(GENERIC_DIR)/tclMain.c $(GENERIC_DIR)/tclNotify.c \ - $(GENERIC_DIR)/tclParse.c $(GENERIC_DIR)/tclPkg.c \ - $(GENERIC_DIR)/tclPosixStr.c $(GENERIC_DIR)/tclPreserve.c \ - $(GENERIC_DIR)/tclProc.c $(GENERIC_DIR)/tclTest.c \ - $(GENERIC_DIR)/tclUtil.c $(GENERIC_DIR)/tclVar.c \ - $(GENERIC_DIR)/tclKanjiUtil.c \ - $(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/tclMtherr.c \ - $(UNIX_DIR)/tclUnixChan.c $(UNIX_DIR)/tclUnixFile.c \ - $(UNIX_DIR)/tclUnixNotfy.c $(UNIX_DIR)/tclUnixPipe.c \ - $(UNIX_DIR)/tclUnixSock.c $(UNIX_DIR)/tclUnixTest.c \ - $(UNIX_DIR)/tclUnixTime.c $(UNIX_DIR)/tclUnixInit.c \ - $(UNIX_DIR)/tclLoadDl2.c $(UNIX_DIR)/tclUnixFCmd.c - -install: - install -c libtcl${VERSION}.a ${PREFIX}/lib/libtcl76jp.a - -.include <bsd.lib.mk> diff --git a/japanese/tcl76/files/patch-aa b/japanese/tcl76/files/patch-aa deleted file mode 100644 index 5c1a620aa778..000000000000 --- a/japanese/tcl76/files/patch-aa +++ /dev/null @@ -1,130 +0,0 @@ ---- Makefile.in.orig Thu Sep 17 16:59:45 1998 -+++ Makefile.in Thu Sep 17 17:06:00 1998 -@@ -55,7 +55,9 @@ - BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin - - # Directory in which to install the include file tcl.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION)/unix - - # Top-level directory in which to install manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man -@@ -73,7 +75,7 @@ - - # To change the compiler switches, for example to change from -O - # to -g, change the following line: --CFLAGS = -O -+CFLAGS = @CFLAGS@ - - # To disable ANSI-C procedure prototypes reverse the comment characters - # on the following lines: -@@ -305,6 +307,7 @@ - rm -f ${TCL_LIB_FILE} - @MAKE_LIB@ - $(RANLIB) ${TCL_LIB_FILE} -+ ln -sf ${TCL_LIB_FILE} `echo ${TCL_LIB_FILE} | sed 's/\.so.*$$/.so/'` - - tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE} - ${CC} @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \ -@@ -366,7 +371,7 @@ - cd dltest; if test -f configure; then ./configure; else \ - $(DLTEST_DIR)/configure; fi - --install: install-binaries install-libraries install-man -+install: install-binaries install-libraries - - # Note: before running ranlib below, must cd to target directory because - # some ranlibs write to current directory, and this might not always be -@@ -385,15 +390,17 @@ - @echo "Installing $(TCL_LIB_FILE)" - @$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE) - @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TCL_LIB_FILE)) -+ @(cd $(LIB_INSTALL_DIR); ln -sf ${TCL_LIB_FILE} `echo ${TCL_LIB_FILE} | sed 's/\.so.*$$/.so/'`) - @chmod 555 $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE) - @echo "Installing tclsh" - @$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION) - @echo "Installing tclConfig.sh" -- @$(INSTALL_DATA) tclConfig.sh $(LIB_INSTALL_DIR)/tclConfig.sh -+ @$(INSTALL_DATA) tclConfig.sh $(SCRIPT_INSTALL_DIR)/tclConfig.sh - - install-libraries: - @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ -- $(SCRIPT_INSTALL_DIR) ; \ -+ $(SCRIPT_INSTALL_DIR) $(GENERIC_INCLUDE_INSTALL_DIR) \ -+ $(UNIX_INCLUDE_INSTALL_DIR) ; \ - do \ - if [ ! -d $$i ] ; then \ - echo "Making directory $$i"; \ -@@ -402,13 +411,20 @@ - else true; \ - fi; \ - done; -- @echo "Installing tcl.h" -- @$(INSTALL_DATA) $(GENERIC_DIR)/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h -+ @echo "Installing libraries, tcl.h and other headers" - @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tclAppInit.c; \ - do \ - echo "Installing $$i"; \ - $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ - done; -+ @echo "Installing $(TOP_DIR)unix/tclUnixPort.h" -+ @$(INSTALL_DATA) $(TOP_DIR)/unix/tclUnixPort.h $(UNIX_INCLUDE_INSTALL_DIR) -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h - - install-man: - @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN3_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \ -@@ -423,30 +439,38 @@ - @cd $(TOP_DIR)/doc; for i in *.1; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN1_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN1_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN1_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ -+ $$i |gzip -9 > $(MAN1_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @cd $(TOP_DIR)/doc; for i in *.3; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN3_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN3_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN3_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ -+ $$i |gzip -9 > $(MAN3_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @cd $(TOP_DIR)/doc; for i in *.n; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MANN_INSTALL_DIR)/$$i; \ -+ rm -f $(MANN_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MANN_INSTALL_DIR)/$$i; \ -- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ -+ $$i | gzip -9 > $(MANN_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) -+ @echo "**********" -+ @echo "IMPORTANT:" -+ @echo "**********" -+ @echo "We've installed:" -+ @echo "tclConfig.sh in $(SCRIPT_INSTALL_DIR)/tclConfig.sh" -+ @echo "tcl.h in $(INCLUDE_INSTALL_DIR)/tcl.h" -+ @echo "These are NOT the default place, but good place to avoid" -+ @echo "conflicting with another version of Tcl/Tks." - - Makefile: $(UNIX_DIR)/Makefile.in - $(SHELL) config.status diff --git a/japanese/tcl76/files/patch-ab b/japanese/tcl76/files/patch-ab deleted file mode 100644 index ce58054f4085..000000000000 --- a/japanese/tcl76/files/patch-ab +++ /dev/null @@ -1,1422 +0,0 @@ ---- mkLinks.ORIG Mon Feb 10 12:37:32 1997 -+++ mkLinks Mon Feb 10 12:39:11 1997 -@@ -27,712 +27,712 @@ - if test "$x" != "xyzzyTestingAVeryLongFileName.foo"; then - exit - fi --if test -r AddErrInfo.3; then -- rm -f Tcl_AddErrorInfo.3 -- ln AddErrInfo.3 Tcl_AddErrorInfo.3 --fi --if test -r Alloc.3; then -- rm -f Tcl_Alloc.3 -- ln Alloc.3 Tcl_Alloc.3 --fi --if test -r AllowExc.3; then -- rm -f Tcl_AllowExceptions.3 -- ln AllowExc.3 Tcl_AllowExceptions.3 --fi --if test -r AppInit.3; then -- rm -f Tcl_AppInit.3 -- ln AppInit.3 Tcl_AppInit.3 --fi --if test -r SetResult.3; then -- rm -f Tcl_AppendElement.3 -- ln SetResult.3 Tcl_AppendElement.3 --fi --if test -r SetResult.3; then -- rm -f Tcl_AppendResult.3 -- ln SetResult.3 Tcl_AppendResult.3 --fi --if test -r Async.3; then -- rm -f Tcl_AsyncCreate.3 -- ln Async.3 Tcl_AsyncCreate.3 --fi --if test -r Async.3; then -- rm -f Tcl_AsyncDelete.3 -- ln Async.3 Tcl_AsyncDelete.3 --fi --if test -r Async.3; then -- rm -f Tcl_AsyncInvoke.3 -- ln Async.3 Tcl_AsyncInvoke.3 --fi --if test -r Async.3; then -- rm -f Tcl_AsyncMark.3 -- ln Async.3 Tcl_AsyncMark.3 --fi --if test -r BackgdErr.3; then -- rm -f Tcl_BackgroundError.3 -- ln BackgdErr.3 Tcl_BackgroundError.3 --fi --if test -r Backslash.3; then -- rm -f Tcl_Backslash.3 -- ln Backslash.3 Tcl_Backslash.3 --fi --if test -r CallDel.3; then -- rm -f Tcl_CallWhenDeleted.3 -- ln CallDel.3 Tcl_CallWhenDeleted.3 --fi --if test -r DoWhenIdle.3; then -- rm -f Tcl_CancelIdleCall.3 -- ln DoWhenIdle.3 Tcl_CancelIdleCall.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Close.3 -- ln OpenFileChnl.3 Tcl_Close.3 --fi --if test -r CmdCmplt.3; then -- rm -f Tcl_CommandComplete.3 -- ln CmdCmplt.3 Tcl_CommandComplete.3 --fi --if test -r Concat.3; then -- rm -f Tcl_Concat.3 -- ln Concat.3 Tcl_Concat.3 --fi --if test -r SplitList.3; then -- rm -f Tcl_ConvertElement.3 -- ln SplitList.3 Tcl_ConvertElement.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_CreateAlias.3 -- ln CrtSlave.3 Tcl_CreateAlias.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_CreateChannel.3 -- ln CrtChannel.3 Tcl_CreateChannel.3 --fi --if test -r CrtChnlHdlr.3; then -- rm -f Tcl_CreateChannelHandler.3 -- ln CrtChnlHdlr.3 Tcl_CreateChannelHandler.3 --fi --if test -r CrtCloseHdlr.3; then -- rm -f Tcl_CreateCloseHandler.3 -- ln CrtCloseHdlr.3 Tcl_CreateCloseHandler.3 --fi --if test -r CrtCommand.3; then -- rm -f Tcl_CreateCommand.3 -- ln CrtCommand.3 Tcl_CreateCommand.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_CreateEventSource.3 -- ln Notifier.3 Tcl_CreateEventSource.3 --fi --if test -r Exit.3; then -- rm -f Tcl_CreateExitHandler.3 -- ln Exit.3 Tcl_CreateExitHandler.3 --fi --if test -r CrtFileHdlr.3; then -- rm -f Tcl_CreateFileHandler.3 -- ln CrtFileHdlr.3 Tcl_CreateFileHandler.3 --fi --if test -r Hash.3; then -- rm -f Tcl_CreateHashEntry.3 -- ln Hash.3 Tcl_CreateHashEntry.3 --fi --if test -r CrtInterp.3; then -- rm -f Tcl_CreateInterp.3 -- ln CrtInterp.3 Tcl_CreateInterp.3 --fi --if test -r CrtMathFnc.3; then -- rm -f Tcl_CreateMathFunc.3 -- ln CrtMathFnc.3 Tcl_CreateMathFunc.3 --fi --if test -r CrtModalTmt.3; then -- rm -f Tcl_CreateModalTimeout.3 -- ln CrtModalTmt.3 Tcl_CreateModalTimeout.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_CreateSlave.3 -- ln CrtSlave.3 Tcl_CreateSlave.3 --fi --if test -r CrtTimerHdlr.3; then -- rm -f Tcl_CreateTimerHandler.3 -- ln CrtTimerHdlr.3 Tcl_CreateTimerHandler.3 --fi --if test -r CrtTrace.3; then -- rm -f Tcl_CreateTrace.3 -- ln CrtTrace.3 Tcl_CreateTrace.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringAppend.3 -- ln DString.3 Tcl_DStringAppend.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringAppendElement.3 -- ln DString.3 Tcl_DStringAppendElement.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringEndSublist.3 -- ln DString.3 Tcl_DStringEndSublist.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringFree.3 -- ln DString.3 Tcl_DStringFree.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringGetResult.3 -- ln DString.3 Tcl_DStringGetResult.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringInit.3 -- ln DString.3 Tcl_DStringInit.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringLength.3 -- ln DString.3 Tcl_DStringLength.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringResult.3 -- ln DString.3 Tcl_DStringResult.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringSetLength.3 -- ln DString.3 Tcl_DStringSetLength.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringStartSublist.3 -- ln DString.3 Tcl_DStringStartSublist.3 --fi --if test -r DString.3; then -- rm -f Tcl_DStringValue.3 -- ln DString.3 Tcl_DStringValue.3 --fi --if test -r AssocData.3; then -- rm -f Tcl_DeleteAssocData.3 -- ln AssocData.3 Tcl_DeleteAssocData.3 --fi --if test -r CrtChnlHdlr.3; then -- rm -f Tcl_DeleteChannelHandler.3 -- ln CrtChnlHdlr.3 Tcl_DeleteChannelHandler.3 --fi --if test -r CrtCloseHdlr.3; then -- rm -f Tcl_DeleteCloseHandler.3 -- ln CrtCloseHdlr.3 Tcl_DeleteCloseHandler.3 --fi --if test -r CrtCommand.3; then -- rm -f Tcl_DeleteCommand.3 -- ln CrtCommand.3 Tcl_DeleteCommand.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_DeleteEventSource.3 -- ln Notifier.3 Tcl_DeleteEventSource.3 --fi --if test -r Exit.3; then -- rm -f Tcl_DeleteExitHandler.3 -- ln Exit.3 Tcl_DeleteExitHandler.3 --fi --if test -r CrtFileHdlr.3; then -- rm -f Tcl_DeleteFileHandler.3 -- ln CrtFileHdlr.3 Tcl_DeleteFileHandler.3 --fi --if test -r Hash.3; then -- rm -f Tcl_DeleteHashEntry.3 -- ln Hash.3 Tcl_DeleteHashEntry.3 --fi --if test -r Hash.3; then -- rm -f Tcl_DeleteHashTable.3 -- ln Hash.3 Tcl_DeleteHashTable.3 --fi --if test -r CrtInterp.3; then -- rm -f Tcl_DeleteInterp.3 -- ln CrtInterp.3 Tcl_DeleteInterp.3 --fi --if test -r CrtModalTmt.3; then -- rm -f Tcl_DeleteModalTimeout.3 -- ln CrtModalTmt.3 Tcl_DeleteModalTimeout.3 --fi --if test -r CrtTimerHdlr.3; then -- rm -f Tcl_DeleteTimerHandler.3 -- ln CrtTimerHdlr.3 Tcl_DeleteTimerHandler.3 --fi --if test -r CrtTrace.3; then -- rm -f Tcl_DeleteTrace.3 -- ln CrtTrace.3 Tcl_DeleteTrace.3 --fi --if test -r DetachPids.3; then -- rm -f Tcl_DetachPids.3 -- ln DetachPids.3 Tcl_DetachPids.3 --fi --if test -r DoOneEvent.3; then -- rm -f Tcl_DoOneEvent.3 -- ln DoOneEvent.3 Tcl_DoOneEvent.3 --fi --if test -r DoWhenIdle.3; then -- rm -f Tcl_DoWhenIdle.3 -- ln DoWhenIdle.3 Tcl_DoWhenIdle.3 --fi --if test -r CallDel.3; then -- rm -f Tcl_DontCallWhenDeleted.3 -- ln CallDel.3 Tcl_DontCallWhenDeleted.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Eof.3 -- ln OpenFileChnl.3 Tcl_Eof.3 --fi --if test -r Eval.3; then -- rm -f Tcl_Eval.3 -- ln Eval.3 Tcl_Eval.3 --fi --if test -r Eval.3; then -- rm -f Tcl_EvalFile.3 -- ln Eval.3 Tcl_EvalFile.3 --fi --if test -r Preserve.3; then -- rm -f Tcl_EventuallyFree.3 -- ln Preserve.3 Tcl_EventuallyFree.3 --fi --if test -r Exit.3; then -- rm -f Tcl_Exit.3 -- ln Exit.3 Tcl_Exit.3 --fi --if test -r ExprLong.3; then -- rm -f Tcl_ExprBoolean.3 -- ln ExprLong.3 Tcl_ExprBoolean.3 --fi --if test -r ExprLong.3; then -- rm -f Tcl_ExprDouble.3 -- ln ExprLong.3 Tcl_ExprDouble.3 --fi --if test -r ExprLong.3; then -- rm -f Tcl_ExprLong.3 -- ln ExprLong.3 Tcl_ExprLong.3 --fi --if test -r ExprLong.3; then -- rm -f Tcl_ExprString.3 -- ln ExprLong.3 Tcl_ExprString.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_FileReady.3 -- ln Notifier.3 Tcl_FileReady.3 --fi --if test -r FindExec.3; then -- rm -f Tcl_FindExecutable.3 -- ln FindExec.3 Tcl_FindExecutable.3 --fi --if test -r Hash.3; then -- rm -f Tcl_FindHashEntry.3 -- ln Hash.3 Tcl_FindHashEntry.3 --fi --if test -r Hash.3; then -- rm -f Tcl_FirstHashEntry.3 -- ln Hash.3 Tcl_FirstHashEntry.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Flush.3 -- ln OpenFileChnl.3 Tcl_Flush.3 --fi --if test -r Alloc.3; then -- rm -f Tcl_Free.3 -- ln Alloc.3 Tcl_Free.3 --fi --if test -r GetFile.3; then -- rm -f Tcl_FreeFile.3 -- ln GetFile.3 Tcl_FreeFile.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_GetAlias.3 -- ln CrtSlave.3 Tcl_GetAlias.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_GetAliases.3 -- ln CrtSlave.3 Tcl_GetAliases.3 --fi --if test -r AssocData.3; then -- rm -f Tcl_GetAssocData.3 -- ln AssocData.3 Tcl_GetAssocData.3 --fi --if test -r GetInt.3; then -- rm -f Tcl_GetBoolean.3 -- ln GetInt.3 Tcl_GetBoolean.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelBufferSize.3 -- ln CrtChannel.3 Tcl_GetChannelBufferSize.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelFile.3 -- ln CrtChannel.3 Tcl_GetChannelFile.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelInstanceData.3 -- ln CrtChannel.3 Tcl_GetChannelInstanceData.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelMode.3 -- ln CrtChannel.3 Tcl_GetChannelMode.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelName.3 -- ln CrtChannel.3 Tcl_GetChannelName.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_GetChannelOption.3 -- ln OpenFileChnl.3 Tcl_GetChannelOption.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_GetChannelType.3 -- ln CrtChannel.3 Tcl_GetChannelType.3 --fi --if test -r CrtCommand.3; then -- rm -f Tcl_GetCommandInfo.3 -- ln CrtCommand.3 Tcl_GetCommandInfo.3 --fi --if test -r GetInt.3; then -- rm -f Tcl_GetDouble.3 -- ln GetInt.3 Tcl_GetDouble.3 --fi --if test -r SetErrno.3; then -- rm -f Tcl_GetErrno.3 -- ln SetErrno.3 Tcl_GetErrno.3 --fi --if test -r GetFile.3; then -- rm -f Tcl_GetFile.3 -- ln GetFile.3 Tcl_GetFile.3 --fi --if test -r GetFile.3; then -- rm -f Tcl_GetFileInfo.3 -- ln GetFile.3 Tcl_GetFileInfo.3 --fi --if test -r Hash.3; then -- rm -f Tcl_GetHashKey.3 -- ln Hash.3 Tcl_GetHashKey.3 --fi --if test -r Hash.3; then -- rm -f Tcl_GetHashValue.3 -- ln Hash.3 Tcl_GetHashValue.3 --fi --if test -r GetInt.3; then -- rm -f Tcl_GetInt.3 -- ln GetInt.3 Tcl_GetInt.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_GetMaster.3 -- ln CrtSlave.3 Tcl_GetMaster.3 --fi --if test -r GetOpnFl.3; then -- rm -f Tcl_GetOpenFile.3 -- ln GetOpnFl.3 Tcl_GetOpenFile.3 --fi --if test -r SplitPath.3; then -- rm -f Tcl_GetPathType.3 -- ln SplitPath.3 Tcl_GetPathType.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_GetSlave.3 -- ln CrtSlave.3 Tcl_GetSlave.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_GetSlaves.3 -- ln CrtSlave.3 Tcl_GetSlaves.3 --fi --if test -r GetStdChan.3; then -- rm -f Tcl_GetStdChannel.3 -- ln GetStdChan.3 Tcl_GetStdChannel.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_GetVar.3 -- ln SetVar.3 Tcl_GetVar.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_GetVar2.3 -- ln SetVar.3 Tcl_GetVar2.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Gets.3 -- ln OpenFileChnl.3 Tcl_Gets.3 --fi --if test -r Eval.3; then -- rm -f Tcl_GlobalEval.3 -- ln Eval.3 Tcl_GlobalEval.3 --fi --if test -r Hash.3; then -- rm -f Tcl_HashStats.3 -- ln Hash.3 Tcl_HashStats.3 --fi --if test -r Hash.3; then -- rm -f Tcl_InitHashTable.3 -- ln Hash.3 Tcl_InitHashTable.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_InputBlocked.3 -- ln OpenFileChnl.3 Tcl_InputBlocked.3 --fi --if test -r Interp.3; then -- rm -f Tcl_Interp.3 -- ln Interp.3 Tcl_Interp.3 --fi --if test -r CrtInterp.3; then -- rm -f Tcl_InterpDeleted.3 -- ln CrtInterp.3 Tcl_InterpDeleted.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_IsSafe.3 -- ln CrtSlave.3 Tcl_IsSafe.3 --fi --if test -r SplitPath.3; then -- rm -f Tcl_JoinPath.3 -- ln SplitPath.3 Tcl_JoinPath.3 --fi --if test -r LinkVar.3; then -- rm -f Tcl_LinkVar.3 -- ln LinkVar.3 Tcl_LinkVar.3 --fi --if test -r CrtSlave.3; then -- rm -f Tcl_MakeSafe.3 -- ln CrtSlave.3 Tcl_MakeSafe.3 --fi --if test -r SplitList.3; then -- rm -f Tcl_Merge.3 -- ln SplitList.3 Tcl_Merge.3 --fi --if test -r Hash.3; then -- rm -f Tcl_NextHashEntry.3 -- ln Hash.3 Tcl_NextHashEntry.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_OpenCommandChannel.3 -- ln OpenFileChnl.3 Tcl_OpenCommandChannel.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_OpenFileChannel.3 -- ln OpenFileChnl.3 Tcl_OpenFileChannel.3 --fi --if test -r OpenTcp.3; then -- rm -f Tcl_OpenTcpClient.3 -- ln OpenTcp.3 Tcl_OpenTcpClient.3 --fi --if test -r OpenTcp.3; then -- rm -f Tcl_OpenTcpServer.3 -- ln OpenTcp.3 Tcl_OpenTcpServer.3 --fi --if test -r PkgRequire.3; then -- rm -f Tcl_PkgProvide.3 -- ln PkgRequire.3 Tcl_PkgProvide.3 --fi --if test -r PkgRequire.3; then -- rm -f Tcl_PkgRequire.3 -- ln PkgRequire.3 Tcl_PkgRequire.3 --fi --if test -r AddErrInfo.3; then -- rm -f Tcl_PosixError.3 -- ln AddErrInfo.3 Tcl_PosixError.3 --fi --if test -r Preserve.3; then -- rm -f Tcl_Preserve.3 -- ln Preserve.3 Tcl_Preserve.3 --fi --if test -r PrintDbl.3; then -- rm -f Tcl_PrintDouble.3 -- ln PrintDbl.3 Tcl_PrintDouble.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_QueueEvent.3 -- ln Notifier.3 Tcl_QueueEvent.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Read.3 -- ln OpenFileChnl.3 Tcl_Read.3 --fi --if test -r Alloc.3; then -- rm -f Tcl_Realloc.3 -- ln Alloc.3 Tcl_Realloc.3 --fi --if test -r DetachPids.3; then -- rm -f Tcl_ReapDetachedProcs.3 -- ln DetachPids.3 Tcl_ReapDetachedProcs.3 --fi --if test -r RecordEval.3; then -- rm -f Tcl_RecordAndEval.3 -- ln RecordEval.3 Tcl_RecordAndEval.3 --fi --if test -r RegExp.3; then -- rm -f Tcl_RegExpCompile.3 -- ln RegExp.3 Tcl_RegExpCompile.3 --fi --if test -r RegExp.3; then -- rm -f Tcl_RegExpExec.3 -- ln RegExp.3 Tcl_RegExpExec.3 --fi --if test -r RegExp.3; then -- rm -f Tcl_RegExpMatch.3 -- ln RegExp.3 Tcl_RegExpMatch.3 --fi --if test -r RegExp.3; then -- rm -f Tcl_RegExpRange.3 -- ln RegExp.3 Tcl_RegExpRange.3 --fi --if test -r Preserve.3; then -- rm -f Tcl_Release.3 -- ln Preserve.3 Tcl_Release.3 --fi --if test -r SetResult.3; then -- rm -f Tcl_ResetResult.3 -- ln SetResult.3 Tcl_ResetResult.3 --fi --if test -r SplitList.3; then -- rm -f Tcl_ScanElement.3 -- ln SplitList.3 Tcl_ScanElement.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Seek.3 -- ln OpenFileChnl.3 Tcl_Seek.3 --fi --if test -r AssocData.3; then -- rm -f Tcl_SetAssocData.3 -- ln AssocData.3 Tcl_SetAssocData.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_SetChannelBufferSize.3 -- ln CrtChannel.3 Tcl_SetChannelBufferSize.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_SetChannelOption.3 -- ln OpenFileChnl.3 Tcl_SetChannelOption.3 --fi --if test -r CrtCommand.3; then -- rm -f Tcl_SetCommandInfo.3 -- ln CrtCommand.3 Tcl_SetCommandInfo.3 --fi --if test -r CrtChannel.3; then -- rm -f Tcl_SetDefaultTranslation.3 -- ln CrtChannel.3 Tcl_SetDefaultTranslation.3 --fi --if test -r SetErrno.3; then -- rm -f Tcl_SetErrno.3 -- ln SetErrno.3 Tcl_SetErrno.3 --fi --if test -r AddErrInfo.3; then -- rm -f Tcl_SetErrorCode.3 -- ln AddErrInfo.3 Tcl_SetErrorCode.3 --fi --if test -r Hash.3; then -- rm -f Tcl_SetHashValue.3 -- ln Hash.3 Tcl_SetHashValue.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_SetMaxBlockTime.3 -- ln Notifier.3 Tcl_SetMaxBlockTime.3 --fi --if test -r SetRecLmt.3; then -- rm -f Tcl_SetRecursionLimit.3 -- ln SetRecLmt.3 Tcl_SetRecursionLimit.3 --fi --if test -r SetResult.3; then -- rm -f Tcl_SetResult.3 -- ln SetResult.3 Tcl_SetResult.3 --fi --if test -r GetStdChan.3; then -- rm -f Tcl_SetStdChannel.3 -- ln GetStdChan.3 Tcl_SetStdChannel.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_SetVar.3 -- ln SetVar.3 Tcl_SetVar.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_SetVar2.3 -- ln SetVar.3 Tcl_SetVar2.3 --fi --if test -r Sleep.3; then -- rm -f Tcl_Sleep.3 -- ln Sleep.3 Tcl_Sleep.3 --fi --if test -r SplitList.3; then -- rm -f Tcl_SplitList.3 -- ln SplitList.3 Tcl_SplitList.3 --fi --if test -r SplitPath.3; then -- rm -f Tcl_SplitPath.3 -- ln SplitPath.3 Tcl_SplitPath.3 --fi --if test -r StaticPkg.3; then -- rm -f Tcl_StaticPackage.3 -- ln StaticPkg.3 Tcl_StaticPackage.3 --fi --if test -r StrMatch.3; then -- rm -f Tcl_StringMatch.3 -- ln StrMatch.3 Tcl_StringMatch.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Tell.3 -- ln OpenFileChnl.3 Tcl_Tell.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_TraceVar.3 -- ln TraceVar.3 Tcl_TraceVar.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_TraceVar2.3 -- ln TraceVar.3 Tcl_TraceVar2.3 --fi --if test -r Translate.3; then -- rm -f Tcl_TranslateFileName.3 -- ln Translate.3 Tcl_TranslateFileName.3 --fi --if test -r LinkVar.3; then -- rm -f Tcl_UnlinkVar.3 -- ln LinkVar.3 Tcl_UnlinkVar.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_UnsetVar.3 -- ln SetVar.3 Tcl_UnsetVar.3 --fi --if test -r SetVar.3; then -- rm -f Tcl_UnsetVar2.3 -- ln SetVar.3 Tcl_UnsetVar2.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_UntraceVar.3 -- ln TraceVar.3 Tcl_UntraceVar.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_UntraceVar2.3 -- ln TraceVar.3 Tcl_UntraceVar2.3 --fi --if test -r UpVar.3; then -- rm -f Tcl_UpVar.3 -- ln UpVar.3 Tcl_UpVar.3 --fi --if test -r UpVar.3; then -- rm -f Tcl_UpVar2.3 -- ln UpVar.3 Tcl_UpVar2.3 --fi --if test -r LinkVar.3; then -- rm -f Tcl_UpdateLinkedVar.3 -- ln LinkVar.3 Tcl_UpdateLinkedVar.3 --fi --if test -r Eval.3; then -- rm -f Tcl_VarEval.3 -- ln Eval.3 Tcl_VarEval.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_VarTraceInfo.3 -- ln TraceVar.3 Tcl_VarTraceInfo.3 --fi --if test -r TraceVar.3; then -- rm -f Tcl_VarTraceInfo2.3 -- ln TraceVar.3 Tcl_VarTraceInfo2.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_WaitForEvent.3 -- ln Notifier.3 Tcl_WaitForEvent.3 --fi --if test -r Notifier.3; then -- rm -f Tcl_WatchFile.3 -- ln Notifier.3 Tcl_WatchFile.3 --fi --if test -r OpenFileChnl.3; then -- rm -f Tcl_Write.3 -- ln OpenFileChnl.3 Tcl_Write.3 --fi --if test -r pkgMkIndex.n; then -- rm -f pkg_mkIndex.n -- ln pkgMkIndex.n pkg_mkIndex.n -+if test -r AddErrInfo.3.gz; then -+ rm -f Tcl_AddErrorInfo.3.gz -+ ln AddErrInfo.3.gz Tcl_AddErrorInfo.3.gz -+fi -+if test -r Alloc.3.gz; then -+ rm -f Tcl_Alloc.3.gz -+ ln Alloc.3.gz Tcl_Alloc.3.gz -+fi -+if test -r AllowExc.3.gz; then -+ rm -f Tcl_AllowExceptions.3.gz -+ ln AllowExc.3.gz Tcl_AllowExceptions.3.gz -+fi -+if test -r AppInit.3.gz; then -+ rm -f Tcl_AppInit.3.gz -+ ln AppInit.3.gz Tcl_AppInit.3.gz -+fi -+if test -r SetResult.3.gz; then -+ rm -f Tcl_AppendElement.3.gz -+ ln SetResult.3.gz Tcl_AppendElement.3.gz -+fi -+if test -r SetResult.3.gz; then -+ rm -f Tcl_AppendResult.3.gz -+ ln SetResult.3.gz Tcl_AppendResult.3.gz -+fi -+if test -r Async.3.gz; then -+ rm -f Tcl_AsyncCreate.3.gz -+ ln Async.3.gz Tcl_AsyncCreate.3.gz -+fi -+if test -r Async.3.gz; then -+ rm -f Tcl_AsyncDelete.3.gz -+ ln Async.3.gz Tcl_AsyncDelete.3.gz -+fi -+if test -r Async.3.gz; then -+ rm -f Tcl_AsyncInvoke.3.gz -+ ln Async.3.gz Tcl_AsyncInvoke.3.gz -+fi -+if test -r Async.3.gz; then -+ rm -f Tcl_AsyncMark.3.gz -+ ln Async.3.gz Tcl_AsyncMark.3.gz -+fi -+if test -r BackgdErr.3.gz; then -+ rm -f Tcl_BackgroundError.3.gz -+ ln BackgdErr.3.gz Tcl_BackgroundError.3.gz -+fi -+if test -r Backslash.3.gz; then -+ rm -f Tcl_Backslash.3.gz -+ ln Backslash.3.gz Tcl_Backslash.3.gz -+fi -+if test -r CallDel.3.gz; then -+ rm -f Tcl_CallWhenDeleted.3.gz -+ ln CallDel.3.gz Tcl_CallWhenDeleted.3.gz -+fi -+if test -r DoWhenIdle.3.gz; then -+ rm -f Tcl_CancelIdleCall.3.gz -+ ln DoWhenIdle.3.gz Tcl_CancelIdleCall.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Close.3.gz -+ ln OpenFileChnl.3.gz Tcl_Close.3.gz -+fi -+if test -r CmdCmplt.3.gz; then -+ rm -f Tcl_CommandComplete.3.gz -+ ln CmdCmplt.3.gz Tcl_CommandComplete.3.gz -+fi -+if test -r Concat.3.gz; then -+ rm -f Tcl_Concat.3.gz -+ ln Concat.3.gz Tcl_Concat.3.gz -+fi -+if test -r SplitList.3.gz; then -+ rm -f Tcl_ConvertElement.3.gz -+ ln SplitList.3.gz Tcl_ConvertElement.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_CreateAlias.3.gz -+ ln CrtSlave.3.gz Tcl_CreateAlias.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_CreateChannel.3.gz -+ ln CrtChannel.3.gz Tcl_CreateChannel.3.gz -+fi -+if test -r CrtChnlHdlr.3.gz; then -+ rm -f Tcl_CreateChannelHandler.3.gz -+ ln CrtChnlHdlr.3.gz Tcl_CreateChannelHandler.3.gz -+fi -+if test -r CrtCloseHdlr.3.gz; then -+ rm -f Tcl_CreateCloseHandler.3.gz -+ ln CrtCloseHdlr.3.gz Tcl_CreateCloseHandler.3.gz -+fi -+if test -r CrtCommand.3.gz; then -+ rm -f Tcl_CreateCommand.3.gz -+ ln CrtCommand.3.gz Tcl_CreateCommand.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_CreateEventSource.3.gz -+ ln Notifier.3.gz Tcl_CreateEventSource.3.gz -+fi -+if test -r Exit.3.gz; then -+ rm -f Tcl_CreateExitHandler.3.gz -+ ln Exit.3.gz Tcl_CreateExitHandler.3.gz -+fi -+if test -r CrtFileHdlr.3.gz; then -+ rm -f Tcl_CreateFileHandler.3.gz -+ ln CrtFileHdlr.3.gz Tcl_CreateFileHandler.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_CreateHashEntry.3.gz -+ ln Hash.3.gz Tcl_CreateHashEntry.3.gz -+fi -+if test -r CrtInterp.3.gz; then -+ rm -f Tcl_CreateInterp.3.gz -+ ln CrtInterp.3.gz Tcl_CreateInterp.3.gz -+fi -+if test -r CrtMathFnc.3.gz; then -+ rm -f Tcl_CreateMathFunc.3.gz -+ ln CrtMathFnc.3.gz Tcl_CreateMathFunc.3.gz -+fi -+if test -r CrtModalTmt.3.gz; then -+ rm -f Tcl_CreateModalTimeout.3.gz -+ ln CrtModalTmt.3.gz Tcl_CreateModalTimeout.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_CreateSlave.3.gz -+ ln CrtSlave.3.gz Tcl_CreateSlave.3.gz -+fi -+if test -r CrtTimerHdlr.3.gz; then -+ rm -f Tcl_CreateTimerHandler.3.gz -+ ln CrtTimerHdlr.3.gz Tcl_CreateTimerHandler.3.gz -+fi -+if test -r CrtTrace.3.gz; then -+ rm -f Tcl_CreateTrace.3.gz -+ ln CrtTrace.3.gz Tcl_CreateTrace.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringAppend.3.gz -+ ln DString.3.gz Tcl_DStringAppend.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringAppendElement.3.gz -+ ln DString.3.gz Tcl_DStringAppendElement.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringEndSublist.3.gz -+ ln DString.3.gz Tcl_DStringEndSublist.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringFree.3.gz -+ ln DString.3.gz Tcl_DStringFree.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringGetResult.3.gz -+ ln DString.3.gz Tcl_DStringGetResult.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringInit.3.gz -+ ln DString.3.gz Tcl_DStringInit.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringLength.3.gz -+ ln DString.3.gz Tcl_DStringLength.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringResult.3.gz -+ ln DString.3.gz Tcl_DStringResult.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringSetLength.3.gz -+ ln DString.3.gz Tcl_DStringSetLength.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringStartSublist.3.gz -+ ln DString.3.gz Tcl_DStringStartSublist.3.gz -+fi -+if test -r DString.3.gz; then -+ rm -f Tcl_DStringValue.3.gz -+ ln DString.3.gz Tcl_DStringValue.3.gz -+fi -+if test -r AssocData.3.gz; then -+ rm -f Tcl_DeleteAssocData.3.gz -+ ln AssocData.3.gz Tcl_DeleteAssocData.3.gz -+fi -+if test -r CrtChnlHdlr.3.gz; then -+ rm -f Tcl_DeleteChannelHandler.3.gz -+ ln CrtChnlHdlr.3.gz Tcl_DeleteChannelHandler.3.gz -+fi -+if test -r CrtCloseHdlr.3.gz; then -+ rm -f Tcl_DeleteCloseHandler.3.gz -+ ln CrtCloseHdlr.3.gz Tcl_DeleteCloseHandler.3.gz -+fi -+if test -r CrtCommand.3.gz; then -+ rm -f Tcl_DeleteCommand.3.gz -+ ln CrtCommand.3.gz Tcl_DeleteCommand.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_DeleteEventSource.3.gz -+ ln Notifier.3.gz Tcl_DeleteEventSource.3.gz -+fi -+if test -r Exit.3.gz; then -+ rm -f Tcl_DeleteExitHandler.3.gz -+ ln Exit.3.gz Tcl_DeleteExitHandler.3.gz -+fi -+if test -r CrtFileHdlr.3.gz; then -+ rm -f Tcl_DeleteFileHandler.3.gz -+ ln CrtFileHdlr.3.gz Tcl_DeleteFileHandler.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_DeleteHashEntry.3.gz -+ ln Hash.3.gz Tcl_DeleteHashEntry.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_DeleteHashTable.3.gz -+ ln Hash.3.gz Tcl_DeleteHashTable.3.gz -+fi -+if test -r CrtInterp.3.gz; then -+ rm -f Tcl_DeleteInterp.3.gz -+ ln CrtInterp.3.gz Tcl_DeleteInterp.3.gz -+fi -+if test -r CrtModalTmt.3.gz; then -+ rm -f Tcl_DeleteModalTimeout.3.gz -+ ln CrtModalTmt.3.gz Tcl_DeleteModalTimeout.3.gz -+fi -+if test -r CrtTimerHdlr.3.gz; then -+ rm -f Tcl_DeleteTimerHandler.3.gz -+ ln CrtTimerHdlr.3.gz Tcl_DeleteTimerHandler.3.gz -+fi -+if test -r CrtTrace.3.gz; then -+ rm -f Tcl_DeleteTrace.3.gz -+ ln CrtTrace.3.gz Tcl_DeleteTrace.3.gz -+fi -+if test -r DetachPids.3.gz; then -+ rm -f Tcl_DetachPids.3.gz -+ ln DetachPids.3.gz Tcl_DetachPids.3.gz -+fi -+if test -r DoOneEvent.3.gz; then -+ rm -f Tcl_DoOneEvent.3.gz -+ ln DoOneEvent.3.gz Tcl_DoOneEvent.3.gz -+fi -+if test -r DoWhenIdle.3.gz; then -+ rm -f Tcl_DoWhenIdle.3.gz -+ ln DoWhenIdle.3.gz Tcl_DoWhenIdle.3.gz -+fi -+if test -r CallDel.3.gz; then -+ rm -f Tcl_DontCallWhenDeleted.3.gz -+ ln CallDel.3.gz Tcl_DontCallWhenDeleted.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Eof.3.gz -+ ln OpenFileChnl.3.gz Tcl_Eof.3.gz -+fi -+if test -r Eval.3.gz; then -+ rm -f Tcl_Eval.3.gz -+ ln Eval.3.gz Tcl_Eval.3.gz -+fi -+if test -r Eval.3.gz; then -+ rm -f Tcl_EvalFile.3.gz -+ ln Eval.3.gz Tcl_EvalFile.3.gz -+fi -+if test -r Preserve.3.gz; then -+ rm -f Tcl_EventuallyFree.3.gz -+ ln Preserve.3.gz Tcl_EventuallyFree.3.gz -+fi -+if test -r Exit.3.gz; then -+ rm -f Tcl_Exit.3.gz -+ ln Exit.3.gz Tcl_Exit.3.gz -+fi -+if test -r ExprLong.3.gz; then -+ rm -f Tcl_ExprBoolean.3.gz -+ ln ExprLong.3.gz Tcl_ExprBoolean.3.gz -+fi -+if test -r ExprLong.3.gz; then -+ rm -f Tcl_ExprDouble.3.gz -+ ln ExprLong.3.gz Tcl_ExprDouble.3.gz -+fi -+if test -r ExprLong.3.gz; then -+ rm -f Tcl_ExprLong.3.gz -+ ln ExprLong.3.gz Tcl_ExprLong.3.gz -+fi -+if test -r ExprLong.3.gz; then -+ rm -f Tcl_ExprString.3.gz -+ ln ExprLong.3.gz Tcl_ExprString.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_FileReady.3.gz -+ ln Notifier.3.gz Tcl_FileReady.3.gz -+fi -+if test -r FindExec.3.gz; then -+ rm -f Tcl_FindExecutable.3.gz -+ ln FindExec.3.gz Tcl_FindExecutable.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_FindHashEntry.3.gz -+ ln Hash.3.gz Tcl_FindHashEntry.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_FirstHashEntry.3.gz -+ ln Hash.3.gz Tcl_FirstHashEntry.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Flush.3.gz -+ ln OpenFileChnl.3.gz Tcl_Flush.3.gz -+fi -+if test -r Alloc.3.gz; then -+ rm -f Tcl_Free.3.gz -+ ln Alloc.3.gz Tcl_Free.3.gz -+fi -+if test -r GetFile.3.gz; then -+ rm -f Tcl_FreeFile.3.gz -+ ln GetFile.3.gz Tcl_FreeFile.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_GetAlias.3.gz -+ ln CrtSlave.3.gz Tcl_GetAlias.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_GetAliases.3.gz -+ ln CrtSlave.3.gz Tcl_GetAliases.3.gz -+fi -+if test -r AssocData.3.gz; then -+ rm -f Tcl_GetAssocData.3.gz -+ ln AssocData.3.gz Tcl_GetAssocData.3.gz -+fi -+if test -r GetInt.3.gz; then -+ rm -f Tcl_GetBoolean.3.gz -+ ln GetInt.3.gz Tcl_GetBoolean.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelBufferSize.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelBufferSize.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelFile.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelFile.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelInstanceData.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelInstanceData.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelMode.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelMode.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelName.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelName.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_GetChannelOption.3.gz -+ ln OpenFileChnl.3.gz Tcl_GetChannelOption.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_GetChannelType.3.gz -+ ln CrtChannel.3.gz Tcl_GetChannelType.3.gz -+fi -+if test -r CrtCommand.3.gz; then -+ rm -f Tcl_GetCommandInfo.3.gz -+ ln CrtCommand.3.gz Tcl_GetCommandInfo.3.gz -+fi -+if test -r GetInt.3.gz; then -+ rm -f Tcl_GetDouble.3.gz -+ ln GetInt.3.gz Tcl_GetDouble.3.gz -+fi -+if test -r SetErrno.3.gz; then -+ rm -f Tcl_GetErrno.3.gz -+ ln SetErrno.3.gz Tcl_GetErrno.3.gz -+fi -+if test -r GetFile.3.gz; then -+ rm -f Tcl_GetFile.3.gz -+ ln GetFile.3.gz Tcl_GetFile.3.gz -+fi -+if test -r GetFile.3.gz; then -+ rm -f Tcl_GetFileInfo.3.gz -+ ln GetFile.3.gz Tcl_GetFileInfo.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_GetHashKey.3.gz -+ ln Hash.3.gz Tcl_GetHashKey.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_GetHashValue.3.gz -+ ln Hash.3.gz Tcl_GetHashValue.3.gz -+fi -+if test -r GetInt.3.gz; then -+ rm -f Tcl_GetInt.3.gz -+ ln GetInt.3.gz Tcl_GetInt.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_GetMaster.3.gz -+ ln CrtSlave.3.gz Tcl_GetMaster.3.gz -+fi -+if test -r GetOpnFl.3.gz; then -+ rm -f Tcl_GetOpenFile.3.gz -+ ln GetOpnFl.3.gz Tcl_GetOpenFile.3.gz -+fi -+if test -r SplitPath.3.gz; then -+ rm -f Tcl_GetPathType.3.gz -+ ln SplitPath.3.gz Tcl_GetPathType.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_GetSlave.3.gz -+ ln CrtSlave.3.gz Tcl_GetSlave.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_GetSlaves.3.gz -+ ln CrtSlave.3.gz Tcl_GetSlaves.3.gz -+fi -+if test -r GetStdChan.3.gz; then -+ rm -f Tcl_GetStdChannel.3.gz -+ ln GetStdChan.3.gz Tcl_GetStdChannel.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_GetVar.3.gz -+ ln SetVar.3.gz Tcl_GetVar.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_GetVar2.3.gz -+ ln SetVar.3.gz Tcl_GetVar2.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Gets.3.gz -+ ln OpenFileChnl.3.gz Tcl_Gets.3.gz -+fi -+if test -r Eval.3.gz; then -+ rm -f Tcl_GlobalEval.3.gz -+ ln Eval.3.gz Tcl_GlobalEval.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_HashStats.3.gz -+ ln Hash.3.gz Tcl_HashStats.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_InitHashTable.3.gz -+ ln Hash.3.gz Tcl_InitHashTable.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_InputBlocked.3.gz -+ ln OpenFileChnl.3.gz Tcl_InputBlocked.3.gz -+fi -+if test -r Interp.3.gz; then -+ rm -f Tcl_Interp.3.gz -+ ln Interp.3.gz Tcl_Interp.3.gz -+fi -+if test -r CrtInterp.3.gz; then -+ rm -f Tcl_InterpDeleted.3.gz -+ ln CrtInterp.3.gz Tcl_InterpDeleted.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_IsSafe.3.gz -+ ln CrtSlave.3.gz Tcl_IsSafe.3.gz -+fi -+if test -r SplitPath.3.gz; then -+ rm -f Tcl_JoinPath.3.gz -+ ln SplitPath.3.gz Tcl_JoinPath.3.gz -+fi -+if test -r LinkVar.3.gz; then -+ rm -f Tcl_LinkVar.3.gz -+ ln LinkVar.3.gz Tcl_LinkVar.3.gz -+fi -+if test -r CrtSlave.3.gz; then -+ rm -f Tcl_MakeSafe.3.gz -+ ln CrtSlave.3.gz Tcl_MakeSafe.3.gz -+fi -+if test -r SplitList.3.gz; then -+ rm -f Tcl_Merge.3.gz -+ ln SplitList.3.gz Tcl_Merge.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_NextHashEntry.3.gz -+ ln Hash.3.gz Tcl_NextHashEntry.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_OpenCommandChannel.3.gz -+ ln OpenFileChnl.3.gz Tcl_OpenCommandChannel.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_OpenFileChannel.3.gz -+ ln OpenFileChnl.3.gz Tcl_OpenFileChannel.3.gz -+fi -+if test -r OpenTcp.3.gz; then -+ rm -f Tcl_OpenTcpClient.3.gz -+ ln OpenTcp.3.gz Tcl_OpenTcpClient.3.gz -+fi -+if test -r OpenTcp.3.gz; then -+ rm -f Tcl_OpenTcpServer.3.gz -+ ln OpenTcp.3.gz Tcl_OpenTcpServer.3.gz -+fi -+if test -r PkgRequire.3.gz; then -+ rm -f Tcl_PkgProvide.3.gz -+ ln PkgRequire.3.gz Tcl_PkgProvide.3.gz -+fi -+if test -r PkgRequire.3.gz; then -+ rm -f Tcl_PkgRequire.3.gz -+ ln PkgRequire.3.gz Tcl_PkgRequire.3.gz -+fi -+if test -r AddErrInfo.3.gz; then -+ rm -f Tcl_PosixError.3.gz -+ ln AddErrInfo.3.gz Tcl_PosixError.3.gz -+fi -+if test -r Preserve.3.gz; then -+ rm -f Tcl_Preserve.3.gz -+ ln Preserve.3.gz Tcl_Preserve.3.gz -+fi -+if test -r PrintDbl.3.gz; then -+ rm -f Tcl_PrintDouble.3.gz -+ ln PrintDbl.3.gz Tcl_PrintDouble.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_QueueEvent.3.gz -+ ln Notifier.3.gz Tcl_QueueEvent.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Read.3.gz -+ ln OpenFileChnl.3.gz Tcl_Read.3.gz -+fi -+if test -r Alloc.3.gz; then -+ rm -f Tcl_Realloc.3.gz -+ ln Alloc.3.gz Tcl_Realloc.3.gz -+fi -+if test -r DetachPids.3.gz; then -+ rm -f Tcl_ReapDetachedProcs.3.gz -+ ln DetachPids.3.gz Tcl_ReapDetachedProcs.3.gz -+fi -+if test -r RecordEval.3.gz; then -+ rm -f Tcl_RecordAndEval.3.gz -+ ln RecordEval.3.gz Tcl_RecordAndEval.3.gz -+fi -+if test -r RegExp.3.gz; then -+ rm -f Tcl_RegExpCompile.3.gz -+ ln RegExp.3.gz Tcl_RegExpCompile.3.gz -+fi -+if test -r RegExp.3.gz; then -+ rm -f Tcl_RegExpExec.3.gz -+ ln RegExp.3.gz Tcl_RegExpExec.3.gz -+fi -+if test -r RegExp.3.gz; then -+ rm -f Tcl_RegExpMatch.3.gz -+ ln RegExp.3.gz Tcl_RegExpMatch.3.gz -+fi -+if test -r RegExp.3.gz; then -+ rm -f Tcl_RegExpRange.3.gz -+ ln RegExp.3.gz Tcl_RegExpRange.3.gz -+fi -+if test -r Preserve.3.gz; then -+ rm -f Tcl_Release.3.gz -+ ln Preserve.3.gz Tcl_Release.3.gz -+fi -+if test -r SetResult.3.gz; then -+ rm -f Tcl_ResetResult.3.gz -+ ln SetResult.3.gz Tcl_ResetResult.3.gz -+fi -+if test -r SplitList.3.gz; then -+ rm -f Tcl_ScanElement.3.gz -+ ln SplitList.3.gz Tcl_ScanElement.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Seek.3.gz -+ ln OpenFileChnl.3.gz Tcl_Seek.3.gz -+fi -+if test -r AssocData.3.gz; then -+ rm -f Tcl_SetAssocData.3.gz -+ ln AssocData.3.gz Tcl_SetAssocData.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_SetChannelBufferSize.3.gz -+ ln CrtChannel.3.gz Tcl_SetChannelBufferSize.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_SetChannelOption.3.gz -+ ln OpenFileChnl.3.gz Tcl_SetChannelOption.3.gz -+fi -+if test -r CrtCommand.3.gz; then -+ rm -f Tcl_SetCommandInfo.3.gz -+ ln CrtCommand.3.gz Tcl_SetCommandInfo.3.gz -+fi -+if test -r CrtChannel.3.gz; then -+ rm -f Tcl_SetDefaultTranslation.3.gz -+ ln CrtChannel.3.gz Tcl_SetDefaultTranslation.3.gz -+fi -+if test -r SetErrno.3.gz; then -+ rm -f Tcl_SetErrno.3.gz -+ ln SetErrno.3.gz Tcl_SetErrno.3.gz -+fi -+if test -r AddErrInfo.3.gz; then -+ rm -f Tcl_SetErrorCode.3.gz -+ ln AddErrInfo.3.gz Tcl_SetErrorCode.3.gz -+fi -+if test -r Hash.3.gz; then -+ rm -f Tcl_SetHashValue.3.gz -+ ln Hash.3.gz Tcl_SetHashValue.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_SetMaxBlockTime.3.gz -+ ln Notifier.3.gz Tcl_SetMaxBlockTime.3.gz -+fi -+if test -r SetRecLmt.3.gz; then -+ rm -f Tcl_SetRecursionLimit.3.gz -+ ln SetRecLmt.3.gz Tcl_SetRecursionLimit.3.gz -+fi -+if test -r SetResult.3.gz; then -+ rm -f Tcl_SetResult.3.gz -+ ln SetResult.3.gz Tcl_SetResult.3.gz -+fi -+if test -r GetStdChan.3.gz; then -+ rm -f Tcl_SetStdChannel.3.gz -+ ln GetStdChan.3.gz Tcl_SetStdChannel.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_SetVar.3.gz -+ ln SetVar.3.gz Tcl_SetVar.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_SetVar2.3.gz -+ ln SetVar.3.gz Tcl_SetVar2.3.gz -+fi -+if test -r Sleep.3.gz; then -+ rm -f Tcl_Sleep.3.gz -+ ln Sleep.3.gz Tcl_Sleep.3.gz -+fi -+if test -r SplitList.3.gz; then -+ rm -f Tcl_SplitList.3.gz -+ ln SplitList.3.gz Tcl_SplitList.3.gz -+fi -+if test -r SplitPath.3.gz; then -+ rm -f Tcl_SplitPath.3.gz -+ ln SplitPath.3.gz Tcl_SplitPath.3.gz -+fi -+if test -r StaticPkg.3.gz; then -+ rm -f Tcl_StaticPackage.3.gz -+ ln StaticPkg.3.gz Tcl_StaticPackage.3.gz -+fi -+if test -r StrMatch.3.gz; then -+ rm -f Tcl_StringMatch.3.gz -+ ln StrMatch.3.gz Tcl_StringMatch.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Tell.3.gz -+ ln OpenFileChnl.3.gz Tcl_Tell.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_TraceVar.3.gz -+ ln TraceVar.3.gz Tcl_TraceVar.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_TraceVar2.3.gz -+ ln TraceVar.3.gz Tcl_TraceVar2.3.gz -+fi -+if test -r Translate.3.gz; then -+ rm -f Tcl_TranslateFileName.3.gz -+ ln Translate.3.gz Tcl_TranslateFileName.3.gz -+fi -+if test -r LinkVar.3.gz; then -+ rm -f Tcl_UnlinkVar.3.gz -+ ln LinkVar.3.gz Tcl_UnlinkVar.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_UnsetVar.3.gz -+ ln SetVar.3.gz Tcl_UnsetVar.3.gz -+fi -+if test -r SetVar.3.gz; then -+ rm -f Tcl_UnsetVar2.3.gz -+ ln SetVar.3.gz Tcl_UnsetVar2.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_UntraceVar.3.gz -+ ln TraceVar.3.gz Tcl_UntraceVar.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_UntraceVar2.3.gz -+ ln TraceVar.3.gz Tcl_UntraceVar2.3.gz -+fi -+if test -r UpVar.3.gz; then -+ rm -f Tcl_UpVar.3.gz -+ ln UpVar.3.gz Tcl_UpVar.3.gz -+fi -+if test -r UpVar.3.gz; then -+ rm -f Tcl_UpVar2.3.gz -+ ln UpVar.3.gz Tcl_UpVar2.3.gz -+fi -+if test -r LinkVar.3.gz; then -+ rm -f Tcl_UpdateLinkedVar.3.gz -+ ln LinkVar.3.gz Tcl_UpdateLinkedVar.3.gz -+fi -+if test -r Eval.3.gz; then -+ rm -f Tcl_VarEval.3.gz -+ ln Eval.3.gz Tcl_VarEval.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_VarTraceInfo.3.gz -+ ln TraceVar.3.gz Tcl_VarTraceInfo.3.gz -+fi -+if test -r TraceVar.3.gz; then -+ rm -f Tcl_VarTraceInfo2.3.gz -+ ln TraceVar.3.gz Tcl_VarTraceInfo2.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_WaitForEvent.3.gz -+ ln Notifier.3.gz Tcl_WaitForEvent.3.gz -+fi -+if test -r Notifier.3.gz; then -+ rm -f Tcl_WatchFile.3.gz -+ ln Notifier.3.gz Tcl_WatchFile.3.gz -+fi -+if test -r OpenFileChnl.3.gz; then -+ rm -f Tcl_Write.3.gz -+ ln OpenFileChnl.3.gz Tcl_Write.3.gz -+fi -+if test -r pkgMkIndex.n.gz; then -+ rm -f pkg_mkIndex.n.gz -+ ln pkgMkIndex.n.gz pkg_mkIndex.n.gz - fi - exit 0 diff --git a/japanese/tcl76/files/patch-ac b/japanese/tcl76/files/patch-ac deleted file mode 100644 index 87033473dcfd..000000000000 --- a/japanese/tcl76/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- ./tclConfig.sh.in.orig Fri Jan 31 09:17:04 1997 -+++ ./tclConfig.sh.in Tue Mar 4 13:13:25 1997 -@@ -20,7 +20,7 @@ - TCL_CC='@CC@' - - # -D flags for use with the C compiler. --TCL_DEFS='@DEFS@' -+TCL_DEFS='@DEFS@ -DKANJI' - - # The name of the Tcl library (may be either a .a file or a shared library): - TCL_LIB_FILE=@TCL_LIB_FILE@ -@@ -69,7 +69,7 @@ - TCL_COMPAT_OBJS='@LIBOBJS@' - - # Name of the ranlib program to use. --TCL_RANLIB='@RANLIB@' -+TCL_RANLIB=ranlib - - # String to pass to linker to pick up the Tcl library from its - # build directory. diff --git a/japanese/tcl76/files/patch-ad b/japanese/tcl76/files/patch-ad deleted file mode 100644 index 1950b12418fa..000000000000 --- a/japanese/tcl76/files/patch-ad +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.in.orig Fri Jan 26 23:46:36 2007 -+++ configure.in Fri Jan 26 23:47:56 2007 -@@ -648,31 +648,15 @@ - LD_SEARCH_FLAGS="" - ;; - NetBSD-*|FreeBSD-*|OpenBSD-*) -- # Not available on all versions: check for include file. -- AC_CHECK_HEADER(dlfcn.h, [ -- SHLIB_CFLAGS="-fpic" -- SHLIB_LD="ld -Bshareable -x" -- SHLIB_LD_LIBS="" -- SHLIB_SUFFIX=".so" -- DL_OBJS="tclLoadDl2.o" -- DL_LIBS="" -- LD_FLAGS="" -- LD_SEARCH_FLAGS="" -- ], [ -- SHLIB_CFLAGS="" -- SHLIB_LD="echo tclLdAout $CC \{$SHLIB_CFLAGS\} | `pwd`/tclsh -r -G 0" -- SHLIB_LD_LIBS='${LIBS}' -- SHLIB_SUFFIX="..o" -- DL_OBJS="tclLoadAout.o" -- DL_LIBS="" -- LD_FLAGS="" -- LD_SEARCH_FLAGS="" -- ]) -- -- # FreeBSD doesn't handle version numbers with dots. Also, have to -- # append a dummy version number to .so file names. -- -- TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1.0' -+ SHLIB_CFLAGS="-fpic" -+ SHLIB_LD='${CC} -shared -Wl,-x' -+ SHLIB_SEARCH_FLAGS='-Wl,-soname,${TCL_LIB_FILE}' -+ SHLIB_SUFFIX=".so" -+ DL_OBJS="tclLoadDl.o" -+ DL_LIBS="" -+ LD_FLAGS="" -+ LD_SEARCH_FLAGS="" -+ TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1' - TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.a' - TCL_LIB_VERSIONS_OK=nodots - ;; -@@ -1012,7 +996,7 @@ - TCL_SHLIB_CFLAGS="${SHLIB_CFLAGS}" - TCL_LD_SEARCH_FLAGS="${LD_SEARCH_FLAGS}" - eval "TCL_LIB_FILE=libtcl${TCL_SHARED_LIB_SUFFIX}" -- MAKE_LIB="\${SHLIB_LD} -o ${TCL_LIB_FILE} \${OBJS} ${SHLIB_LD_LIBS}" -+ MAKE_LIB="\${SHLIB_LD} -o ${TCL_LIB_FILE} ${SHLIB_SEARCH_FLAGS} \${OBJS} ${SHLIB_LD_LIBS}" - RANLIB=":" - else - if test "$AIX" = "no" ; then diff --git a/japanese/tcl76/files/patch-ae b/japanese/tcl76/files/patch-ae deleted file mode 100644 index a883d27720fd..000000000000 --- a/japanese/tcl76/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- ../generic/tclPosixStr.c~ Fri Oct 11 05:58:40 1996 -+++ ../generic/tclPosixStr.c Tue Nov 7 09:11:13 2000 -@@ -336,7 +336,7 @@ - #ifdef ENXIO - case ENXIO: return "ENXIO"; - #endif --#ifdef EOPNOTSUPP -+#if defined(EOPNOTSUPP) && (EOPNOTSUPP != ENOTSUP) - case EOPNOTSUPP: return "EOPNOTSUPP"; - #endif - #ifdef EPERM -@@ -783,7 +783,7 @@ - #ifdef ENXIO - case ENXIO: return "no such device or address"; - #endif --#ifdef EOPNOTSUPP -+#if defined(EOPNOTSUPP) && (EOPNOTSUPP != ENOTSUP) - case EOPNOTSUPP: return "operation not supported on socket"; - #endif - #ifdef EPERM diff --git a/japanese/tcl76/files/patch-tclUnixPort.h b/japanese/tcl76/files/patch-tclUnixPort.h deleted file mode 100644 index 7d590f654ee6..000000000000 --- a/japanese/tcl76/files/patch-tclUnixPort.h +++ /dev/null @@ -1,12 +0,0 @@ ---- tclUnixPort.h.orig Fri Oct 25 10:45:48 2002 -+++ tclUnixPort.h Fri Oct 25 10:45:15 2002 -@@ -146,6 +146,9 @@ - * The type of the status returned by wait varies from UNIX system - * to UNIX system. The macro below defines it: - */ -+#ifdef __FreeBSD__ -+# define NO_UNION_WAIT -+#endif - - #ifdef _AIX - # define WAIT_STATUS_TYPE pid_t diff --git a/japanese/tcl76/pkg-descr b/japanese/tcl76/pkg-descr deleted file mode 100644 index 56db632e8e7e..000000000000 --- a/japanese/tcl76/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This package contains the binary release of Japanized Tcl7.6, -an embeddable tool command language. - -Many thanks to Mr. Nishinaka and tcl-jp team. - -The best way to get started with Tcl is to read ``Tcl and the Tk -Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. -And Japanized version of this document is available. -`` Tcl and Tk Toolkit'', SOFTBANK, ISBN4-89052-819-9. - -A full set of manual pages is also provided with this package. diff --git a/japanese/tcl76/pkg-plist b/japanese/tcl76/pkg-plist deleted file mode 100644 index cd8cee4d6936..000000000000 --- a/japanese/tcl76/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -lib/libtcl76jp.a -lib/libtcl76jp.so.1 -lib/libtcl76jp.so -bin/tclsh7.6jp -include/tcl7.6jp/tcl.h -include/tcl7.6jp/unix/tclUnixPort.h -include/tcl7.6jp/generic/tcl.h -include/tcl7.6jp/generic/tclPatch.h -include/tcl7.6jp/generic/tclRegexp.h -include/tcl7.6jp/generic/tclInt.h -include/tcl7.6jp/generic/tclPort.h -lib/tcl7.6jp/tclConfig.sh -lib/tcl7.6jp/init.tcl -lib/tcl7.6jp/ldAout.tcl -lib/tcl7.6jp/parray.tcl -lib/tcl7.6jp/tclIndex -lib/tcl7.6jp/tclAppInit.c -@dirrm include/tcl7.6jp/unix -@dirrm include/tcl7.6jp/generic -@dirrm include/tcl7.6jp -@dirrm lib/tcl7.6jp |