Received: by mail.netbsd.org (Postfix, from userid 605) id 4F5CD84D9E; Mon, 11 May 2020 21:06:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD45284CE7 for ; Mon, 11 May 2020 21:06:02 +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 2hL4u-mmuEl5 for ; Mon, 11 May 2020 21:06:02 +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 328E284C85 for ; Mon, 11 May 2020 21:06:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C4C3FB27; Mon, 11 May 2020 21:06:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589231162224870" MIME-Version: 1.0 Date: Mon, 11 May 2020 21:06:02 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/editline To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200511210602.2C4C3FB27@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. --_----------=_1589231162224870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon May 11 21:06:02 UTC 2020 Modified Files: pkgsrc/devel/editline: buildlink3.mk Log Message: editline/bl3.mk: define BUILDLINK_INCDIRS.editline To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/editline/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589231162224870 Content-Disposition: inline Content-Length: 757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/editline/buildlink3.mk diff -u pkgsrc/devel/editline/buildlink3.mk:1.4 pkgsrc/devel/editline/buildlink3.mk:1.5 --- pkgsrc/devel/editline/buildlink3.mk:1.4 Sun Jan 7 13:04:01 2018 +++ pkgsrc/devel/editline/buildlink3.mk Mon May 11 21:06:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:01 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2020/05/11 21:06:01 tnn Exp $ BUILDLINK_TREE+= editline @@ -7,6 +7,7 @@ EDITLINE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.editline+= editline>=3.0.20130712nb1 BUILDLINK_PKGSRCDIR.editline?= ../../devel/editline +BUILDLINK_INCDIRS.editline?= include/readline BUILDLINK_FILES.editline+= include/history.h BUILDLINK_FILES.editline+= include/readline.h --_----------=_1589231162224870--