Received: by mail.netbsd.org (Postfix, from userid 605) id A30B384D17; Mon, 2 Jan 2023 14:07:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1A1184D08 for ; Mon, 2 Jan 2023 14:07: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 uys3x-LgIEw2 for ; Mon, 2 Jan 2023 14:07:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6576484CFA for ; Mon, 2 Jan 2023 14:07:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E3ACFA90; Mon, 2 Jan 2023 14:07:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672668471284590" MIME-Version: 1.0 Date: Mon, 2 Jan 2023 14:07:51 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/math/sollya To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230102140751.5E3ACFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672668471284590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Jan 2 14:07:51 UTC 2023 Modified Files: pkgsrc/math/sollya: Makefile Log Message: math/sollya: add use of atomic64.mk, as that's required. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/sollya/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672668471284590 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/sollya/Makefile diff -u pkgsrc/math/sollya/Makefile:1.9 pkgsrc/math/sollya/Makefile:1.10 --- pkgsrc/math/sollya/Makefile:1.9 Wed Nov 23 16:20:36 2022 +++ pkgsrc/math/sollya/Makefile Mon Jan 2 14:07:51 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/11/23 16:20:36 adam Exp $ +# $NetBSD: Makefile,v 1.10 2023/01/02 14:07:51 he Exp $ DISTNAME= sollya-8.0 PKGREVISION= 1 @@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --with-xml2-include=${P TEST_TARGET= check +.include "../../mk/atomic64.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../math/fplll/buildlink3.mk" .include "../../math/mpfi/buildlink3.mk" --_----------=_1672668471284590--