pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler mk/compiler/ccache.mk: Mark devel/ccache3 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a26271f759f
branches:  trunk
changeset: 390198:1a26271f759f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 18 01:23:16 2022 +0000

description:
mk/compiler/ccache.mk: Mark devel/ccache3 as a circular dependency

It turns out that if you use ccache to build ccache, that works fine
as long as it is already installed.  But of course when it isn't, it
doesn't.

diffstat:

 mk/compiler/ccache.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ae5e2827c776 -r 1a26271f759f mk/compiler/ccache.mk
--- a/mk/compiler/ccache.mk     Sun Dec 18 01:22:11 2022 +0000
+++ b/mk/compiler/ccache.mk     Sun Dec 18 01:23:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ccache.mk,v 1.40 2022/12/09 12:18:56 gdt Exp $
+# $NetBSD: ccache.mk,v 1.41 2022/12/18 01:23:16 gdt Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -80,6 +80,7 @@
 # and thus cannot inversely depend on ccache.
 _CCACHE_CIRCULAR_DEPENDENCY_PACKAGES=  \
        archivers/gzip                  \
+       devel/ccache3                   \
        devel/ccache                    \
        devel/distcc                    \
        devel/libtool-base              \



Home | Main Index | Thread Index | Old Index