From owner-freebsd-ports Tue Sep 15 03:00:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01806 for freebsd-ports-outgoing; Tue, 15 Sep 1998 03:00:24 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01790 for ; Tue, 15 Sep 1998 03:00:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA24463; Tue, 15 Sep 1998 03:00:02 -0700 (PDT) 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 X-Send-Pr-Version: 3.2 Subject: ports/7932: man zshall doesn't work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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