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 511E01A921F for ; Thu, 12 Nov 2020 10:33:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC46784D9B; Thu, 12 Nov 2020 10:33:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E680D84D6D for ; Thu, 12 Nov 2020 10:33:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id coD1OqmQtglV for ; Thu, 12 Nov 2020 10:33:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7E98E84CF7 for ; Thu, 12 Nov 2020 10:33:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 783D4FB28; Thu, 12 Nov 2020 10:33:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605177224192540" MIME-Version: 1.0 Date: Thu, 12 Nov 2020 10:33:44 +0000 From: "Juraj Lutter" Subject: CVS commit: pkgsrc/net/net-snmp To: pkgsrc-changes@NetBSD.org Reply-To: otis@netbsd.org X-Mailer: log_accum Message-Id: <20201112103344.783D4FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605177224192540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: otis Date: Thu Nov 12 10:33:44 UTC 2020 Modified Files: pkgsrc/net/net-snmp: buildlink3.mk Log Message: net-snmp: Add pcre to bl3 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/net-snmp/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605177224192540 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/net-snmp/buildlink3.mk diff -u pkgsrc/net/net-snmp/buildlink3.mk:1.16 pkgsrc/net/net-snmp/buildlink3.mk:1.17 --- pkgsrc/net/net-snmp/buildlink3.mk:1.16 Sat Jan 18 21:48:20 2020 +++ pkgsrc/net/net-snmp/buildlink3.mk Thu Nov 12 10:33:44 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2020/01/18 21:48:20 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2020/11/12 10:33:44 otis Exp $ BUILDLINK_TREE+= net-snmp @@ -16,6 +16,7 @@ pkgbase := net-snmp . include "../../security/openssl/buildlink3.mk" .endif +.include "../../devel/pcre/buildlink3.mk" .include "../../security/tcp_wrappers/buildlink3.mk" .endif # NET_SNMP_BUILDLINK3_MK --_----------=_1605177224192540--