Port details |
- build2 Cross-platform toolchain for building and packaging C++ code
- 0.15.0 devel
=0 0.15.0Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2023-02-19 11:04:20
- Last Update: 2023-04-28 16:13:37
- Commit Hash: 531f4f1
- License: BSD2CLAUSE BSD3CLAUSE MIT
- Description:
- build2 is an open source (MIT), cross-platform build toolchain that aims to
approximate Rust Cargo's convenience for developing and packaging C/C++
projects while providing more depth and flexibility, especially in the build
system.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/build2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/build2
- pkg install build2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: build2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675864912
SHA256 (build2-toolchain-0.15.0.tar.xz) = 5152f679daeb9627f9710c60ef88de1591c02097146268be2f5aea929d2837c4
SIZE (build2-toolchain-0.15.0.tar.xz) = 5122496
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
- security/openssl-agent
- for Libraries
-
- security/openssl-agent
Configuration Options:
- No options to configure
- Options name:
- devel_build2
- USES:
- gmake pkgconfig sqlite tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.0 28 Apr 2023 16:13:37
    |
Robert Clausecker (fuz)  |
devel/build2: disable ccache
The port apparently doesn't like being built with ccache and refuses
to configure under these circumstances.
MFH: 2023Q2 |
0.15.0 19 Feb 2023 11:01:39
    |
Robert Clausecker (fuz)  |
devel/build2: Toolchain for building and packaging C++ code
build2 is an open source (MIT), cross-platform build toolchain that aims
to approximate Rust Cargo's convenience for developing and packaging
C/C++ projects while providing more depth and flexibility, especially in
the build system.
libodb and libodb-sqlite are currently bundled in this port. These are
planned to be unbundled in a future commit.
The port's author is known to the maintainer but wishes not to be named.
Obtained from: anonymous author
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38629 |
Number of commits found: 2
|