pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/38248 (graphics/xv manpages install into /usr/share/man rather than $PKGMANDIR)



The following reply was made to PR pkg/38248; it has been noted by GNATS.

From: "Yair K." <cesium2%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/38248 (graphics/xv manpages install into /usr/share/man rather 
than $PKGMANDIR)
Date: Sun, 6 Apr 2008 10:47:09 +0300

 On Sunday 06 April 2008 10:29:40 you wrote:
 > Synopsis: graphics/xv manpages install into /usr/share/man rather than
 > $PKGMANDIR
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: dholland%NetBSD.org@localhost
 > State-Changed-When: Sun, 06 Apr 2008 07:29:38 +0000
 > State-Changed-Why:
 > I'm not seeing this. What do you have in your mk.conf? Do you have anything
 > strange in your process environment?
 
 I'm running Linux 2.6.24.2 with X11_TYPE=native. 
 
 mk.conf (some irrelevent details stripped out):
 
 PKG_DBDIR=              /var/db/pkg
 LOCALBASE=              /usr/pkg
 VARBASE=                /var
 PKG_TOOLS_BIN=          /usr/pkg/sbin
 X11BASE=                /usr
 X11_TYPE=               native
 PKG_CONFIG_PATH=        /usr/pkg/lib/pkgconfig
 XAW_TYPE=               3d
 ACCEPTABLE_LICENSES+=   xv-license
 MANZ=                   1
 USE_DESTDIR=            full
 UPDATE_TARGET=  bin-install
 
 TOOLS_PLATFORM.pax?=            /usr/pkg/bin/pax
 TOOLS_PLATFORM.tar?=            /usr/pkg/bin/tar
 
 I suspect the cause is that Imake catches one of the .cf files which is 
 installed by Debian in /usr/lib/X11/config .
  linux.cf contains: "# define ManDirectoryRoot      /usr/share/man"
  imake.tmpl contains: "#define ManPath ManDirectoryRoot"
  and the line: "MANPATH = ManPath          /* top of manual page tree */"
 
 Yours,
        Yair K.
 


Home | Main Index | Thread Index | Old Index