upgrade to tcl 8.0.5

This commit is contained in:
brad 1999-03-19 20:38:20 +00:00
parent e91b3b2536
commit d242bd81ad
5 changed files with 19 additions and 25 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.11 1999/03/15 02:45:58 espie Exp $ # $OpenBSD: Makefile,v 1.12 1999/03/19 20:38:20 brad Exp $
# $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $ # $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $
#
DISTNAME= tcl8.0.4 DISTNAME= tcl8.0.5
PKGNAME= tcl-8.0.4 PKGNAME= tcl-8.0.5
CATEGORIES= lang tcl80 CATEGORIES= lang tcl80
NEED_VERSION= 1.73 NEED_VERSION= 1.73
@ -12,8 +11,8 @@ MAINTAINER= niklas@openbsd.org
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
SEPARATE_BUILD=concurrent SEPARATE_BUILD= concurrent
WRKSRC= ${WRKDIR}/tcl8.0.4/unix WRKSRC= ${WRKDIR}/tcl8.0.5/unix
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS+=${CONFIGURE_SHARED} CONFIGURE_ARGS+=${CONFIGURE_SHARED}
.if (${MACHINE_ARCH} == "mips") .if (${MACHINE_ARCH} == "mips")

View File

@ -1,3 +1,3 @@
MD5 (tcl8.0.4.tar.gz) = 62e1fcb1c000e12e33909f830670e360 MD5 (tcl8.0.5.tar.gz) = 4247975c801510fb378b76237b2abaaf
RMD160 (tcl8.0.4.tar.gz) = 0f088db6a5972045c9893ad3f1923083e8bfed9c RMD160 (tcl8.0.5.tar.gz) = 839caddecf34169659e1e706390f609471513391
SHA1 (tcl8.0.4.tar.gz) = e3984a7457d0f2c526a672bbd0cfecdfd085b927 SHA1 (tcl8.0.5.tar.gz) = b1f6d4bf251969955b6f6ce7df824581e8028cd1

View File

@ -1,6 +1,6 @@
--- configure.orig Wed Nov 18 14:54:26 1998 --- configure.orig Fri Mar 19 14:20:39 1999
+++ configure Sun Jan 10 16:34:17 1999 +++ configure Fri Mar 19 14:23:25 1999
@@ -4063,8 +4063,13 @@ @@ -4095,8 +4095,13 @@
fi fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6 echo "$ac_t""yes" 1>&6
@ -11,17 +11,17 @@
+ sparc) + sparc)
+ SHLIB_CFLAGS="-fPIC";; + SHLIB_CFLAGS="-fPIC";;
+ *) + *)
+ SHLIB_CFLAGS="-fpic";; + SHLIB_CFLAGS="-fpic";;
+ esac + esac
SHLIB_LD="ld -Bshareable -x" SHLIB_LD="ld -Bshareable -x"
SHLIB_LD_LIBS="" SHLIB_LD_LIBS=""
SHLIB_SUFFIX=".so" SHLIB_SUFFIX=".so"
@@ -4072,7 +4077,7 @@ @@ -4104,7 +4109,7 @@
DL_LIBS="" DL_LIBS=""
LD_FLAGS="" LD_FLAGS=""
LD_SEARCH_FLAGS="" LD_SEARCH_FLAGS=""
- TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' - TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0'
+ TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.4' + TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.5'
else else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Wed Nov 18 14:54:26 1998 --- Makefile.in.orig Fri Mar 19 14:24:20 1999
+++ Makefile.in Sun Jan 10 16:34:17 1999 +++ Makefile.in Fri Mar 19 14:47:32 1999
@@ -55,7 +55,9 @@ @@ -55,7 +55,9 @@
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
@ -35,7 +35,7 @@
+libtcl80.a: ${OBJS} +libtcl80.a: ${OBJS}
+ rm -f libtcl80.a + rm -f libtcl80.a
+ ar cr libtcl80.a ${OBJS} + ar cr libtcl80.a ${OBJS}
+ ranlib libtcl80.a + ranlib libtcl80.a
+ +
# Make target which outputs the list of the .o contained in the Tcl lib # Make target which outputs the list of the .o contained in the Tcl lib
@ -50,7 +50,7 @@
@for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \
do \ do \
if [ ! -d $$i ] ; then \ if [ ! -d $$i ] ; then \
@@ -447,18 +454,23 @@ @@ -447,14 +454,19 @@
@$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(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); $(RANLIB) $(TCL_LIB_FILE))
@chmod 555 $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE) @chmod 555 $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE)
@ -73,11 +73,6 @@
do \ do \
if [ ! -d $$i ] ; then \ if [ ! -d $$i ] ; then \
echo "Making directory $$i"; \ echo "Making directory $$i"; \
- mkdir $$i; \
+ mkdir -p $$i; \
chmod 755 $$i; \
else true; \
fi; \
@@ -472,8 +484,15 @@ @@ -472,8 +484,15 @@
else true; \ else true; \
fi; \ fi; \

View File

@ -1,6 +1,6 @@
bin/tclsh8.0 bin/tclsh8.0
lib/libtcl80.a lib/libtcl80.a
lib/libtcl80.so.1.4 lib/libtcl80.so.1.5
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %B @exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %B
include/tcl8.0/tcl.h include/tcl8.0/tcl.h
include/tcl8.0/generic/tcl.h include/tcl8.0/generic/tcl.h