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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D01707A1FE for ; Fri, 10 Feb 2017 11:01:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7CE5B85648; Fri, 10 Feb 2017 11:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C30985642 for ; Fri, 10 Feb 2017 11:01:49 +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 sXVUn5Vh2y6r for ; Fri, 10 Feb 2017 11:01:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A53588562A for ; Fri, 10 Feb 2017 11:01:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0383FBE3; Fri, 10 Feb 2017 11:01:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486724508196060" MIME-Version: 1.0 Date: Fri, 10 Feb 2017 11:01:48 +0000 From: "Cherry G. Mathew" Subject: CVS commit: pkgsrc/comms/asterisk To: pkgsrc-changes@NetBSD.org Reply-To: cherry@netbsd.org X-Mailer: log_accum Message-Id: <20170210110148.A0383FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486724508196060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cherry Date: Fri Feb 10 11:01:48 UTC 2017 Added Files: pkgsrc/comms/asterisk: buildlink3.mk Log Message: Add buildlink support. This will aid subsequent module builds To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/comms/asterisk/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486724508196060 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/comms/asterisk/buildlink3.mk diff -u /dev/null pkgsrc/comms/asterisk/buildlink3.mk:1.1 --- /dev/null Fri Feb 10 11:01:48 2017 +++ pkgsrc/comms/asterisk/buildlink3.mk Fri Feb 10 11:01:48 2017 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/02/10 11:01:48 cherry Exp $ + +BUILDLINK_TREE+= asterisk + +.if !defined(ASTERISK_BUILDLINK3_MK) +ASTERISK_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.asterisk+= asterisk>=11.25.1nb1 +BUILDLINK_PKGSRCDIR.asterisk?= ../../comms/asterisk +.endif # ASTERISK_BUILDLINK3_MK + +BUILDLINK_TREE+= -asterisk --_----------=_1486724508196060--