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 | 7cbb817b01b01924220f531f368d9945b11f7799 (patch) | |
tree | 225359d6e4530ab7679a19377d4104d6bd3bd839 /lang/tcl-expect/Makefile.common | |
parent | e44a8fdca87191fc213432ec3c20fc60c80afec3 (diff) | |
download | pkgsrc-7cbb817b01b01924220f531f368d9945b11f7799.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/tcl-expect/Makefile.common')
-rw-r--r-- | lang/tcl-expect/Makefile.common | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common index afd085e09e1..30e6d4c2ce7 100644 --- a/lang/tcl-expect/Makefile.common +++ b/lang/tcl-expect/Makefile.common @@ -1,16 +1,15 @@ -# $NetBSD: Makefile.common,v 1.3 2004/03/11 07:16:45 minskim Exp $ -# +# $NetBSD: Makefile.common,v 1.4 2004/11/18 16:47:19 adam Exp $ DISTNAME= expect-${EXPECT_VERSION} MASTER_SITES= http://expect.nist.gov/src/ HOMEPAGE= http://expect.nist.gov/ -EXPECT_VERSION= 5.38.0 +EXPECT_VERSION= 5.42.1 -WRKSRC= ${WRKDIR}/expect-5.38 +WRKSRC= ${WRKDIR}/expect-5.42 USE_BUILDLINK3= yes -GNU_CONFIGURE= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes TEST_TARGET= test DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo |