From 149784bc544d6bb302593060bc1b016a3b5ae9c9 Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 24 Oct 2001 23:40:02 +0000 Subject: 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 found that expect's diagnostics didn't include the "no" after testing for a full buffer. Hemang Lavana noted that "debug" (Dbg_On) calls didn't always force the debugger into step mode. Martin Kammerhofer noted that the man page neglected to document interpreter -eof. Chris Clare provided fix for multiple decl in C lib. Sheng Wang 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 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 provided code for generating passwords with special characters in mkpasswd. Brent Welch 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. --- lang/tk-expect/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/tk-expect/Makefile') diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index b1f356c8473..27fcc0c1207 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/05/29 12:23:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/10/24 23:40:03 jwise Exp $ # DISTNAME= expect -PKGNAME= tk-expect-5.32.1 +PKGNAME= tk-expect-5.33 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ @@ -11,10 +11,10 @@ HOMEPAGE= http://expect.nist.gov/ COMMENT= tcl interpreter with both the expect and tk extensions built in DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect +DEPENDS+= tcl-expect-5.33:../../lang/tcl-expect -WRKSRC= ${WRKDIR}/expect-5.32 -DIST_SUBDIR= expect-5.32.1 +WRKSRC= ${WRKDIR}/expect-5.33 +DIST_SUBDIR= expect-5.33 DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches -- cgit v1.2.3