d72442fabd
New features and improvements: * Documented the different cache statistics counters. Bug fixes: * Fixed a regression in ccache 3.3 related to potentially bad content of dependency files when compiling identical source code but with different source paths. This was only partially fixed in 3.3.2 and reverts the new “Names of included files are no longer included in the hash of the compiler’s preprocessed output” feature in 3.3. * Corrected statistics counter for -optf/--options-file failure. * Fixed undefined behavior warnings in ccache found by -fsanitize=undefined.
20 lines
584 B
Makefile
20 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.38 2017/02/26 10:17:00 adam Exp $
|
|
|
|
DISTNAME= ccache-3.3.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://samba.org/ftp/ccache/
|
|
# do not use xz distfile here, xz needs gettext-lib which leads to circular
|
|
# dependencies on some platforms.
|
|
#EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
COMMENT= Cache for C/C++ compilers
|
|
LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|