summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-31 21:36:54 +0000
committerjlam <jlam@pkgsrc.org>2004-01-31 21:36:54 +0000
commit7e4ec533c78f2fd784f6d495dc6de617fb441cc4 (patch)
tree9e4e0f89f8003e51da4d5feffcdc3aa27af0e27b
parent5882c43f22a44ffba208f97629f4cb8071a2087f (diff)
downloadpkgsrc-7e4ec533c78f2fd784f6d495dc6de617fb441cc4.tar.gz
Update devel/ccache to 2.3. Changes from version 2.2 include:
Added CCACHE_UMASK option Added support for compilation of .i files Fixed bug with DEPENDENCIES_OUTPUT flag Added support for more -Mx options Added separate stderr channel for distcc Improved test suite
-rw-r--r--devel/ccache/Makefile9
-rw-r--r--devel/ccache/distinfo6
-rw-r--r--doc/CHANGES3
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 40ec2a23a7c..2abee4beada 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:29:48 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/31 21:36:54 jlam Exp $
-DISTNAME= ccache-2.2
+DISTNAME= ccache-2.3
CATEGORIES= devel
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
@@ -8,6 +8,9 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://ccache.samba.org/
COMMENT= Cache for C/C++ compilers
-GNU_CONFIGURE= YES
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS= bin man/man1
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo
index 966240f86fb..547d64093d4 100644
--- a/devel/ccache/distinfo
+++ b/devel/ccache/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/07/05 22:06:37 chris Exp $
+$NetBSD: distinfo,v 1.5 2004/01/31 21:36:54 jlam Exp $
-SHA1 (ccache-2.2.tar.gz) = 0b232e1629ced7814193a0969d7fc54802dc2f78
-Size (ccache-2.2.tar.gz) = 81666 bytes
+SHA1 (ccache-2.3.tar.gz) = eb8ece3cd1b57752b5503b1e65d9bbe302533407
+Size (ccache-2.3.tar.gz) = 84386 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index a2b75c2967a..6daeb6e8245 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4650 2004/01/31 14:51:01 toshii Exp $
+$NetBSD: CHANGES,v 1.4651 2004/01/31 21:36:56 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -535,3 +535,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated vice to 1.14 [kristerw 2004-01-31]
Updated sylpheed to 0.9.9 [chris 2004-01-31]
Updated p5-Mail-IMAPClient to 2.2.9 [toshii 2004-01-31]
+ Updated ccache to 2.3 [jlam 2004-01-31]