pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update devel/ccache to 2.3. Changes from version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c2e9805a523
branches:  trunk
changeset: 467417:8c2e9805a523
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 31 21:36:54 2004 +0000

description:
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

diffstat:

 devel/ccache/Makefile |  9 ++++++---
 devel/ccache/distinfo |  6 +++---
 doc/CHANGES           |  3 ++-
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r 093194d4ae72 -r 8c2e9805a523 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Sat Jan 31 21:12:23 2004 +0000
+++ b/devel/ccache/Makefile     Sat Jan 31 21:36:54 2004 +0000
@@ -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 @@
 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 -r 093194d4ae72 -r 8c2e9805a523 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Sat Jan 31 21:12:23 2004 +0000
+++ b/devel/ccache/distinfo     Sat Jan 31 21:36:54 2004 +0000
@@ -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 -r 093194d4ae72 -r 8c2e9805a523 doc/CHANGES
--- a/doc/CHANGES       Sat Jan 31 21:12:23 2004 +0000
+++ b/doc/CHANGES       Sat Jan 31 21:36:54 2004 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index