diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-24 23:40:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-24 23:40:02 +0000 |
commit | a37af6d86d5a3f56735f24afc5ca48395f8ad968 (patch) | |
tree | b7b5577baa3a6cd3272cc8ed1a0e349c4654b4dc /lang/tcl-expect/Makefile | |
parent | a4bc16d30c123e03c4125fdd70bde0eb8a71f4a4 (diff) | |
download | pkgsrc-a37af6d86d5a3f56735f24afc5ca48395f8ad968.tar.gz |
Update the tcl-expect packages to be based on expect-5.33.
Changes from 5.32.1 (the last pkgsrc version):
10/1/01 5.33.0 <mark@doradosoftware.com> found that expect's diagnostics
didn't include the "no" after testing for a full buffer.
Hemang Lavana <hlavana@cisco.com> noted that "debug" (Dbg_On)
calls didn't always force the debugger into step mode.
Martin Kammerhofer <dada@sbox.tugraz.at> noted that the man
page neglected to document interpreter -eof.
Chris Clare <clarec@nortelnetworks.com> provided fix for
multiple decl in C lib.
Sheng Wang <wangs@sh.bel.alcatel.be> found interact's
can-match code had broken. It was missing the special hook
that Henry had added just for this purpose. How strange.
Dieter Fiebelkorn <dieter@fiebelkorn.net> requested addition
to config.guess for Power*Macintosh:Darwin for MacOSX.
Aside - to download latest config.guess:
cvs -d :pserver:anoncvs@subversions.gnu.org:/cvs checkout \
config
Added pipeline example to unbuffer man page.
8/4/00 5.32.2 Allen J. Newton <anewton@alturia.fleet.org> provided code for
generating passwords with special characters in mkpasswd.
Brent Welch <welch@ajubasolutions.com> changed the fix1line
install script so that "autoexpect" and other scripts that
get installed into the platform-independent bin directory
generically invoke "expect" from the users PATH instead
of hardwiring the platform-specific expect pathname.
Diffstat (limited to 'lang/tcl-expect/Makefile')
-rw-r--r-- | lang/tcl-expect/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 1d31a31c6b2..f6720249959 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/24 23:40:02 jwise Exp $ # DISTNAME= expect -PKGNAME= tcl-expect-5.32.1 +PKGNAME= tcl-expect-5.33 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ @@ -14,8 +14,8 @@ DEPENDS+= tcl>=8.3.2:../../lang/tcl CONFLICTS+= expect-[0-9]* -WRKSRC= ${WRKDIR}/expect-5.32 -DIST_SUBDIR= expect-5.32.1 +WRKSRC= ${WRKDIR}/expect-5.33 +DIST_SUBDIR= expect-5.33 GNU_CONFIGURE= yes USE_LIBTOOL= yes |