Bug 198854

Summary: www/firefox uses kern.smp.cpus for its internal -j logic
Product: Ports & Packages Reporter: Sean Bruno <sbruno>
Component: Individual Port(s)Assignee: freebsd-gecko (Nobody) <gecko>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (gecko)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sean Bruno freebsd_committer freebsd_triage 2015-03-23 20:30:15 UTC
If I run a build of packages with poudriere via something like:

poudriere bulk -j testjail -J2 www/firefox

the build of firefox will determine how many CPUs the buildhost actually has and use that many, e.g. on my host kern.smp.cpus == 8, so the build of www/firefox is invoked with gmake -j8
Comment 1 Sean Bruno freebsd_committer freebsd_triage 2015-07-03 02:17:19 UTC
Looks like a change to the mk files has made this much happier now.