meson might fail if dpb junks cmake

2022-03-09 Thread George Koehler
Hello ports, I want to describe how meson might fail in "make configure" if meson is looking for a missing optional dependency, but at the same time, dpb is junking cmake. I saw devel/pangomm248 fail in this way, but it might also happen in other ports using meson. In each of devel/pangomm248, d

Re: meson might fail if dpb junks cmake

2022-03-10 Thread Marc Espie
On Wed, Mar 09, 2022 at 07:47:27PM -0500, George Koehler wrote: > These 3 ports have WRKSRC/docs/reference/meson.build calling > dependency('mm-common-libstdc++', required: false). This will try > pkg-config with mm-common-libstdc++.pc (which would exist in > devel/mm-common), then cmake with Find

Re: meson might fail if dpb junks cmake

2022-03-10 Thread Antoine Jacoutot
On Thu, Mar 10, 2022 at 03:01:57PM +0100, Marc Espie wrote: > On Wed, Mar 09, 2022 at 07:47:27PM -0500, George Koehler wrote: > > These 3 ports have WRKSRC/docs/reference/meson.build calling > > dependency('mm-common-libstdc++', required: false). This will try > > pkg-config with mm-common-libstdc