Received: by mail.netbsd.org (Postfix, from userid 605) id 035EA84D45; Mon, 17 Jul 2017 15:55:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8909084D44 for ; Mon, 17 Jul 2017 15:55:00 +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 xil8pi9XmGEy for ; Mon, 17 Jul 2017 15:55:00 +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 EB8DE84CDA for ; Mon, 17 Jul 2017 15:54:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2564FACD; Mon, 17 Jul 2017 15:54:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500306899155040" MIME-Version: 1.0 Date: Mon, 17 Jul 2017 15:54:59 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/gearmand To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170717155459.E2564FACD@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. --_----------=_1500306899155040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jul 17 15:54:59 UTC 2017 Added Files: pkgsrc/devel/gearmand: buildlink3.mk Log Message: Add bl3 file. Resolves NetBSD/pkgsrc#3 from Michael Moll. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gearmand/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1500306899155040 Content-Disposition: inline Content-Length: 915 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/gearmand/buildlink3.mk diff -u /dev/null pkgsrc/devel/gearmand/buildlink3.mk:1.1 --- /dev/null Mon Jul 17 15:54:59 2017 +++ pkgsrc/devel/gearmand/buildlink3.mk Mon Jul 17 15:54:59 2017 @@ -0,0 +1,20 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/07/17 15:54:59 jperkin Exp $ + +BUILDLINK_TREE+= gearmand + +.if !defined(GEARMAND_BUILDLINK3_MK) +GEARMAND_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.gearmand+= gearmand>=1.0.6nb17 +BUILDLINK_ABI_DEPENDS.gearmand+= gearmand>=1.0.6nb17 +BUILDLINK_PKGSRCDIR.gearmand?= ../../devel/gearmand + +.include "../../devel/boost-headers/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" +.include "../../devel/libevent/buildlink3.mk" +.include "../../devel/libexecinfo/buildlink3.mk" +.include "../../security/libssh2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.endif # GEARMAND_BUILDLINK3_MK + +BUILDLINK_TREE+= -gearmand --_----------=_1500306899155040--