Received: by mail.netbsd.org (Postfix, from userid 605) id 11D9984EC9; Wed, 19 Oct 2022 18:27:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FE5984D6A for ; Wed, 19 Oct 2022 18:27:54 +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 QFs9L1I51mka for ; Wed, 19 Oct 2022 18:27:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C00A584CF9 for ; Wed, 19 Oct 2022 18:27:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2738FA90; Wed, 19 Oct 2022 18:27:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666204073163260" MIME-Version: 1.0 Date: Wed, 19 Oct 2022 18:27:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/spdlog To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221019182753.B2738FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666204073163260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 19 18:27:53 UTC 2022 Modified Files: pkgsrc/devel/spdlog: buildlink3.mk Log Message: spdlog: fix buildlink To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/spdlog/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666204073163260 Content-Disposition: inline Content-Length: 691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/spdlog/buildlink3.mk diff -u pkgsrc/devel/spdlog/buildlink3.mk:1.2 pkgsrc/devel/spdlog/buildlink3.mk:1.3 --- pkgsrc/devel/spdlog/buildlink3.mk:1.2 Tue Jan 18 15:20:29 2022 +++ pkgsrc/devel/spdlog/buildlink3.mk Wed Oct 19 18:27:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2022/01/18 15:20:29 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2022/10/19 18:27:53 adam Exp $ BUILDLINK_TREE+= spdlog @@ -7,6 +7,8 @@ SPDLOG_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.spdlog+= spdlog>=1.8.5nb1 BUILDLINK_PKGSRCDIR.spdlog?= ../../devel/spdlog + +.include "../../textproc/fmtlib/buildlink3.mk" .endif # SPDLOG_BUILDLINK3_MK BUILDLINK_TREE+= -spdlog --_----------=_1666204073163260--