summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile
diff options
context:
space:
mode:
authorhe <he>2001-01-24 18:42:33 +0000
committerhe <he>2001-01-24 18:42:33 +0000
commitc9725e735437d3efd54a71e4b1acbc8957cbb6ad (patch)
tree4da99293cb776d3d2a33bb152af5da7e2f5595d9 /lang/tcl/Makefile
parentc6c196b2479eb0fa7ec1fa117b27cb111fbf65d9 (diff)
downloadpkgsrc-c9725e735437d3efd54a71e4b1acbc8957cbb6ad.tar.gz
Add a point patch pulled from development version of tcl, so that
``while 1 { close [open /dev/null r] }'' does not leak memory for each go-around. This corresponds to sourceforge bugid #117988. Bump PKGNAME to tcl-8.3.2nb1.
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r--lang/tcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 280ed719de7..aaa81556724 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2000/09/02 15:59:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/01/24 18:42:33 he Exp $
#
DISTNAME= tcl8.3.2
-PKGNAME= tcl-8.3.2
+PKGNAME= tcl-8.3.2nb1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \