Received: by mail.netbsd.org (Postfix, from userid 605) id 7264C84D75; Mon, 9 Sep 2019 10:53:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ECFA184D3A for ; Mon, 9 Sep 2019 10:53:23 +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 C1F6ytPITGJC for ; Mon, 9 Sep 2019 10:53:23 +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 864B084CD8 for ; Mon, 9 Sep 2019 10:53:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8064DFBF4; Mon, 9 Sep 2019 10:53:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156802640379200" MIME-Version: 1.0 Date: Mon, 9 Sep 2019 10:53:23 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/llvm To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190909105323.8064DFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156802640379200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Sep 9 10:53:23 UTC 2019 Modified Files: pkgsrc/lang/llvm: Makefile Log Message: llvm: bump GCC_REQD. configure will fail with GCC < 5.1. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156802640379200 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/llvm/Makefile diff -u pkgsrc/lang/llvm/Makefile:1.43 pkgsrc/lang/llvm/Makefile:1.44 --- pkgsrc/lang/llvm/Makefile:1.43 Thu Aug 22 14:49:25 2019 +++ pkgsrc/lang/llvm/Makefile Mon Sep 9 10:53:23 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2019/08/22 14:49:25 nia Exp $ +# $NetBSD: Makefile,v 1.44 2019/09/09 10:53:23 maya Exp $ # # when updating this, please also update: # devel/include-what-you-use @@ -38,7 +38,7 @@ LICENSE= modified-bsd USE_LANGUAGES= c c++11 USE_CMAKE= yes -GCC_REQD+= 4.8 +GCC_REQD+= 5.1 PYTHON_FOR_BUILD_ONLY= yes CONFIGURE_DIRS= ${WRKDIR}/build --_----------=_156802640379200--