Van: Gleb Popov <[email protected]> Datum:vrijdag, 16 mei 2025 15:05 Aan:Ronald Klop <[email protected]> CC:[email protected] Onderwerp:Re: CONFIGURE_ENV and do-configure
On Fri, May 16, 2025 at 3:40PM Ronald Klop <[email protected]> wrote: > > Thank you for all the feedback. The suggestions made me read up on Mk/bsd.port.mk again and another supported solution is: > > +HAS_CONFIGURE= yes > +CONFIGURE_SCRIPT= gen-config.sh > +CONFIGURE_ARGS+= ${MOZJS_ARCH} freebsd > +CONFIGURE_WRKSRC= ${WRKSRC}/src/third_party/mozjs > I was about to suggest the same, but just CONFIGURE_CMD= ${SH} ${WRKSRC}/gen-config.sh ${MOZJS_ARCH} freebsd > > Would it be ok to commit this bsd.port.mk change? Why would you want it?
Yeah, I don't want the change in bsd.port.mk anymore. :-) After sending my mail I realized that the nice debug output was the line printed from the ports Makefile which is under my control and not from the global Mk files. Regards, Ronald.
