Subject: Re: pkg/35396: IMAKE_MAN_DIR solaris
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 01/12/2007 23:10:03
The following reply was made to PR pkg/35396; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/35396: IMAKE_MAN_DIR solaris
Date: Sat, 13 Jan 2007 00:05:57 +0100
On Fri, Jan 12, 2007 at 01:30:02PM +0000, Gilles Dauphin wrote:
> One of patch is maybe to set MANPATH=IMAKE_MAN_SOURCE_PATH when using imake.
> An other is to set IMAKE_MAN_SOURCE_PATH=${MANPATH} in SunOS.mk and use
> gmake instead of solaris's make when USE_IMAKE is True.
> A good test is time/xcal.
Both is wrong. The variable needs to match the imake settings -- whether
or not imake turns in gmake is completely separate. MANPATH must not be
changed by the infrastructure. The canonical test case is x11/xsnow.
Joerg