Received: by mail.netbsd.org (Postfix, from userid 605) id 09E9084D8A; Wed, 22 Sep 2021 12:02:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F18684D6B for ; Wed, 22 Sep 2021 12:02:57 +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 Dzzz8RTH_G9K for ; Wed, 22 Sep 2021 12:02:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 93CC684D2E for ; Wed, 22 Sep 2021 12:02:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CA21FA97; Wed, 22 Sep 2021 12:02:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632312176213150" MIME-Version: 1.0 Date: Wed, 22 Sep 2021 12:02:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/ckmame To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210922120256.8CA21FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632312176213150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Sep 22 12:02:56 UTC 2021 Modified Files: pkgsrc/emulators/ckmame: Makefile Log Message: ckmame: Set GCC_REQD, does not build with netbsd-9 system compiler. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/emulators/ckmame/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632312176213150 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/ckmame/Makefile diff -u pkgsrc/emulators/ckmame/Makefile:1.60 pkgsrc/emulators/ckmame/Makefile:1.61 --- pkgsrc/emulators/ckmame/Makefile:1.60 Mon Jun 28 12:33:01 2021 +++ pkgsrc/emulators/ckmame/Makefile Wed Sep 22 12:02:56 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2021/06/28 12:33:01 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2021/09/22 12:02:56 nia Exp $ DISTNAME= ckmame-1.1 CATEGORIES= emulators @@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config perl:test USE_CMAKE= yes TEST_TARGET= check +GCC_REQD+= 8 # std::filesystem + .include "../../archivers/libarchive/buildlink3.mk" BUILDLINK_API_DEPENDS.libzip+= libzip>=1.8 .include "../../archivers/libzip/buildlink3.mk" --_----------=_1632312176213150--