Bug 4786 - ja-expect broken
Summary: ja-expect broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-10-17 04:30 UTC by taguchi
Modified: 1997-10-17 07:04 UTC (History)
0 users

See Also:


Attachments
ja-expect.patch.gz (6.98 KB, text/plain)
1997-10-17 04:30 UTC, taguchi
no flags Details
lang-expect.patch.gz (508 bytes, text/plain)
1997-10-17 04:30 UTC, taguchi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description taguchi 1997-10-17 04:30:00 UTC
${PORTSDIR}/japanese/expect is broken. 
This ports depend on ${PORTSDIR}/lang/expect.
And it was updated. but ja-expect is not. So, Broken.

Fix: Please apply following patch named "ja-expect.patch.gz".
and delete ${PORTSDIR}/japanese/expect/patches/patch-a[e-h].
They are NOT needed now.

This patch also need patch file for lang/expect.
"lang-expect.patch.gz" is it.
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1997-10-17 07:02:28 UTC
State Changed
From-To: open->closed


Thanks, committed.  By the way, there was a typo in patch-aa: the @ at 
the end of "@includedir@" was interrupted by another variable.  I 
moved it in front, but then it installed the header file into 
"include/expect", not "include/expect5.25jp" like the PLIST says.  At 
that point I gave up and explicitly specified "expect5.25jp" in there.