From owner-freebsd-ports@freebsd.org Sat Aug 6 15:27:34 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 DEDBEBAFC66 for ; Sat, 6 Aug 2016 15:27:34 +0000 (UTC) (envelope-from t@tobik.me) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7E5F180A for ; Sat, 6 Aug 2016 15:27:34 +0000 (UTC) (envelope-from t@tobik.me) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 1CE7520271; Sat, 6 Aug 2016 11:27:27 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Sat, 06 Aug 2016 11:27:27 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tobik.me; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=jkYdGPWixxQg7l8fUkFbhccBQGI=; b=Mro2Of xPZlHQAK+/RFpnoIH1/fbNIeHwQsSZykd9kR+ZvRiy1mrI8o/UKaADEWeuwIfZtD /T1xpiHl45G74olq1EuDaBPUTO9T69N5hl0dMtQveXHty8yxAJ8icViraOudf17s Q4NGoCljV+dd2lsT3SnM9rUlfqFmzyzMsD+7Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=jkYdGPWixxQg7l8 fUkFbhccBQGI=; b=Ao+0SpngA5jp+632rMcQrThA/i+srWRTHQlfFcj/zdwiw3g ld/KhkyNlHveAy/E3plDsYVnkaWQ3HIUTLM0jAwOJoyvjqTHpcbva6reR4Pk/1Pe 6mLnVWqRTvomAbFbMyssieLu1eqeu1bE5Jtc0awSeJaAdGa3CTQAdljtneVo= Received: by mailuser.nyi.internal (Postfix, from userid 99) id DBEA3167FE; Sat, 6 Aug 2016 11:27:26 -0400 (EDT) Message-Id: <1470497246.1719671.687774337.47EE8BEF@webmail.messagingengine.com> X-Sasl-Enc: O2lJK3N2mYEOlbWf6s2X0MIu0TfFzajeaavXSst7GUux 1470497246 From: Tobias Kortkamp To: Michael Grimm , freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b9085e99 In-Reply-To: <051C3C33-AAB5-43CD-A089-600420F1648D@ellael.org> References: <051C3C33-AAB5-43CD-A089-600420F1648D@ellael.org> Subject: Re: poudriere: howto build ports with 'make -j x'? Date: Sat, 06 Aug 2016 17:27:26 +0200 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:27:35 -0000 Hi Michael, you can set ALLOW_MAKE_JOBS_PACKAGES in /usr/local/etc/poudriere.conf to do that. # 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*" and MAKE_JOBS_NUMBER in jailname-make.conf to set the number of jobs you want. On Sat, Aug 6, 2016, at 17:16, Michael Grimm wrote: > Hi, > > I am used to build my ports by poudriere in parallel (-J x). But I do > want to build specific ports in parallel per se (make -j x) just to speed > up build times of huge ports like mariadb101-server. > > I did try to add an MAKEOPTS="-j8" into poudriere's specific > jailname-make.conf file, and I did try to use a > jailname-setfile-make.conf as well. But that didn't work for me. > > What would be the correct way to achieve what I want? > > Thanks and regards, > Michael > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"