svn commit: r465789 - in head/devel/boost-jam: . files
Tijl Coosemans
tijl at FreeBSD.org
Fri Jul 6 16:59:00 UTC 2018
On Fri, 06 Jul 2018 17:09:32 +0200 Jan Beich <jbeich at FreeBSD.org> wrote:
> Tijl Coosemans <tijl at FreeBSD.org> 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
After that commit you can probably drop the patch.
>> -ALL_TARGET= cc
>> +ALL_TARGET= cc ${WITH_DEBUG:D--debug}
>
> - Not consistent with DEBUG in boost-libs where it's a regular option
I think WITH_DEBUG is what every port should support, not DEBUG options.
This is something that applies to every port and we're not going to add
options to every port.
> - Flags should be passed via MAKE_ARGS, see boost-all/compiled.mk
MAKE_ARGS appears before ALL_TARGET on the command line and --debug has
to appear after if I remember correctly.
More information about the svn-ports-head
mailing list