tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/mk/buildlink3



Hi,

'|| ${TRUE}' also works fine for me.
I have sqlite3.pc in ${WRKDIR/.buildlink3/lib/pkgconfig directory and
inputmethod/uim detects builtin sqlite3.

Thank you.

On Thu, Nov 24, 2022 at 10:29 PM Jonathan Perkin <jperkin%mnx.io@localhost> wrote:
>
> * On 2022-11-24 at 13:21 GMT, Ryo ONODERA wrote:
>
> >-      ${BUILDLINK_CONTENTS_FILTER.${_pkg_}}
> >+      ${BUILDLINK_CONTENTS_FILTER.${_pkg_}} | ${CAT}
>
> Interesting.  Given all of the filters are grep commands, I think what's
> happening here is that perhaps some of them are not matching anything,
> and that's causing a particular pipeline to bail out early.
>
> I still think the use of cat is incorrect, and worse, hiding the true
> intention of what it's doing here.  Could you try it with:
>
>         ${BUILDLINK_CONTENTS_FILTER.${_pkg_}} || ${TRUE}
>
> instead?
>
> Thanks,
>
> --
> Jonathan Perkin   -   mnx.io   -   pkgsrc.smartos.org
> Open Source Complete Cloud   www.tritondatacenter.com



-- 
Ryo ONODERA // ryo%tetera.org@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index