jvvv

Results 5 issues of jvvv

libobase/sha2.c, src/chmod/chmod.c, and src/renice/renice.c need macros from obase.h. libobase/sha2.c needs __weak_alias defined, or get undefined references to any of the weak aliases from sha2.c when linking against libobase.a (found when...

The mk variable USE_DPADD_MK changed to MK_DPADD_MK in the 20121111 release of bmake. Changing lines 1 and 11 to use MK_DPADD_MK instead of USE_DPADD_MK fixes this issue for me.

On Alpine Linux, we are using the following patch to work around build errors since building with more recent protobuf (> 21.12): ``` diff --git a/config.cc b/config.cc index 0148ab2..7f0b4d7 100644...

Single html tags like hr, input, and meta (etc) aren't getting highlighted. My lua knowledge is pretty sparse, but here's a work-around that is working for me so far: ```...

Please pardon my bluntness. My lua foo isn't that strong and what I have is fairly rusty. I had to look in my pil books and the reference manuals to...