Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32D1984E9E for ; Mon, 26 Jun 2023 20:24:40 +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 VbFlGRjC1izk for ; Mon, 26 Jun 2023 20:24:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8713284C13 for ; Mon, 26 Jun 2023 20:24:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8423EFA89; Mon, 26 Jun 2023 20:24:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168781107943160" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 20:24:39 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/gnustep-base To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230626202439.8423EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168781107943160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Jun 26 20:24:39 UTC 2023 Modified Files: pkgsrc/devel/gnustep-base: Makefile Log Message: gnustep-base: add mk/atomic64.mk as it's needed, apparently. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/gnustep-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168781107943160 Content-Disposition: inline Content-Length: 765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gnustep-base/Makefile diff -u pkgsrc/devel/gnustep-base/Makefile:1.104 pkgsrc/devel/gnustep-base/Makefile:1.105 --- pkgsrc/devel/gnustep-base/Makefile:1.104 Wed Apr 19 08:08:10 2023 +++ pkgsrc/devel/gnustep-base/Makefile Mon Jun 26 20:24:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2023/04/19 08:08:10 adam Exp $ +# $NetBSD: Makefile,v 1.105 2023/06/26 20:24:39 he Exp $ DISTNAME= gnustep-base-1.29.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=gnustep/} @@ -71,4 +71,5 @@ INSTALLATION_DIRS+= share/GNUstep/Framew .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_168781107943160--