From owner-freebsd-ports@FreeBSD.ORG Thu May 7 13:58:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67859106566B for ; Thu, 7 May 2009 13:58:17 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 40D158FC1D for ; Thu, 7 May 2009 13:58:16 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 6E92B5C2E; Thu, 7 May 2009 09:58:16 -0400 (EDT) Date: Thu, 7 May 2009 09:58:16 -0400 From: Wesley Shields To: Johan Hendriks Message-ID: <20090507135816.GB58062@atarininja.org> References: <49FB64CC.9030002@ridecharge.com> <20090504062155.GC43414@dragon.NUXI.org> <49FF8315.2070906@ridecharge.com> <20090506041109.GB41229@dragon.NUXI.org> <4A01DA6B.40904@ridecharge.com> <57200BF94E69E54880C9BB1AF714BBCB5DE7FC@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DE7FC@w2003s01.double-l.local> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: "Philip M. Gollucci" , freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS_UNSAFE+= shells/bash, textproc/ispell X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 13:58:17 -0000 On Thu, May 07, 2009 at 03:32:43PM +0200, Johan Hendriks wrote: > > >David O'Brien wrote: > >> I was under the impression that MAKE_JOBS_UNSAFE was the default and one > >> had to explicity put MAKE_JOBS_SAFE=yes in a port. > >By default, it is neither SAFE or UNSAFE. By default, its always without the > >-j argument. > > Sorry to hijack! > But how can you set the ports build to use -j2 By default it uses the number of cores in the system. If you want to change that you can use MAKE_JOBS_NUMBER. -- WXS