From will@shadow.blackdawn.com Sun Oct 17 13:21:10 1999
Return-Path: <will@shadow.blackdawn.com>
Received: from neptune.psn.net (neptune.psn.net [207.211.58.16])
	by hub.freebsd.org (Postfix) with ESMTP id 81D911511C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Oct 1999 13:21:08 -0700 (PDT)
	(envelope-from will@shadow.blackdawn.com)
Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com)
	by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3)
	for FreeBSD-gnats-submit@FreeBSD.ORG
	id 11cwnj-0004z0-00; Sun, 17 Oct 1999 13:21:07 -0700
Received: (from will@localhost)
	by shadow.blackdawn.com (8.9.3/8.9.3) id QAA27984;
	Sun, 17 Oct 1999 16:21:04 -0400 (EDT)
	(envelope-from will)
Message-Id: <199910172021.QAA27984@shadow.blackdawn.com>
Date: Sun, 17 Oct 1999 16:21:04 -0400 (EDT)
From: Will Andrews <andrews@technologist.com>
Sender: will@shadow.blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: [PATCH] shells/zsh-devel - fix zshall(1)
X-Send-Pr-Version: 3.2

>Number:         14376
>Category:       ports
>Synopsis:       [PATCH] shells/zsh-devel - fix zshall(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shige
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 13:30:00 PDT 1999
>Closed-Date:    Fri Oct 29 07:42:06 PDT 1999
>Last-Modified:  Fri Oct 29 07:43:21 PDT 1999
>Originator:     Will Andrews
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct  4 19:40:23 EDT 1999     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

suggested-by: Dan Nelson <dnelson@emsphone.com>

This patch fixes the zshall(1) manpage. (It may not be obvious by this
e-mail, but I am jumping up and down for joy.)

>How-To-Repeat:

Apply the patch to the current zsh-devel port.

>Fix:

diff -urN zsh-devel/Makefile zsh-devel.new/Makefile
--- zsh-devel/Makefile	Sun Oct 17 16:01:07 1999
+++ zsh-devel.new/Makefile	Sun Oct 17 15:43:44 1999
@@ -27,6 +27,7 @@
 #LDFLAGS+=-static
 
 post-install:
+	@man zshall > /dev/null
 	@${INSTALL_DATA} ${WRKSRC}/Doc/zsh.info ${PREFIX}/info
 	@install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
 	@${ECHO} "Updating /etc/shells"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->shige  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Wed Oct 20 23:06:46 PDT 1999 
Responsible-Changed-Why:  
Over to maintainer. 
Shige, you may wish to commit PR 14377, too. it's for zsh and it's the 
same problem. 
State-Changed-From-To: open->closed 
State-Changed-By: shige 
State-Changed-When: Fri Oct 29 07:42:06 PDT 1999 
State-Changed-Why:  
Fix reported in ports/14376 does not solve the problem essentially. 
Therefore I solve the problem by the another way. 
Thank you for your bug-report. 
>Unformatted:
