upgrade to version 8.3.3

This commit is contained in:
kevlo 2001-05-12 08:56:57 +00:00
parent 0032999c6b
commit ab61ccd6bb
5 changed files with 22 additions and 20 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2001/05/06 01:28:04 lebel Exp $
# $OpenBSD: Makefile,v 1.8 2001/05/12 08:56:57 kevlo Exp $
COMMENT= "Tool Command Language"
DISTNAME= tcl8.3.2
PKGNAME= tcl-8.3.2
DISTNAME= tcl8.3.3
PKGNAME= tcl-8.3.3
CATEGORIES= lang
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_TCLTK}

View File

@ -1,3 +1,3 @@
MD5 (tcl8.3.2.tar.gz) = 971d9e22fecc486d3520841aac1ec588
RMD160 (tcl8.3.2.tar.gz) = ce40b943e07f7803687a66805cb0a08dca352518
SHA1 (tcl8.3.2.tar.gz) = be2701bca3f4fd9c49ef3e2e8932f8b0a10d28fa
MD5 (tcl8.3.3.tar.gz) = e94397490adb2c1c2b1990052b1a92b2
RMD160 (tcl8.3.3.tar.gz) = a4260605b4ccdffa34734b4c98575454cc874c13
SHA1 (tcl8.3.3.tar.gz) = 6d35aaeb3c3b3f2048c18147976df7cbddd53522

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Tue Aug 8 19:17:11 2000
+++ Makefile.in Mon Feb 26 14:36:03 2001
--- Makefile.in.orig Fri Apr 6 18:51:46 2001
+++ Makefile.in Sat May 12 14:51:27 2001
@@ -37,6 +37,9 @@
# when installing files.
INSTALL_ROOT =
@ -37,7 +37,7 @@
# Make target which outputs the list of the .o contained in the Tcl lib
# usefull to build a single big shared library containing Tcl and other
@@ -523,8 +529,10 @@
@@ -525,8 +531,10 @@
fi
@echo "Installing $(TCL_LIB_FILE) to $(LIB_INSTALL_DIR)/"
@$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE)
@ -49,7 +49,7 @@
@if test "$(TCL_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
@@ -533,7 +541,8 @@
@@ -535,7 +543,8 @@
@echo "Installing tclsh as $(BIN_INSTALL_DIR)/tclsh$(VERSION)"
@$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION)
@echo "Installing tclConfig.sh to $(LIB_INSTALL_DIR)/"
@ -59,21 +59,22 @@
@if test "$(TCL_STUB_LIB_FILE)" != "" ; then \
echo "Installing $(TCL_STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(STUB_LIB_FILE) \
@@ -541,7 +550,8 @@
@@ -543,7 +552,8 @@
fi
install-libraries: libraries
- @for i in $(INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \
+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(INSTALL_ROOT)$(GENERIC_INCLUDE_INSTALL_DIR) \
+ $(INSTALL_ROOT)$(UNIX_INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \
+ $(INSTALL_ROOT)$(UNIX_INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \
do \
if [ ! -d $$i ] ; then \
echo "Making directory $$i"; \
@@ -563,10 +573,18 @@
@@ -565,11 +575,18 @@
chmod +x $(SRC_DIR)/install-sh; \
fi
@echo "Installing header files";
- @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h ; \
- @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \
- $(GENERIC_DIR)/tclPlatDecls.h ; \
+ @echo "Installing libraries, tcl.h and other headers"
+ @for i in $(GENERIC_DIR)/*.h ; \
+ do \
@ -90,7 +91,7 @@
@echo "Installing library files to $(SCRIPT_INSTALL_DIR)";
@for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix; \
do \
@@ -628,6 +646,14 @@
@@ -648,6 +665,14 @@
done;
@echo "Cross-linking command (.n) docs";
@$(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2000/08/12 06:15:57 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.8 2001/05/12 08:57:33 kevlo Exp $
@option no-default-conflict
@pkgcfl tcl-8.3.*
bin/tclsh8.3
@ -557,6 +557,7 @@ lib/tcl8.3/man/man3/Tcl_VarEvalVA.3
lib/tcl8.3/man/man3/Tcl_VarTraceInfo.3
lib/tcl8.3/man/man3/Tcl_VarTraceInfo2.3
lib/tcl8.3/man/man3/Tcl_WaitForEvent.3
lib/tcl8.3/man/man3/Tcl_WaitPid.3
lib/tcl8.3/man/man3/Tcl_WinTCharToUtf.3
lib/tcl8.3/man/man3/Tcl_WinUtfToTChar.3
lib/tcl8.3/man/man3/Tcl_Write.3
@ -684,10 +685,10 @@ lib/tcl8.3/man/mann/upvar.n
lib/tcl8.3/man/mann/variable.n
lib/tcl8.3/man/mann/vwait.n
lib/tcl8.3/man/mann/while.n
lib/tcl8.3/msgcat1.0/msgcat.tcl
lib/tcl8.3/msgcat1.0/pkgIndex.tcl
lib/tcl8.3/msgcat1.1/msgcat.tcl
lib/tcl8.3/msgcat1.1/pkgIndex.tcl
lib/tcl8.3/opt0.4/optparse.tcl
lib/tcl8.3/opt0.4/pkgIndex.tcl
lib/tcl8.3/opt0.4/pkgIndex.tcl
lib/tcl8.3/package.tcl
lib/tcl8.3/parray.tcl
lib/tcl8.3/safe.tcl
@ -700,7 +701,7 @@ lib/tcl8.3/word.tcl
%%SHARED%%
@dirrm lib/tcl8.3/tcltest1.0
@dirrm lib/tcl8.3/opt0.4
@dirrm lib/tcl8.3/msgcat1.0
@dirrm lib/tcl8.3/msgcat1.1
@dirrm lib/tcl8.3/man/mann
@dirrm lib/tcl8.3/man/man3
@dirrm lib/tcl8.3/man/man1