From owner-freebsd-ports@freebsd.org Sat Aug 6 15:35:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40738BAFE60 for ; Sat, 6 Aug 2016 15:35:36 +0000 (UTC) (envelope-from me@cschwarz.com) Received: from orion.uberspace.de (orion.uberspace.de [95.143.172.79]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902EB1CDE for ; Sat, 6 Aug 2016 15:35:34 +0000 (UTC) (envelope-from me@cschwarz.com) Received: (qmail 22703 invoked from network); 6 Aug 2016 15:35:25 -0000 Received: from localhost (HELO csarch) (127.0.0.1) by orion.uberspace.de with SMTP; 6 Aug 2016 15:35:25 -0000 Date: Sat, 6 Aug 2016 17:35:22 +0200 From: Christian Schwarz To: freebsd-ports@freebsd.org Subject: Re: poudriere: howto build ports with 'make -j x'? Message-ID: <20160806153522.GB20662@csarch> References: <051C3C33-AAB5-43CD-A089-600420F1648D@ellael.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <051C3C33-AAB5-43CD-A089-600420F1648D@ellael.org> User-Agent: Mutt/1.6.2 (2016-07-01) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 15:35:36 -0000 >From my poudriere.conf: # By default MAKE_JOBS is disabled to allow only one process per cpu # Use the following to allow it anyway ALLOW_MAKE_JOBS=no # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # which holdup the rest of the queue to build more quickly. ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* perl5.20" Hope this helps! -- Christian Schwarz