Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 B992E1A9246 for ; Fri, 6 Nov 2020 15:02:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1F28C84D54; Fri, 6 Nov 2020 15:02:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58FE484D22 for ; Fri, 6 Nov 2020 15:02:54 +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 m1qrSv8zAhju for ; Fri, 6 Nov 2020 15:02:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B078184CEC for ; Fri, 6 Nov 2020 15:02:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA29FFB28; Fri, 6 Nov 2020 15:02:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604674973266220" MIME-Version: 1.0 Date: Fri, 6 Nov 2020 15:02:53 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/sysutils/zabbix50-server To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201106150253.AA29FFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604674973266220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Nov 6 15:02:53 UTC 2020 Modified Files: pkgsrc/sysutils/zabbix50-server: Makefile Log Message: (sysutils/zabbix50-server) Fix build, REPLACE_BASH+= added To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/zabbix50-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604674973266220 Content-Disposition: inline Content-Length: 759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/zabbix50-server/Makefile diff -u pkgsrc/sysutils/zabbix50-server/Makefile:1.3 pkgsrc/sysutils/zabbix50-server/Makefile:1.4 --- pkgsrc/sysutils/zabbix50-server/Makefile:1.3 Thu Nov 5 09:09:12 2020 +++ pkgsrc/sysutils/zabbix50-server/Makefile Fri Nov 6 15:02:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/11/05 09:09:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2020/11/06 15:02:53 mef Exp $ # used by sysutils/zabbix50-proxy/Makefile # used by sysutils/zabbix50-agent/Makefile # @@ -58,6 +58,9 @@ PLIST_SUBST+= PKGBASE=${PKGBASE} CFLAGS.SunOS+= -DDUK_USE_BYTEORDER=1 +REPLACE_BASH+= misc/snmptrap/snmptrap.sh \ + misc/images/png_to_xml.sh + .include "../../mk/bsd.prefs.mk" pre-configure: --_----------=_1604674973266220--