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 5AB627A1AF for ; Mon, 13 Feb 2017 18:35:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0EB308558B; Mon, 13 Feb 2017 18:35:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93C6984CE5 for ; Mon, 13 Feb 2017 18:35:38 +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 iKr__vc6iEHx for ; Mon, 13 Feb 2017 18:35:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 36D7984CDF for ; Mon, 13 Feb 2017 18:35:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 350E1FBE3; Mon, 13 Feb 2017 18:35:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148701093847050" MIME-Version: 1.0 Date: Mon, 13 Feb 2017 18:35:38 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/librelp To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170213183538.350E1FBE3@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. --_----------=_148701093847050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Feb 13 18:35:38 UTC 2017 Added Files: pkgsrc/devel/librelp: buildlink3.mk Log Message: Add librelp bl3 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/librelp/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148701093847050 Content-Disposition: inline Content-Length: 604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/librelp/buildlink3.mk diff -u /dev/null pkgsrc/devel/librelp/buildlink3.mk:1.1 --- /dev/null Mon Feb 13 18:35:38 2017 +++ pkgsrc/devel/librelp/buildlink3.mk Mon Feb 13 18:35:38 2017 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/02/13 18:35:38 fhajny Exp $ + +BUILDLINK_TREE+= librelp + +.if !defined(LIBRELP_BUILDLINK3_MK) +LIBRELP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.librelp+= librelp>=1.2.12 +BUILDLINK_PKGSRCDIR.librelp?= ../../devel/librelp + +.include "../../security/gnutls/buildlink3.mk" +.endif # LIBRELP_BUILDLINK3_MK + +BUILDLINK_TREE+= -librelp --_----------=_148701093847050--