summaryrefslogtreecommitdiff
path: root/devel/ccache/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-14 02:39:19 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-14 02:39:19 +0000
commit087c9a232cddb7a7f81452ad659b8b84148de8d6 (patch)
treec184ae2e6c1e746b128df86d2ce9a8d9cef838dd /devel/ccache/Makefile
parent50600c0590ad3bc3b56453880afa2690f3d83076 (diff)
downloadpkgsrc-087c9a232cddb7a7f81452ad659b8b84148de8d6.tar.gz
Update devel/ccache to 2.4.
Changes: * Added CCACHE_READONLY option. * Added CCACHE_TEMPDIR option. * Fixed handling of hard-linked compiler on AIX. * Added O_BINARY support, to try and support win32 compiles. * Show cache directory in stats output. * Fixed handling of HOME environment variable. NOTE: This release changes the hash input slighly, so you will probably find that you will not get any hits against your existing cache when you upgrade.
Diffstat (limited to 'devel/ccache/Makefile')
-rw-r--r--devel/ccache/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 6d2d3dd5508..d33dba2f96a 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/03/10 22:41:30 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/14 02:39:19 xtraeme Exp $
-DISTNAME= ccache-2.3
-PKGREVISION= 1
+DISTNAME= ccache-2.4
CATEGORIES= devel
MASTER_SITES= http://ccache.samba.org/ftp/ccache/