Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 00:07:20 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a36d25faa58 - main - net-mgmt/netdata: Depend on protobuf when CLOUD=on
Message-ID:  <202202190007.21J07K4F019228@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a36d25faa5863fc893353a36034c897d9b23b97

commit 5a36d25faa5863fc893353a36034c897d9b23b97
Author:     Namkhai B <namkhai.n3@protonmail.com>
AuthorDate: 2022-02-18 23:10:20 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-19 00:07:05 +0000

    net-mgmt/netdata: Depend on protobuf when CLOUD=on
    
    PR:     261979
---
 net-mgmt/netdata/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 32e46b08874e..38b00434f528 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -64,6 +64,7 @@ GOPLUGIN_DESC=		Enable the go collector plugin
 
 CLOUD_CONFIGURE_ON=		--with-aclk-ng
 CLOUD_CONFIGURE_OFF=		--disable-cloud
+CLOUD_LIB_DEPENDS=		libprotobuf.so:devel/protobuf
 CUPS_LIB_DEPENDS=		libcups.so:print/cups
 CUPS_CONFIGURE_ENABLE=		plugin-cups
 DBENGINE_LIB_DEPENDS=		libJudy.so:devel/judy \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202190007.21J07K4F019228>