From owner-svn-ports-head@freebsd.org Fri Jul 6 15:09:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A37210301B2; Fri, 6 Jul 2018 15:09:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 004A7853BE; Fri, 6 Jul 2018 15:09:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id ED8476B7B; Fri, 6 Jul 2018 15:09:37 +0000 (UTC) From: Jan Beich To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465789 - in head/devel/boost-jam: . files References: <201803280937.w2S9bdgD049991@repo.freebsd.org> Date: Fri, 06 Jul 2018 17:09:32 +0200 In-Reply-To: <201803280937.w2S9bdgD049991@repo.freebsd.org> (Tijl Coosemans's message of "Wed, 28 Mar 2018 09:37:39 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 15:09:38 -0000 Tijl Coosemans writes: > Author: tijl > Date: Wed Mar 28 09:37:38 2018 > New Revision: 465789 > URL: https://svnweb.freebsd.org/changeset/ports/465789 > > Log: > - Add a patch to make bjam call poll with timeout -1 instead of 0 so it > doesn't use so much CPU time. This cuts the build time of boost-libs > in half for non-parallel builds. Should the fix be dropped on Boost 1.68 update? If not, please, update the rationale and/or submit upstream. https://github.com/boostorg/build/commit/8b2054417c1774e336e599004c26cbe6b207736e > -ALL_TARGET= cc > +ALL_TARGET= cc ${WITH_DEBUG:D--debug} - Not consistent with DEBUG in boost-libs where it's a regular option - Flags should be passed via MAKE_ARGS, see boost-all/compiled.mk