pkgsrc/devel/ccache/Makefile
wiz 8e0483b0aa Update to 3.1.9:
ccache 3.1.9
------------
Release date: 2013-01-06


Bug fixes
~~~~~~~~~

    - The EAGAIN signal is now handled correctly when emitting cached stderr
      output. This fixes a problem triggered by large error outputs from the
      compiler.
    - Subdirectories in the cache are no longer created in read-only mode.
    - Fixed so that ccache's log file descriptor is not made available to the
      compiler.
    - Improved error reporting when failing to create temporary stdout/stderr
      files when executing the compiler.
    - Disappearing temporary stdout/stderr files are now handled gracefully.


Other
~~~~~

    - Fixed test suite to work on ecryptfs.
2013-01-21 13:52:36 +00:00

25 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.21 2013/01/21 13:52:36 wiz Exp $
DISTNAME= ccache-3.1.9
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
CCACHE_DEFAULT_MAXSIZE?= 1048576
BUILD_DEFS+= CCACHE_DEFAULT_MAXSIZE
CPPFLAGS+= -DDEFAULT_MAXSIZE=${CCACHE_DEFAULT_MAXSIZE}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"