pkgsrc/devel/ccache/Makefile
adam 0e75225e60 ccache: updated to 3.7.9
ccache 3.7.9

Bug fixes
Fixed replacing of /dev/null when building as root with hard link mode enabled and using -o /dev/null.
Removed incorrect assertion resulting in “ccache: error: Internal error in format” when using -fdebug-prefix-map=X= with X equal to $PWD.

Other
Improved CUDA/NVCC support: Recognize -dc and -x cu options.
Improved name of temporary file used in NFS-safe unlink.
2020-03-31 16:15:34 +00:00

22 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.57 2020/03/31 16:15:34 adam Exp $
DISTNAME= ccache-3.7.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
# do not use xz distfile here, xz needs gettext-lib which leads to circular
# dependencies on some platforms.
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ccache.dev/
COMMENT= Cache for C/C++ compilers
LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
USE_TOOLS+= bash:test gmake perl:test
GNU_CONFIGURE= yes
TEST_TARGET= test
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"