Subject: pkg/20055: lang/tk-expect needs updating
To: None <gnats-bugs@gnats.netbsd.org>
From: None <kre@munnari.OZ.AU>
List: netbsd-bugs
Date: 01/25/2003 16:58:22
>Number: 20055
>Category: pkg
>Synopsis: lang/tk-expect needs updating
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jan 25 02:01:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Robert Elz
>Release: NetBSD 1.6K --- pkgsrc of 2003-01-24
>Organization:
Prince of Songkla University
>Environment:
System: NetBSD delta.cs.mu.OZ.AU 1.6K NetBSD 1.6K (DELTA) #6: Sat Dec 21 23:51:46 EST 2002 kre@delta.cs.mu.OZ.AU:/usr/src/sys/arch/i386/compile/DELTA i386
Architecture: i386
Machine: i386
>Description:
lang/tcl-expect was recently (2 weeks ago) updated from 5.33 to 5.38
lan/tk-expect was not updated. The two share a distinfo file,
(and patches) they need to be updated in parallel
>How-To-Repeat:
cd .../pkgsrc/lang/tk-expect
make checksum (or make or just about anything)
>Fix:
Update it to 5.38 (maybe lot tk-expect and tcl-expect together
more tightly by using a Makefile.common)
The simple fix is perhaps just ... (nb: completely untested)
--- Makefile Sat Oct 27 04:32:39 2001
+++ Makefile.new Sat Jan 25 16:56:09 2003
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.10 2001/10/25 22:21:53 jwise Exp $
#
-DISTNAME= expect-5.33.0
-PKGNAME= tk-expect-5.33.0
+DISTNAME= expect-5.38.0
+PKGNAME= tk-expect-5.38.0
CATEGORIES= lang
MASTER_SITES= http://expect.nist.gov/src/
@@ -11,9 +11,9 @@
COMMENT= tcl interpreter with both the expect and tk extensions built in
DEPENDS+= tk>=8.3.2:../../x11/tk
-DEPENDS+= tcl-expect-5.33.0:../../lang/tcl-expect
+DEPENDS+= tcl-expect-5.38.0:../../lang/tcl-expect
-WRKSRC= ${WRKDIR}/expect-5.33
+WRKSRC= ${WRKDIR}/expect-5.38
DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo
PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches
>Release-Note:
>Audit-Trail:
>Unformatted: