pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Dec 18 01:23:16 UTC 2022

Modified Files:
        pkgsrc/mk/compiler: ccache.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mk/compiler/ccache.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/ccache.mk
diff -u pkgsrc/mk/compiler/ccache.mk:1.40 pkgsrc/mk/compiler/ccache.mk:1.41
--- pkgsrc/mk/compiler/ccache.mk:1.40   Fri Dec  9 12:18:56 2022
+++ pkgsrc/mk/compiler/ccache.mk        Sun Dec 18 01:23:16 2022
@@ -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 @@ _USE_CCACHE=  yes
 # 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