zsh-users
 help / color / mirror / code / Atom feed
From: Dan Nelson <dnelson@emsphone.com>
To: zsh-users@math.gatech.edu
Subject: Re: zsh installation on FreeBSD-2.2.6
Date: Mon, 22 Jun 1998 11:00:36 -0500	[thread overview]
Message-ID: <19980622110036.A10529@emsphone.com> (raw)
In-Reply-To: <19980622104625.A21596@math.fu-berlin.de>; from "Sven Guckes" on Mon Jun 22 10:46:25 GMT 1998

In the last episode (Jun 22), Sven Guckes said:
> I just thought I'd mention it:
> 
> Installing the zsh on FreeBSD-2.2.6 doesn't get the manuals right.
> You get the (standard) manual of the zsh even with "man zshall" -
> and all the other separate manuals do not show up at all.

The problem with zshall is that the zsh port compresses the manpages,
and the .so entries in zshall.1 fail.  Try applying the following diff
to ports/shells/zsh/Makefile (which creates cat/zshall.1 before
compressing the source files).  I'll submit something similar as a PR
to the FreeBSD port people.

	-Dan Nelson
	dnelson@emsphone.com

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/zsh/Makefile,v
retrieving revision 1.26
diff -b -u -r1.26 Makefile
--- Makefile	1997/09/26 08:23:14	1.26
+++ Makefile	1998/06/22 15:50:11
@@ -32,5 +32,6 @@
 	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
 	 fi
 	@install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
+	@man zshall > /dev/null
 
 .include <bsd.port.mk>


      reply	other threads:[~1998-06-22 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-22  8:46 Sven Guckes
1998-06-22 16:00 ` Dan Nelson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980622110036.A10529@emsphone.com \
    --to=dnelson@emsphone.com \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).