Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 1998 11:55:45 +0200 (CEST)
From:      sec@42.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        torstenb@FreeBSD.ORG
Subject:   ports/7932: man zshall doesn't work
Message-ID:  <199809150955.LAA07887@ice.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         7932
>Category:       ports
>Synopsis:       man zshall doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 15 03:00:01 PDT 1998
>Last-Modified:
>Originator:     Stefan Zehl
>Organization:
>Release:        FreeBSD 2.2.7-STABLE i386
>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 ?
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809150955.LAA07887>