I wasn't able to figure out how to limit the v build system to a specific number of procs, so at least register that with dpb to not overload the builders.
Mostly symbolic, but OK? Index: lang/v/Makefile =================================================================== RCS file: /cvs/openbsd/ports/lang/v/Makefile,v diff -u -p -u -p -r1.4 Makefile --- lang/v/Makefile 8 Jul 2024 11:55:53 -0000 1.4 +++ lang/v/Makefile 30 Jan 2026 19:22:51 -0000 @@ -2,6 +2,9 @@ ONLY_FOR_ARCHS =amd64 arm64 COMMENT = simple, fast, safe, compiled language +# Cant turn off parallel in the build system, so at least register the slots +DPB_PROPERTIES = parallel parallel2 + V_V = 0.4.5 VC_V = 2386fe9a0d8cc92d0d013ecd81456f2831433a71 MARKDOWN_V = b7ff5f24fdb26935d6e2277c7888752fb8aac114 -- "Virtual" means never knowing where your next byte is coming from.
