svn commit: r465789 - in head/devel/boost-jam: . files

Jan Beich jbeich at FreeBSD.org
Fri Jul 6 15:09:38 UTC 2018


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

> -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


More information about the svn-ports-all mailing list