tech-pkg archive

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

Re: CVS commit: pkgsrc/mk/buildlink3



* 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


Home | Main Index | Thread Index | Old Index