Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.86.0_1 06 Jan 2025 23:06:07
    |
Robert Clausecker (fuz)  |
devel/boost-libs: fix on armv7
@progbits is spelled %progbits on armv7. This error caused dependent
port lang/emilua to fail to build, but does not directly affect this
port as the affected header files are not part of any translation unit
built with this package.
Approved by: portmgr (build fix blanket)
MFH: 2025Q1 |
1.86.0 01 Jan 2025 16:09:59
    |
Rene Ladan (rene)  |
all: remove support for expired FreeBSD 13.3
Reviewed by: bofh, brnrd, jbeich, nobutaka
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D48247 |
1.86.0 21 Nov 2024 08:39:28
    |
Dima Panov (fluffy)  |
devel/boost-libs: do not try to build boost.stacktrace.from_exceptions on !amd64
(+)
Recently added Boost.Stacktrace.from_exceptions library is ready only for amd64
yet.
Exclude it from the build on any other ARCHes now.
While here, backport fix for interface change in Boost.UUID
Reported by: fallout
Sponsored by: Future Crew, LLC |
1.86.0 20 Nov 2024 10:05:18
    |
Dima Panov (fluffy)  |
devel/boost: update to 1.86.0 release (+)
Also update boost_build (B2) to corresponding 5.2.1 release.
Release Notes: https://www.boost.org/users/history/version_1_86_0.html
Sponsored by: Future Crew, LLC |
1.85.0 03 Oct 2024 10:24:50
    |
Dima Panov (fluffy)  |
devel/boost*: update to 1.85.0 release (+)
With hat: office
Changelog: https://www.boost.org/users/history/version_1_85_0.html
Sponsored by: Future Crew, LLC |
1.84.0 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.84.0 21 Apr 2024 01:14:18
    |
Yasuhiro Kimura (yasu)  |
devel/boost-{all,libs}: Adjust range of OSVERSION to use LLVM from ports
The reason to use LLVM from ports is that there is bug in Clang/LLVM
of base system that causes assertion failure while building
devel/boost-libs. The bug is already fixed with main, stable/14 and
stable/13 branches of src repository. So we need to use LLVM from
ports only with following ranges of OSVERSION.
1. 1500000 <= OSVERSION < 1500017
2. 1400000 <= OSVERSION < 1400509
3. 1300000 <= OSVERSION < 1303502
And commit 3b8c51bd37b0 adjusts the range as above.
But there is a pitfall about it. The assertion failure happens only if (Only the first 15 lines of the commit message are shown above ) |
1.84.0 22 Feb 2024 06:17:33
    |