Re: USE_IMAKE on X11_TYPE=native
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 10, 2026 at 04:31:36PM +0100, Takahiro Kambe wrote:
> Hi.
>
> These packages are broken when X11_TYPE is native.
>
> fonts/jmk-fonts
> fonts/sgi-fonts
>
> 1. Since they are use imake to generate Makefile, they use USE_IMAKE.
> 2. USE_IMAKE unconditionally depends on devel/imake.
> 3. imake from devel/imake generates Makefile using
> ${PREFIX}/bin/bdftopcf which is installed
> on X11_TYPE == modular environment.
>
> How it should be soleved?
So it seems we should fix 3.
We can override the XBINDIR - does adding
MAKE_FLAGS+= XBINDIR=${TOOLS_DIR}/bin
to the Makefiles work?
Thomas