notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
ccache-static Tool to minimize the compile time of C/C++ programs
3.7.12_7 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.7.12_2Version of this port present on the latest quarterly branch.
Maintainer: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-03-10 00:48:43
Last Update: 2021-11-23 22:11:40
Commit Hash: 5933ac0
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: GPLv3+
WWW:
https://ccache.samba.org/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/ccache-static-3.7.12_7/catalog.mk
  2. /usr/local/share/licenses/ccache-static-3.7.12_7/LICENSE
  3. /usr/local/share/licenses/ccache-static-3.7.12_7/GPLv3+
  4. bin/ccache
  5. bin/ccache-update-links
  6. share/man/man1/ccache.1.gz
  7. libexec/ccache/world/ccache
  8. @comment share/ccache/ccache.tar
  9. @postexec echo "Create compiler links..."
  10. @postexec %D/bin/ccache-update-links -v
  11. @preunexec find %D/libexec/ccache -type l -exec rm -f {} \;
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • ccache-static>0:devel/ccache-static
Conflicts:
CONFLICTS_INSTALL:
  • ccache
  • ccache-memcached
  • ccache-memcached-static
To install the port:
cd /usr/ports/devel/ccache-static/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ccache-static
  • pkg install ccache-static
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ccache-static
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1626116189 SHA256 (ccache-3.7.12.tar.gz) = d2abe88d4c283ce960e233583061127b156ffb027c6da3cf10770fc0c7244194 SIZE (ccache-3.7.12.tar.gz) = 506948

Packages (timestamps in pop-ups are UTC):
ccache-static
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.7.12_73.7.12_73.7.1_13.7.12_73.7.12_7-3.7.1_1-
FreeBSD:13:quarterly3.7.12_73.7.12_73.7.12_43.7.12_73.7.12_73.7.12_53.7.12_53.7.12_5
FreeBSD:14:latest3.7.12_73.7.12_73.7.12_43.7.12_73.7.12_73.7.12_4-3.7.12_4
FreeBSD:14:quarterly3.7.12_73.7.12_7-3.7.12_73.7.12_73.7.12_53.7.12_53.7.12_5
FreeBSD:15:latest3.7.12_73.7.12_7n/a3.7.12_7n/a3.7.12_53.7.12_53.7.12_5
Master port: devel/ccache
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ccache-static-3.7.12_7: 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 TINDERBOX=off: Create tarball for tinderbox usage ===> Use 'make config' to modify these settings
Options name:
devel_ccache-static
USES:
compiler
pkg-message:
For install:
NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src.
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/bdrewery/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/bdrewery/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/bdrewery/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/bdrewery/
  5. https://github.com/ccache/ccache/releases/download/v3.7.12/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/ccache
CommitCreditsLog message
3.7.12_2
23 Nov 2021 22:11:40
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
3.7.1_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.7.1_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.3.4_3
10 Mar 2017 00:48:35
Revision:435812Original commit files touched by this commit
bdrewery search for other commits by this committer
Add devel/ccache-static and devel/ccache-memcached-static ports.

These are to allow packages to be created for use where a static
ccache is needed to avoid build dependencies.  Poudriere is
growing support for this use case.  While a ccache-static is
not likely as useful, the ccache-memcached-static port will
allow Poudriere to use ccache+memcached in its jails without
needing to bootstrap ccache-memcached and dealing with the
cyclic dependency problem of building that or compromising
with not building it with a compiler cache.

Number of commits found: 4