From 03ae679d951df0b94e69552e170050bdfd9a2727 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Nov 2021 21:11:39 +0300 Subject: [PATCH] sysutils/datadog-agent: mark NO_CCACHE Does not build otherwise: ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket --- sysutils/datadog-agent/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile index ea0b49c0a800..0064622225de 100644 --- a/sysutils/datadog-agent/Makefile +++ b/sysutils/datadog-agent/Makefile @@ -313,6 +313,7 @@ APM_ALL_TARGET= ./cmd/trace-agent PROCESS_ALL_TARGET= ./cmd/process-agent DOGSTATSD_ALL_TARGET= ./cmd/dogstatsd GO_TARGET= ${ALL_TARGET} +NO_CCACHE= yes USE_RC_SUBR= ${PORTNAME}