Bug 8017

Summary: The tclX80 port doesn't make package correctly
Product: Ports & Packages Reporter: Daniel O'Connor <doconnor>
Component: Individual Port(s)Assignee: smace
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.