Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C5D11A923A for ; Mon, 6 Dec 2021 14:54:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B7E084E8E; Mon, 6 Dec 2021 14:54:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D5E6A84CFC for ; Mon, 6 Dec 2021 14:54:33 +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 NwRSH14Qwuoi for ; Mon, 6 Dec 2021 14:54:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 330F184CE3 for ; Mon, 6 Dec 2021 14:54:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 271CAFAEC; Mon, 6 Dec 2021 14:54:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163880247357290" MIME-Version: 1.0 Date: Mon, 6 Dec 2021 14:54:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/py-collectd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211206145433.271CAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163880247357290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 6 14:54:33 UTC 2021 Modified Files: pkgsrc/sysutils/py-collectd: Makefile Log Message: py-collectd: fix package To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-collectd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163880247357290 Content-Disposition: inline Content-Length: 824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-collectd/Makefile diff -u pkgsrc/sysutils/py-collectd/Makefile:1.5 pkgsrc/sysutils/py-collectd/Makefile:1.6 --- pkgsrc/sysutils/py-collectd/Makefile:1.5 Mon Aug 31 18:11:34 2020 +++ pkgsrc/sysutils/py-collectd/Makefile Mon Dec 6 14:54:32 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/08/31 18:11:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/06 14:54:32 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 3 @@ -11,5 +11,9 @@ COMMENT= Statistics collection daemon - CONFIGURE_ARGS+= --enable-python CONFIGURE_ENV+= PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config +# installed by collectd package +post-install: + ${RM} ${DESTDIR}${PREFIX}/lib/libcollectdclient.* + .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" --_----------=_163880247357290--