Re: USE_IMAKE on X11_TYPE=native
Takahiro Kambe <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]> on Tue, 10 Feb 2026 09:18:26 +0100, Thomas Klausner <[email protected]> wrote: >> 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. > > I guess that's the best way - make it use the native imake. Yes, it should use native imake and it was so a quite befor. I found code fragment in mk/wrapper/bsd.wrapper.mk: .if !empty(USE_TOOLS:C/:.*//:Mimake) IMAKE?= ${X11BASE}/bin/imake WRAPPEES+= IMAKE .endif Something bad after cwrapper?? -- Takahiro Kambe <[email protected]>