From sec@ice.42.org  Tue Sep 15 02:56:08 1998
Received: from ice.42.org (ice.42.org [194.246.250.222])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01260;
          Tue, 15 Sep 1998 02:56:03 -0700 (PDT)
          (envelope-from sec@ice.42.org)
Received: (from sec@localhost)
	by ice.42.org (8.8.8/8.8.8) id LAA07887;
	Tue, 15 Sep 1998 11:55:45 +0200 (CEST)
	(envelope-from sec)
Message-Id: <199809150955.LAA07887@ice.42.org>
Date: Tue, 15 Sep 1998 11:55:45 +0200 (CEST)
From: sec@42.org
Reply-To: sec@42.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: torstenb@freebsd.org
Subject: man zshall doesn't work
X-Send-Pr-Version: 3.2

>Number:         7932
>Category:       ports
>Synopsis:       man zshall doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    torstenb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 15 03:00:01 PDT 1998
>Closed-Date:    Sun Jan 2 21:22:43 PST 2000
>Last-Modified:  Sun Jan  2 21:23:56 PST 2000
>Originator:     Stefan Zehl
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
>Environment:

FreeBSD ice 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Sun Sep 13 20:48:44 CEST 1998     sec@ice:/usr/src/sys/compile/ICE  i386

zsh-port version:

# New ports collection makefile for:	zsh
# Version required:     	3.0.5
# Date created:			11 Feb. 1995
# Whom:				torstenb

>Description:

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.

>How-To-Repeat:

cd /usr/ports/shells/zsh
make NOMANCOMPRESS=false install
man zshall

>Fix:

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

fix '.so' in nroff to know about .gz'ed files ?
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->torstenb 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sat Sep 19 13:45:57 PDT 1998 
Responsible-Changed-Why:  
Over to port maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Jan 2 21:22:43 PST 2000 
State-Changed-Why:  
Bill Fumerola fixed this in revision 1.37 of ports/shells/zsh/Makefile. 
Thanks to William Andrews for pointing this out. 
>Unformatted:
