CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/04/24 09:10:10
Modified files:
devel/llvm : Makefile.inc
Log message:
set DPB_PROPERTIES for devel/llvm to "parallel parallel2" (previously just
"parallel"). This is used to signal a "large" port which has a different
setting for number of concurrent build jobs; some bulk builders use it to
increase the number of jobs on bigger machines, but on i386 I use it to
reduce the number of jobs for ports which end up running out of memory
otherwise.
go ahead tb@