Received: by mail.netbsd.org (Postfix, from userid 605) id 7CBDD84D26; Sun, 18 Sep 2022 14:54:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABBAC84CFD for ; Sun, 18 Sep 2022 14:54:39 +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 DOQi9yEFCgNt for ; Sun, 18 Sep 2022 14:54:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E32184CE3 for ; Sun, 18 Sep 2022 14:54:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37BDFFA90; Sun, 18 Sep 2022 14:54:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663512879238580" MIME-Version: 1.0 Date: Sun, 18 Sep 2022 14:54:39 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/mimalloc To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20220918145439.37BDFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663512879238580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sun Sep 18 14:54:39 UTC 2022 Modified Files: pkgsrc/devel/mimalloc: Makefile Log Message: devel/mimalloc: use mk/atomic64.mk since this uses 8-byte atomics. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/mimalloc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663512879238580 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/mimalloc/Makefile diff -u pkgsrc/devel/mimalloc/Makefile:1.7 pkgsrc/devel/mimalloc/Makefile:1.8 --- pkgsrc/devel/mimalloc/Makefile:1.7 Mon Jun 27 15:29:14 2022 +++ pkgsrc/devel/mimalloc/Makefile Sun Sep 18 14:54:39 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/06/27 15:29:14 fcambus Exp $ +# $NetBSD: Makefile,v 1.8 2022/09/18 14:54:39 he Exp $ DISTNAME= mimalloc-2.0.6 CATEGORIES= devel @@ -20,4 +20,5 @@ INSTALLATION_DIRS+= lib/cmake/mimalloc post-install: ${RM} -f ${DESTDIR}${PREFIX}/lib/mimalloc.o +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1663512879238580--