pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ccache g/c CCACHE_DEFAULT_MAXSIZE, it is no long...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab8009549d3a
branches:  trunk
changeset: 648798:ab8009549d3a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 19 18:33:43 2015 +0000

description:
g/c CCACHE_DEFAULT_MAXSIZE, it is no longer possible to set the default
cache size this way, and the default is now bumped to 5GB so it's not
really needed.

diffstat:

 devel/ccache/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r c8fc4d588522 -r ab8009549d3a devel/ccache/Makefile
--- a/devel/ccache/Makefile     Thu Mar 19 18:09:17 2015 +0000
+++ b/devel/ccache/Makefile     Thu Mar 19 18:33:43 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/03/19 18:09:17 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2015/03/19 18:33:43 tnn Exp $
 
 DISTNAME=      ccache-3.2.1
 PKGREVISION=   1
@@ -17,9 +17,5 @@
 
 .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"



Home | Main Index | Thread Index | Old Index