Received: by mail.netbsd.org (Postfix, from userid 605) id C4AD484E62; Sat, 8 Oct 2022 20:30:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 008A084E5F for ; Sat, 8 Oct 2022 20:30:47 +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 v2TlIYae5ZbS for ; Sat, 8 Oct 2022 20:30:46 +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 4BC1284C13 for ; Sat, 8 Oct 2022 20:30:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A86FFA90; Sat, 8 Oct 2022 20:30:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665261046176450" MIME-Version: 1.0 Date: Sat, 8 Oct 2022 20:30:46 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/geography/R-s2 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20221008203046.3A86FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665261046176450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat Oct 8 20:30:46 UTC 2022 Modified Files: pkgsrc/geography/R-s2: Makefile Log Message: geography/R-s2: remove ineffectual use of atomic64.mk. We now build R itself with that instead. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/R-s2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665261046176450 Content-Disposition: inline Content-Length: 665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/R-s2/Makefile diff -u pkgsrc/geography/R-s2/Makefile:1.3 pkgsrc/geography/R-s2/Makefile:1.4 --- pkgsrc/geography/R-s2/Makefile:1.3 Sat Oct 8 20:02:06 2022 +++ pkgsrc/geography/R-s2/Makefile Sat Oct 8 20:30:46 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/10/08 20:02:06 he Exp $ +# $NetBSD: Makefile,v 1.4 2022/10/08 20:30:46 he Exp $ R_PKGNAME= s2 R_PKGVER= 1.0.6 @@ -15,5 +15,4 @@ USE_LANGUAGES= c c++ .include "../../devel/R-Rcpp/buildlink3.mk" .include "../../geography/R-wk/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1665261046176450--