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 DBF4B7A2CC for ; Sun, 6 Nov 2016 00:18:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9153B855C0; Sun, 6 Nov 2016 00:18:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 219CE855AB for ; Sun, 6 Nov 2016 00:18:06 +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 qm2e2DXH4eUK for ; Sun, 6 Nov 2016 00:18:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC39984CFD for ; Sun, 6 Nov 2016 00:18:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2475FBA6; Sun, 6 Nov 2016 00:18:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147839148585460" MIME-Version: 1.0 Date: Sun, 6 Nov 2016 00:18:05 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/net/SDL2_net To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161106001805.A2475FBA6@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. --_----------=_147839148585460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sun Nov 6 00:18:05 UTC 2016 Added Files: pkgsrc/net/SDL2_net: buildlink3.mk Log Message: Add buildlink3.mk for SDL2_net To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/SDL2_net/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147839148585460 Content-Disposition: inline Content-Length: 604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/SDL2_net/buildlink3.mk diff -u /dev/null pkgsrc/net/SDL2_net/buildlink3.mk:1.1 --- /dev/null Sun Nov 6 00:18:05 2016 +++ pkgsrc/net/SDL2_net/buildlink3.mk Sun Nov 6 00:18:05 2016 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/11/06 00:18:05 kamil Exp $ + +BUILDLINK_TREE+= SDL2_net + +.if !defined(SDL2_NET_BUILDLINK3_MK) +SDL2_NET_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.SDL2_net+= SDL2_net>=2.0.0nb2 +BUILDLINK_PKGSRCDIR.SDL2_net?= ../../net/SDL2_net + +.include "../../devel/SDL2/buildlink3.mk" +.endif # SDL2_NET_BUILDLINK3_MK + +BUILDLINK_TREE+= -SDL2_net --_----------=_147839148585460--