mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
c4f287ff6e
This port is intended for FreeBSD 4 only and is IGNOREd on other versions. It can be uses as a dependency for other ports that require boost to be built with gcc 3.4, e.g. devel/monotone. This port enables the following compile time options for boost: - Thread support - Python support - Boost.Regex ICU support - Optimized CFLAGS
16 lines
761 B
Plaintext
16 lines
761 B
Plaintext
The Boost web site provides free peer-reviewed portable C++ source
|
|
libraries. The emphasis is on libraries which work well with the C++
|
|
Standard Library. One goal is to establish "existing practice" and
|
|
provide reference implementations so that the Boost libraries are
|
|
suitable for eventual standardization. Some of the libraries have
|
|
already been proposed for inclusion in the C++ Standards Committee's
|
|
upcoming C++ Standard Library Technical Report.
|
|
|
|
This slave port forces the use of GCC 3.4+ and is intended for FreeBSD 4.x
|
|
only (in fact, it's IGNOREd on later FreeBSD versions).
|
|
|
|
So, if you port needs GCC 3.4+ and Boost, or it needs spirit 1.8, that is
|
|
not available with GCC 2.95.4, you can use this port as a dependency.
|
|
|
|
WWW: http://www.boost.org/
|