Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B75F484EC8 for ; Sat, 14 Oct 2023 17:33:51 +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 Y7DkKayMNUDX for ; Sat, 14 Oct 2023 17:33:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 11C0984CF4 for ; Sat, 14 Oct 2023 17:33:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04EEFFADC; Sat, 14 Oct 2023 17:33:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697304830144770" MIME-Version: 1.0 Date: Sat, 14 Oct 2023 17:33:50 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/databases/galera To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20231014173351.04EEFFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697304830144770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat Oct 14 17:33:50 UTC 2023 Modified Files: pkgsrc/databases/galera: Makefile Log Message: databases/galera: add mk/atomic64.mk for the benefit of ports needing that. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/galera/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697304830144770 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/galera/Makefile diff -u pkgsrc/databases/galera/Makefile:1.3 pkgsrc/databases/galera/Makefile:1.4 --- pkgsrc/databases/galera/Makefile:1.3 Sun Apr 23 14:26:14 2023 +++ pkgsrc/databases/galera/Makefile Sat Oct 14 17:33:50 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2023/04/23 14:26:14 adam Exp $ +# $NetBSD: Makefile,v 1.4 2023/10/14 17:33:50 he Exp $ DISTNAME= galera-26.4.13 PKGREVISION= 2 @@ -31,4 +31,5 @@ post-extract: .include "../../security/openssl/buildlink3.mk" .include "../../devel/check/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1697304830144770--