1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Upgrade to tcl-8.2.2

This commit is contained in:
Justin M. Seger 1999-11-21 20:54:58 +00:00
parent c035493eac
commit fecf0e1ad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23248
12 changed files with 45 additions and 72 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: tcl8.2.0
# Version required: 8.2.0
# New ports collection makefile for: tcl8.2.2
# Version required: 8.2.2
# Date created: 19 August 1997
# Whom: jkh
#
# $FreeBSD$
#
DISTNAME= tcl8.2.0
PKGNAME= tcl-8.2.0
DISTNAME= tcl8.2.2
PKGNAME= tcl-8.2.2
CATEGORIES= lang tcl82
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/

View File

@ -1 +1 @@
MD5 (tcl8.2.0.tar.gz) = acaa5113663ed3fc10b8ae5baf9e904d
MD5 (tcl8.2.2.tar.gz) = 4b16a1d5f91ae5744d17385a7bf13820

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Aug 13 18:02:47 1999
+++ Makefile.in Sun Sep 5 10:44:32 1999
--- Makefile.in.orig Wed Nov 3 21:37:24 1999
+++ Makefile.in Sun Nov 21 15:31:00 1999
@@ -48,7 +48,9 @@
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@ -11,16 +11,7 @@
# Top-level directory in which to install manual entries:
MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
@@ -65,7 +67,7 @@
MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann
# Directory in which to install the include file tcl.h:
-INCLUDE_INSTALL_DIR = @includedir@
+#INCLUDE_INSTALL_DIR = @includedir@
# Package search path.
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
@@ -85,7 +87,7 @@
@@ -82,7 +84,7 @@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
@ -29,7 +20,7 @@
# To disable ANSI-C procedure prototypes reverse the comment characters
# on the following lines:
@@ -159,7 +161,7 @@
@@ -156,7 +158,7 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
@ -38,7 +29,7 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
@@ -386,7 +388,7 @@
@@ -383,7 +385,7 @@
all: binaries libraries doc
@ -47,7 +38,7 @@
libraries:
@@ -397,8 +399,14 @@
@@ -394,8 +396,14 @@
${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
rm -f ${TCL_LIB_FILE}
@MAKE_LIB@
@ -89,7 +80,7 @@
@@ -522,8 +536,8 @@
fi
install-libraries:
install-libraries: libraries
- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \
- $(SCRIPT_INSTALL_DIR); \
+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(GENERIC_INCLUDE_INSTALL_DIR) \

View File

@ -1,5 +1,5 @@
--- configure.orig Fri Aug 13 18:02:47 1999
+++ configure Sat Sep 4 13:15:50 1999
--- configure.orig Wed Nov 3 21:37:24 1999
+++ configure Sun Nov 21 15:34:05 1999
@@ -4648,7 +4648,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@ -13,7 +13,7 @@
LDFLAGS="-Wl,-Bexport"
LD_SEARCH_FLAGS=""
;;
- NetBSD-*|FreeBSD-[12].*|OpenBSD-*)
- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*)
+ NetBSD-*|FreeBSD-*|OpenBSD-*)
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: tcl8.2.0
# Version required: 8.2.0
# New ports collection makefile for: tcl8.2.2
# Version required: 8.2.2
# Date created: 19 August 1997
# Whom: jkh
#
# $FreeBSD$
#
DISTNAME= tcl8.2.0
PKGNAME= tcl-8.2.0
DISTNAME= tcl8.2.2
PKGNAME= tcl-8.2.2
CATEGORIES= lang tcl82
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/

View File

