diff options
author | adam <adam@pkgsrc.org> | 2004-11-18 16:47:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-18 16:47:19 +0000 |
commit | d8fb7ef11869f99e3ccf25f43345d726b2802b83 (patch) | |
tree | 225359d6e4530ab7679a19377d4104d6bd3bd839 /lang/tk-expect/Makefile | |
parent | 06f8e6f18b501b3fb331bb5cf32ff55a2d8ff504 (diff) | |
download | pkgsrc-d8fb7ef11869f99e3ccf25f43345d726b2802b83.tar.gz |
Changes 5.42.1:
* Removed beta designation.
* Daniel A. Steffen <steffen@ics.mq.edu.au> provided patch for
MacOS to avoid panic-redefinition.
Changes 5.41.0:
* Simon Taylor <simon@unisolve.com.xau> provided fix for
interact -o which was completely broken by 5.40.1.
Changes 5.40.1:
* Added scroll support to official tkterm. Copied all fixes
from/to term_expect to/from tkterm.
* Kiran Madabhushi <maskiran@hotmail.xcom> encountered interact
diagnostics incorrectly pointing to expect_background. Also,
found multiple -o flags behaving unexpectedly. Added diag.
* Kristoffer Eriksson <ske@pkmab.xse> noted typo in SIMPLE code
in exp_inter.c. However, this is extremely unlikely to affect
any machines.
* Reinhard Max <max@suse.xcom> noted that "make test" failed when
run in the background. The log testcase was testing the
send_tty command. Added code in both Expect and in the test
to handle this.
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r-- | lang/tk-expect/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 0e5db5d2360..82c3d9e99df 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:15:03 tv Exp $ -# +# $NetBSD: Makefile,v 1.17 2004/11/18 16:47:59 adam Exp $ .include "../../lang/tcl-expect/Makefile.common" PKGNAME= tk-expect-${EXPECT_VERSION} -PKGREVISION= 2 CATEGORIES= lang MAINTAINER= jwise@NetBSD.org |