Received: by mail.netbsd.org (Postfix, from userid 605) id 2AFC184DCC; Mon, 4 May 2020 17:35:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A700D84DB5 for ; Mon, 4 May 2020 17:35:52 +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 HBv2PUQUdaNX for ; Mon, 4 May 2020 17:35:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3FD3E84D76 for ; Mon, 4 May 2020 17:35:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33FD2FB27; Mon, 4 May 2020 17:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158861375253280" MIME-Version: 1.0 Date: Mon, 4 May 2020 17:35:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/swig3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200504173552.33FD2FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158861375253280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 4 17:35:52 UTC 2020 Added Files: pkgsrc/devel/swig3: buildlink3.mk Log Message: swig3: add buildlink3 file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/swig3/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158861375253280 Content-Disposition: inline Content-Length: 572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/swig3/buildlink3.mk diff -u /dev/null pkgsrc/devel/swig3/buildlink3.mk:1.1 --- /dev/null Mon May 4 17:35:52 2020 +++ pkgsrc/devel/swig3/buildlink3.mk Mon May 4 17:35:52 2020 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/05/04 17:35:52 wiz Exp $ + +BUILDLINK_TREE+= swig3 + +.if !defined(SWIG3_BUILDLINK3_MK) +SWIG3_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.swig3+= swig3>=3.0.12 +BUILDLINK_PKGSRCDIR.swig3?= ../../devel/swig3 + +.include "../../devel/pcre/buildlink3.mk" +.endif # SWIG3_BUILDLINK3_MK + +BUILDLINK_TREE+= -swig3 --_----------=_158861375253280--