Subject: Re: xorg man file suffix
To: Juan RP <juan@xtraeme.nopcode.org>
From: Todd Willey <xtoddx@gmail.com>
List: tech-pkg
Date: 01/05/2005 00:13:49
This was actually the problem.  I've fixed it in some patches I've
worked up, and as soon as everything else builds and packages
correctly, I'll be sending in pathes.

Thanks,
-todd[1]


On Wed, 5 Jan 2005 00:42:11 +0100, Juan RP <juan@xtraeme.nopcode.org> wrote:
> On Thu, 30 Dec 2004 17:27:42 +0000
> Todd Willey <xtoddx@gmail.com> wrote:
> 
> > After building xorg (imake, libs, and server, probably all others) I
> > get errors like "unable to stat SOME MAN PAGE".  It keeps looking for
> > /usr/pkg/xorg/man1/PAGE.1, but the page is installed as
> > /usr/pkg/xorg/man1/PAGE.1.gz.  I've changed the MAN_SUFFIX and all
> > other *_SUFFIX variables in meta-pkgs/xorg/Makefile.common to have the
> > .gz extension on the end, but it still looks for it without.  In PLIST
> > it uses those variables to look for the files, but a "bmake show-var
> > VARNAME=MAN_SUFFIX" shows it with the .gz on the end.
> >
> > This is on DragonFly using recent 2004Q4, any ideas?
> 
> Make sure the option "CompressManPages" is set to NO in DragonFly.cf
> (xc/config/cf and pkg/xorg/lib/X11/config).
> 
> 
>