Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -506,14 +506,15 @@ their available CPU power, allowing port builds to be faster and more effective. - This is achieved by passing -jX flag + This is achieved by passing -jX flag to &man.make.1; running on vendor code. This is the default build behavior of ports. Unfortunately, not all ports handle parallel building well and it may be required to explicitly disable this feature by adding the MAKE_JOBS_UNSAFE=yes variable. It is used when a port is known to be broken with - -jX. + -jX due to race conditions causing + intermittent build failures. When setting MAKE_JOBS_UNSAFE, it