Bug 7932 - man zshall doesn't work
Summary: man zshall doesn't work
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: torstenb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-15 11:00 UTC by sec
Modified: 2000-01-03 05:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sec 1998-09-15 11:00:01 UTC
If you install the zsh port without setting NOMANCOMPRESS=true
the zsh-meta-manpage 'man zshall' is broken.

This is because it sources the other manpages with:

.so man1/zshmisc.1
.so man1/zshexpn.1
.so man1/zshbuiltins.1
.so man1/zshcompctl.1
.so man1/zshparam.1
.so man1/zshzle.1
.so man1/zshoptions.1

which unfortunately are gzipped.

Fix: 

Not sure about this ? force NOMANCOMPRESS=true for this ?

fix '.so' in nroff to know about .gz'ed files ?
How-To-Repeat: 
cd /usr/ports/shells/zsh
make NOMANCOMPRESS=false install
man zshall
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-09-19 21:45:57 UTC
Responsible Changed
From-To: freebsd-ports->torstenb

Over to port maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-01-03 05:22:43 UTC
State Changed
From-To: open->closed

Bill Fumerola fixed this in revision 1.37 of ports/shells/zsh/Makefile. 
Thanks to William Andrews for pointing this out.