@ -1 +1 @@
MD5 (tcl8.2.0.tar.gz) = acaa5113663ed3fc10b8ae5baf9e904d
MD5 (tcl8.2.2.tar.gz) = 4b16a1d5f91ae5744d17385a7bf13820

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Aug 13 18:02:47 1999
+++ Makefile.in Sun Sep 5 10:44:32 1999
--- Makefile.in.orig Wed Nov 3 21:37:24 1999
+++ Makefile.in Sun Nov 21 15:31:00 1999
@@ -48,7 +48,9 @@
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@ -11,16 +11,7 @@
# Top-level directory in which to install manual entries:
MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
@@ -65,7 +67,7 @@
MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann
# Directory in which to install the include file tcl.h:
-INCLUDE_INSTALL_DIR = @includedir@
+#INCLUDE_INSTALL_DIR = @includedir@
# Package search path.
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
@@ -85,7 +87,7 @@
@@ -82,7 +84,7 @@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
@ -29,7 +20,7 @@
# To disable ANSI-C procedure prototypes reverse the comment characters
# on the following lines:
@@ -159,7 +161,7 @@
@@ -156,7 +158,7 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
@ -38,7 +29,7 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
@@ -386,7 +388,7 @@
@@ -383,7 +385,7 @@
all: binaries libraries doc
@ -47,7 +38,7 @@
libraries:
@@ -397,8 +399,14 @@
@@ -394,8 +396,14 @@
${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
rm -f ${TCL_LIB_FILE}
@MAKE_LIB@
@ -89,7 +80,7 @@
@@ -522,8 +536,8 @@
fi
install-libraries:
install-libraries: libraries
- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \
- $(SCRIPT_INSTALL_DIR); \
+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(GENERIC_INCLUDE_INSTALL_DIR) \

View File

@ -1,5 +1,5 @@
--- configure.orig Fri Aug 13 18:02:47 1999
+++ configure Sat Sep 4 13:15:50 1999
--- configure.orig Wed Nov 3 21:37:24 1999
+++ configure Sun Nov 21 15:34:05 1999
@@ -4648,7 +4648,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@ -13,7 +13,7 @@
LDFLAGS="-Wl,-Bexport"
LD_SEARCH_FLAGS=""
;;
- NetBSD-*|FreeBSD-[12].*|OpenBSD-*)
- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*)
+ NetBSD-*|FreeBSD-*|OpenBSD-*)
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: tcl8.2.0
# Version required: 8.2.0
# New ports collection makefile for: tcl8.2.2
# Version required: 8.2.2
# Date created: 19 August 1997
# Whom: jkh
#
# $FreeBSD$
#
DISTNAME= tcl8.2.0
PKGNAME= tcl-8.2.0
DISTNAME= tcl8.2.2
PKGNAME= tcl-8.2.2
CATEGORIES= lang tcl82
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/

View File

@ -1 +1 @@
MD5 (tcl8.2.0.tar.gz) = acaa5113663ed3fc10b8ae5baf9e904d
MD5 (tcl8.2.2.tar.gz) = 4b16a1d5f91ae5744d17385a7bf13820

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Aug 13 18:02:47 1999
+++ Makefile.in Sun Sep 5 10:44:32 1999
--- Makefile.in.orig Wed Nov 3 21:37:24 1999
+++ Makefile.in Sun Nov 21 15:31:00 1999
@@ -48,7 +48,9 @@
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@ -11,16 +11,7 @@
# Top-level directory in which to install manual entries:
MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
@@ -65,7 +67,7 @@
MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann
# Directory in which to install the include file tcl.h:
-INCLUDE_INSTALL_DIR = @includedir@
+#INCLUDE_INSTALL_DIR = @includedir@
# Package search path.
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
@@ -85,7 +87,7 @@
@@ -82,7 +84,7 @@
#CFLAGS = $(CFLAGS_DEBUG)
#CFLAGS = $(CFLAGS_OPTIMIZE)
#CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
@ -29,7 +20,7 @@
# To disable ANSI-C procedure prototypes reverse the comment characters
# on the following lines:
@@ -159,7 +161,7 @@
@@ -156,7 +158,7 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
@ -38,7 +29,7 @@
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
@@ -386,7 +388,7 @@
@@ -383,7 +385,7 @@
all: binaries libraries doc
@ -47,7 +38,7 @@
libraries:
@@ -397,8 +399,14 @@
@@ -394,8 +396,14 @@
${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
rm -f ${TCL_LIB_FILE}
@MAKE_LIB@
@ -89,7 +80,7 @@
@@ -522,8 +536,8 @@
fi
install-libraries:
install-libraries: libraries
- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \
- $(SCRIPT_INSTALL_DIR); \
+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(GENERIC_INCLUDE_INSTALL_DIR) \

View File

@ -1,5 +1,5 @@
--- configure.orig Fri Aug 13 18:02:47 1999
+++ configure Sat Sep 4 13:15:50 1999
--- configure.orig Wed Nov 3 21:37:24 1999
+++ configure Sun Nov 21 15:34:05 1999
@@ -4648,7 +4648,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@ -13,7 +13,7 @@
LDFLAGS="-Wl,-Bexport"
LD_SEARCH_FLAGS=""
;;
- NetBSD-*|FreeBSD-[12].*|OpenBSD-*)
- NetBSD-*|FreeBSD-[1-2].*|OpenBSD-*)
+ NetBSD-*|FreeBSD-*|OpenBSD-*)
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`