freebsd-ports/devel/ccache4/files/pkg-message.in
Oleg Sidorkin 61e5c612e7 devel/ccache4: new port
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.

PR:		234971
Approved by:	bdrewery
Author:    Oleg Sidorkin <osidorkin@gmail.com>
2023-03-13 22:04:41 +01:00

10 lines
308 B
Text

[
{ type: install
message: <<EOM
This version of ccache has large nubmer of dependencies and will cause
warnings and errors due to dependency loops when used with ports and poudriere.
The easiest way to workaround them is to temporary disable ccache builds until
all ccache dependencies are built.
EOM
}
]