Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEF2484E88 for ; Sun, 9 Jul 2023 14:48: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 iPf7yCFiRCAT for ; Sun, 9 Jul 2023 14:48:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52F9E84D2D for ; Sun, 9 Jul 2023 14:48:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AE82FBDB; Sun, 9 Jul 2023 14:48:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688914120136840" MIME-Version: 1.0 Date: Sun, 9 Jul 2023 14:48:40 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/polly To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230709144840.4AE82FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688914120136840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jul 9 14:48:40 UTC 2023 Modified Files: pkgsrc/devel/polly: Makefile Log Message: polly: Sync required compiler version with reality for C++14. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/polly/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688914120136840 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/polly/Makefile diff -u pkgsrc/devel/polly/Makefile:1.19 pkgsrc/devel/polly/Makefile:1.20 --- pkgsrc/devel/polly/Makefile:1.19 Sat Apr 18 08:01:43 2020 +++ pkgsrc/devel/polly/Makefile Sun Jul 9 14:48:40 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/04/18 08:01:43 adam Exp $ +# $NetBSD: Makefile,v 1.20 2023/07/09 14:48:40 nia Exp $ .include "../../lang/llvm/version.mk" @@ -18,7 +18,7 @@ CMAKE_ARG_PATH= ${WRKSRC} USE_LANGUAGES= c c++14 USE_CMAKE= yes -GCC_REQD+= 4.8 +GCC_REQD+= 5 CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release CMAKE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q} --_----------=_1688914120136840--