Port details |
- ccache4 Tool to minimize the compile time of C/C++ programs
- 4.9 devel =5 4.9Version of this port present on the latest quarterly branch.
- Maintainer: bdrewery@FreeBSD.org
- Port Added: 2023-03-13 21:09:06
- Last Update: 2024-02-04 02:09:17
- Commit Hash: 7045625
- People watching this port, also watch:: bash, cpu-microcode-intel, cowsay, 7-zip, groff
- License: GPLv3+
- WWW:
- https://ccache.dev/
- Description:
- ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
compilation can be satisfied from cache. This often results in a 5 to 10
times speedup in common compilations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- ccache
- ccache-static
- ccache-memcached
- ccache-memcached-static
- To install the port:
- cd /usr/ports/devel/ccache4/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ccache4
- pkg install ccache4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ccache4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707011016
SHA256 (ccache-ccache-v4.9_GH0.tar.gz) = 7333833c95d181b54ee66bd884c2c1b28f4aa683d9d0925e5126ba4b2f3beead
SIZE (ccache-ccache-v4.9_GH0.tar.gz) = 803357
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:
-
- asciidoctor : textproc/rubygem-asciidoctor
- cmake : devel/cmake-core
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ccache4-4.9:
CLANGLINK=on: Create clang compiler links if clang is installed
DOCS=on: Build and/or install documentation
LLVMLINK=on: Create llvm compiler links if llvm is installed
STATIC=off: Build static executables and/or libraries
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_ccache4
- USES:
- cmake:noninja pathfix shebangfix compiler:c++11-lang perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|