Received: by mail.netbsd.org (Postfix, from userid 605) id 2577384EC8; Thu, 15 Dec 2022 10:38:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5701984D66 for ; Thu, 15 Dec 2022 10:38:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eZLbnImYEzbh for ; Thu, 15 Dec 2022 10:38:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB9D684D40 for ; Thu, 15 Dec 2022 10:38:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 693B1FA90; Thu, 15 Dec 2022 10:38:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671100688203540" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 10:38:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/sysutils/collectd-gmond To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215103808.693B1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671100688203540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 10:38:08 UTC 2022 Modified Files: pkgsrc/sysutils/collectd-gmond: Makefile Log Message: collectd-gmond: Requires libiconv. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/collectd-gmond/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671100688203540 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/collectd-gmond/Makefile diff -u pkgsrc/sysutils/collectd-gmond/Makefile:1.1 pkgsrc/sysutils/collectd-gmond/Makefile:1.2 --- pkgsrc/sysutils/collectd-gmond/Makefile:1.1 Sat Oct 24 22:39:46 2020 +++ pkgsrc/sysutils/collectd-gmond/Makefile Thu Dec 15 10:38:08 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/10/24 22:39:46 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/15 10:38:08 jperkin Exp $ COLLECTD_PACKAGE= gmond @@ -9,4 +9,5 @@ COLLECTD_LIB.ganglia= ${BUILDLINK_PREFIX .include "../../sysutils/collectd/Makefile.common" +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1671100688203540--