zsh-users
 help / color / mirror / code / Atom feed
* zsh installation on FreeBSD-2.2.6
@ 1998-06-22  8:46 Sven Guckes
  1998-06-22 16:00 ` Dan Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Guckes @ 1998-06-22  8:46 UTC (permalink / raw)
  To: zsh-users

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.

I'd give better info if I coukld just get my data into
the system and be able to work at home properly...

And I'd also update the info on the "latest version" in my sig
if the zsh homepage would give me info on it (hint hint)...

Sven

-- 
Sven Guckes guckes@math.fu-berlin.de            using zsh-3.0.5 [961218]
ZSH HomePage: http://www.zsh.org   | Latest version:  zsh-3.1.3 [980501]
ZSH Pages:    http://www.math.fu-berlin.de/~guckes/zsh/  Tips and tricks


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: zsh installation on FreeBSD-2.2.6
  1998-06-22  8:46 zsh installation on FreeBSD-2.2.6 Sven Guckes
@ 1998-06-22 16:00 ` Dan Nelson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nelson @ 1998-06-22 16:00 UTC (permalink / raw)
  To: zsh-users

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-06-22 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-22  8:46 zsh installation on FreeBSD-2.2.6 Sven Guckes
1998-06-22 16:00 ` Dan Nelson

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).