Received: by mail.netbsd.org (Postfix, from userid 605) id D2F2384E7F; Wed, 4 Jan 2023 12:26:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F2B484E67 for ; Wed, 4 Jan 2023 12:26:09 +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 kg9IWxF_VP9Z for ; Wed, 4 Jan 2023 12:26:08 +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 542E684CFE for ; Wed, 4 Jan 2023 12:26:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D447FA90; Wed, 4 Jan 2023 12:26:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672835168220500" MIME-Version: 1.0 Date: Wed, 4 Jan 2023 12:26:08 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2022Q4] pkgsrc/devel/ccache To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230104122608.4D447FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672835168220500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Wed Jan 4 12:26:08 UTC 2023 Modified Files: pkgsrc/devel/ccache [pkgsrc-2022Q4]: Makefile Log Message: Pullup ticket #6713 - requested by gutteridge devel/ccache: i386 build fix Revisions pulled up: - devel/ccache/Makefile 1.68 --- Module Name: pkgsrc Committed By: gutteridge Date: Wed Jan 4 02:26:47 UTC 2023 Modified Files: pkgsrc/devel/ccache: Makefile Log Message: ccache: fix builds on i386 (and possibly other arches) Addresses PR pkg/57157 from ano(ther)nymous. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.67.2.1 pkgsrc/devel/ccache/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672835168220500 Content-Disposition: inline Content-Length: 780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ccache/Makefile diff -u pkgsrc/devel/ccache/Makefile:1.67 pkgsrc/devel/ccache/Makefile:1.67.2.1 --- pkgsrc/devel/ccache/Makefile:1.67 Fri Dec 9 16:14:12 2022 +++ pkgsrc/devel/ccache/Makefile Wed Jan 4 12:26:08 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2022/12/09 16:14:12 wiz Exp $ +# $NetBSD: Makefile,v 1.67.2.1 2023/01/04 12:26:08 bsiegert Exp $ DISTNAME= ccache-4.7.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -31,4 +31,5 @@ SUBST_MESSAGE.rubyver= Fixing asciidocto .include "../../archivers/zstd/buildlink3.mk" .include "../../databases/hiredis/buildlink3.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1672835168220500--