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
This commit is contained in:
parent
5882c43f22
commit
7e4ec533c7
3 changed files with 11 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue