| Port details on branch 2025Q4 |
- boost-libs Free portable C++ libraries (without Boost.Python)
- 1.88.0_2 devel
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error. - Maintainer: office@FreeBSD.org
 - Port Added: 2026-01-01 02:10:37
- Last Update: 2026-01-01 02:07:29
- Commit Hash: 55367bf
- License: BSL
- WWW:
- https://www.boost.org/
- Description:
- Boost provides free peer-reviewed portable C++ source libraries.
The emphasis is on libraries that work well with the C++ Standard
Library. Boost libraries are intended to be widely useful, and usable
across a broad spectrum of applications. The Boost license encourages
both commercial and non-commercial use.
The goal is to establish "existing practice" and provide reference
implementations so that Boost libraries are suitable for eventual
standardization. Ten Boost libraries are already included in the C++
Standards Committee's Library Technical Report (TR1) and will be in
the new C++0x Standard now being finalized. C++0x will also include
several more Boost libraries in addition to those from TR1. More Boost
libraries are proposed for TR2.
NOTE: This package does not contain Boost.Python, it's in
devel/boost-python-libs.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- boost-libs>0:devel/boost-libs
- To install the port:
- cd /usr/ports/devel/boost-libs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/boost-libs
- pkg install boost-libs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: boost-libs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744721574
SHA256 (boost_1_88_0.tar.bz2) = 46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b
SIZE (boost_1_88_0.tar.bz2) = 143894119
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bjam : devel/boost-jam
- Library dependencies:
-
- libzstd.so : archivers/zstd
- libicuuc.so : devel/icu
- libzstd.so : archivers/zstd
- This port is required by:
- for Build
-
- cad/cura-engine
Configuration Options:
- ===> The following configuration options are available for boost-libs-1.88.0_2:
DEBUG=off: Build with debugging support
GIL_EXT=off: Extra file-formats for Generic Image Library component
LLVM_FROM_PORTS=off: Use LLVM from ports to build
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
ZSTD=on: Zstandard compression support
====> Options available for the multi LOCALE: you have to choose at least one of them
ICONV=on: Boost.Locale with iconv encoding support
ICU=on: Boost.Regex/Locale with ICU unicode support
===> Use 'make config' to modify these settings
- Options name:
- devel_boost-libs
- USES:
- tar:bzip2 compiler:c++17-lang iconv localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.88.0_2 01 Jan 2026 02:07:29
    |
Dimitry Andric (dim)  |
boost-libs: make boost type_traits build with clang 21
Recent versions of clang made -Wenum-constexpr-conversion errors into a
hard error, as was announced several versions ago.
Boost type_traits has two instances where it attempts to convert
out-of-range enum values, leading to errors similar to:
In file included from ../src/lib/dhcpsrv/csv_lease_file6.cc:9:
In file included from ../src/lib/dhcpsrv/dhcpsrv_log.h:11:
In file included from ../src/lib/log/macros.h:10:
In file included from ../src/lib/log/logger.h:19:
In file included from ../src/lib/log/log_formatter.h:19:
In file included from /usr/local/include/boost/lexical_cast.hpp:33:
In file included from
/usr/local/include/boost/lexical_cast/try_lexical_convert.hpp:31:(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|