Received: by mail.netbsd.org (Postfix, from userid 605) id 22F3584E60; Fri, 20 Jan 2023 17:45:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5205484E59 for ; Fri, 20 Jan 2023 17:45:50 +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 WT2Dl1fCIdwr for ; Fri, 20 Jan 2023 17:45:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A637C84D5E for ; Fri, 20 Jan 2023 17:45:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F2ACFA90; Fri, 20 Jan 2023 17:45:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674236749187740" MIME-Version: 1.0 Date: Fri, 20 Jan 2023 17:45:49 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/math/R To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230120174549.9F2ACFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674236749187740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Fri Jan 20 17:45:49 UTC 2023 Modified Files: pkgsrc/math/R: buildlink3.mk Log Message: math/R: also add atomic64.mk to buildlink3.mk This is so that other R modules pick up this library, as is apparently needed. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/R/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674236749187740 Content-Disposition: inline Content-Length: 659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R/buildlink3.mk diff -u pkgsrc/math/R/buildlink3.mk:1.16 pkgsrc/math/R/buildlink3.mk:1.17 --- pkgsrc/math/R/buildlink3.mk:1.16 Tue Jun 28 11:34:35 2022 +++ pkgsrc/math/R/buildlink3.mk Fri Jan 20 17:45:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2022/06/28 11:34:35 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2023/01/20 17:45:49 he Exp $ BUILDLINK_TREE+= R @@ -16,6 +16,7 @@ BUILDLINK_PKGSRCDIR.R?= ../../math/R .if !exists(/System/Library/Frameworks/Accelerate.framework) .include "../../mk/blas.buildlink3.mk" .endif +.include "../../mk/atomic64.mk" .endif # R_BUILDLINK3_MK BUILDLINK_TREE+= -R --_----------=_1674236749187740--