From 4eca04c55b1d1ba9833f0142e9628f6c27f12fa5 Mon Sep 17 00:00:00 2001 From: dillo Date: Wed, 16 May 2001 13:27:55 +0000 Subject: fix unaligned access on alpha by applying patch from PR 12905. --- lang/tcl-expect/distinfo | 3 ++- lang/tcl-expect/patches/patch-ac | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 lang/tcl-expect/patches/patch-ac diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo index 1abbb10c4cc..9f9faaeca91 100644 --- a/lang/tcl-expect/distinfo +++ b/lang/tcl-expect/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:00:59 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/16 13:27:55 dillo Exp $ SHA1 (expect-5.32.1/expect.tar.gz) = db5f4b501fc1065b6a44c72f2afb8c4e399745ba Size (expect-5.32.1/expect.tar.gz) = 494245 bytes SHA1 (patch-aa) = a67976c3d81ae6f933e4e943bc59018961b9f9cd SHA1 (patch-ab) = 642e714e58bfe72b332cb89559e1f55df9b6052f +SHA1 (patch-ac) = 9b1cf55607cf52f94b2499f7a654a04c93f71739 diff --git a/lang/tcl-expect/patches/patch-ac b/lang/tcl-expect/patches/patch-ac new file mode 100644 index 00000000000..8bdea2186f7 --- /dev/null +++ b/lang/tcl-expect/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/05/16 13:27:55 dillo Exp $ + +--- exp_command.c.orig Tue Feb 1 01:38:43 2000 ++++ exp_command.c Wed May 16 09:17:50 2001 +@@ -780,7 +780,7 @@ + * process "-open $channel" + */ + int mode; +- int rfd, wfd; ++ long rfd, wfd; + + if (echo) { + expStdoutLogU(argv0,0); -- cgit v1.2.3