Received: by mail.netbsd.org (Postfix, from userid 605) id A64F384D5F; Mon, 18 May 2020 16:45:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 315C584D21 for ; Mon, 18 May 2020 16:45:37 +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 caGYL7VlHYyW for ; Mon, 18 May 2020 16:45:36 +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 A89BD84CE7 for ; Mon, 18 May 2020 16:45:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C884FB27; Mon, 18 May 2020 16:45:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158982033653590" MIME-Version: 1.0 Date: Mon, 18 May 2020 16:45:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/include-what-you-use To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200518164536.9C884FB27@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. --_----------=_158982033653590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 18 16:45:36 UTC 2020 Modified Files: pkgsrc/devel/include-what-you-use: Makefile distinfo Removed Files: pkgsrc/devel/include-what-you-use/patches: patch-iwyu__output.cc Log Message: include-what-you-use: make it use c++14 and GCC 5 Like the rest of the llvm packages. Remove now unneeded patch. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/include-what-you-use/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/include-what-you-use/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/devel/include-what-you-use/patches/patch-iwyu__output.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158982033653590 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/include-what-you-use/Makefile diff -u pkgsrc/devel/include-what-you-use/Makefile:1.19 pkgsrc/devel/include-what-you-use/Makefile:1.20 --- pkgsrc/devel/include-what-you-use/Makefile:1.19 Mon May 18 05:48:54 2020 +++ pkgsrc/devel/include-what-you-use/Makefile Mon May 18 16:45:36 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/05/18 05:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/05/18 16:45:36 wiz Exp $ DISTNAME= include-what-you-use-0.14.src PKGNAME= ${DISTNAME:S/.src//1} @@ -12,9 +12,9 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/include-what-you-use USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++14 -GCC_REQD+= 4.8 +GCC_REQD+= 5 CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang} Index: pkgsrc/devel/include-what-you-use/distinfo diff -u pkgsrc/devel/include-what-you-use/distinfo:1.12 pkgsrc/devel/include-what-you-use/distinfo:1.13 --- pkgsrc/devel/include-what-you-use/distinfo:1.12 Mon May 18 05:48:54 2020 +++ pkgsrc/devel/include-what-you-use/distinfo Mon May 18 16:45:36 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/05/18 05:48:54 wiz Exp $ +$NetBSD: distinfo,v 1.13 2020/05/18 16:45:36 wiz Exp $ SHA1 (include-what-you-use-0.14.src.tar.gz) = a67e9a48f18c70c6f3cb6fed5357a21c708187c6 RMD160 (include-what-you-use-0.14.src.tar.gz) = 284cb5d5cfe20bf10f979db4aab036197971a12a SHA512 (include-what-you-use-0.14.src.tar.gz) = ac328c6bdf834fde58bbf14c662fdf97aac22a24a85bce4a6475c73027b3ec1c558925efb5f0ac3addf446f21d29e37a70a7c5773c178f9ab7f12e90be7d69b4 Size (include-what-you-use-0.14.src.tar.gz) = 598485 bytes -SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2 --_----------=_158982033653590--