From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 10 07:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B399ECD for ; Thu, 10 Jan 2013 07:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 55AE5713 for ; Thu, 10 Jan 2013 07:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0A701Gu049933 for ; Thu, 10 Jan 2013 07:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0A701r5049932; Thu, 10 Jan 2013 07:00:01 GMT (envelope-from gnats) Date: Thu, 10 Jan 2013 07:00:01 GMT Message-Id: <201301100700.r0A701r5049932@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Baptiste Daroussin Subject: Re: ports/175171: firefox port build eats all CPU cores X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Baptiste Daroussin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 07:00:01 -0000 The following reply was made to PR ports/175171; it has been noted by GNATS. From: Baptiste Daroussin To: bug-followup@freebsd.org, wollman@khavrinen.csail.mit.edu Cc: Subject: Re: ports/175171: firefox port build eats all CPU cores Date: Thu, 10 Jan 2013 07:58:02 +0100 This is a feature most people do want, so yes this is and will stay the default behaviour, at least because we have a mecanism to disable it. via: DISABLE_MAKE_JOBS=yes or a finer grain control via: MAKE_JOBS_NUMBER do decide how many core should be used. So this is not a bug. regards, Bapt