Received: by mail.netbsd.org (Postfix, from userid 605) id 6D15784E50; Wed, 1 Jul 2020 14:50:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96A984E46 for ; Wed, 1 Jul 2020 14:50:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VcJyBEe_jh-w for ; Wed, 1 Jul 2020 14:50:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B81684C8B for ; Wed, 1 Jul 2020 14:50:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44F01FB28; Wed, 1 Jul 2020 14:50:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593615033152780" MIME-Version: 1.0 Date: Wed, 1 Jul 2020 14:50:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/clang-tools-extra To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200701145033.44F01FB28@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. --_----------=_1593615033152780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 1 14:50:33 UTC 2020 Modified Files: pkgsrc/lang/clang-tools-extra: Makefile Log Message: clang-tools-extra: static analyzer is on by default; bump revision To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/clang-tools-extra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593615033152780 Content-Disposition: inline Content-Length: 1043 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/clang-tools-extra/Makefile diff -u pkgsrc/lang/clang-tools-extra/Makefile:1.9 pkgsrc/lang/clang-tools-extra/Makefile:1.10 --- pkgsrc/lang/clang-tools-extra/Makefile:1.9 Tue Jun 2 08:24:12 2020 +++ pkgsrc/lang/clang-tools-extra/Makefile Wed Jul 1 14:50:33 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2020/06/02 08:24:12 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/07/01 14:50:33 adam Exp $ .include "../../lang/clang/Makefile.common" PKGNAME= ${DISTNAME:S/clang/clang-tools-extra/:S/.src//} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Extra Clang tools @@ -19,8 +19,6 @@ BUILD_TARGET+= clang-include-fixer clang BUILD_TARGET+= clang-tidy clangd modularize pp-trace tool-template INSTALL_DIRS= ../build/tools/extra -CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=ON - REPLACE_PYTHON+= tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py REPLACE_PYTHON+= tools/extra/clang-tidy/tool/clang-tidy-diff.py REPLACE_PYTHON+= tools/extra/clang-tidy/tool/run-clang-tidy.py --_----------=_1593615033152780--