Bug 8017 - The tclX80 port doesn't make package correctly
Summary: The tclX80 port doesn't make package correctly
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: smace
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-22 04:50 UTC by Daniel O'Connor
Modified: 1998-10-14 18:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel O'Connor 1998-09-22 04:50:01 UTC
The PLIST for the package is missing lib/tclX8.0.2/autoload.tcl and the man
pages have .gz on the end of them which breaks (at least on my system)

Fix: 

Remove the .gz from the end of the man page entries in PLIST and add
the line 'lib/tclX8.0.2/autoload.tcl'
How-To-Repeat: cd /usr/ports/lang/tclX80
make package
<breakage>
<munge - remove .gz from man page entries in PLIST>
ssh foo
pkg_add tclX-8.0.2.tgz
<Try and load the tclX library>
Comment 1 smace freebsd_committer freebsd_triage 1998-09-22 21:00:11 UTC
Responsible Changed
From-To: freebsd-ports->smace

I'll take this one 
Comment 2 smace freebsd_committer freebsd_triage 1998-10-14 18:23:38 UTC
State Changed
From-To: open->closed

Fix committed, thanks for the update.