tech-pkg archive

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

Re: Proposed update to bmake-20240711



* On 2024-07-12 at 16:53 BST, Simon Gerraty wrote:

My github fu is not great, but I think I saw the patches you mentioned,
I'm looking at applying the following (which is not exactly the same
but should be functionally equivalent):

Thanks!

+#ifndef SIZE_MAX
+#define SIZE_MAX 0xffffffffUL
+#endif

The reason I moved this to make.h is that it was previously required in var.c, and now is required in parse.c, and I was anticipating it being a problem again in the future somewhere else.

-.elif ${_shell} == "ksh"
+.elif ${_shell:N*ksh*} == ""

I tried applying this but the same set of tests failed.

Cheers,

--
Jonathan Perkin   -   mnx.io   -   pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index