Mon May 18 05:48:54 2020 UTC ()
include-what-you-use: update to 0.14.

iwyu 0.14 compatible with llvm+clang 10 is released. Major changes:

    [iwyu] Report non-builtin enum base types
    [iwyu] Disable forward-declares for decls in inline namespaces
    [iwyu] Make C structs forward-declarable again
    [iwyu] Always keep Qt .moc includes
    [iwyu] Include binary type traits in analysis (e.g. __is_convertible_to)
    [iwyu_tool] Fail fast if include-what-you-use is not found
    [iwyu_tool] Print all diagnostic ouptut to stderr
    [fix_includes] Improve file extension detection
    Add man page for include-what-you-use


(wiz)
diff -r1.18 -r1.19 pkgsrc/devel/include-what-you-use/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/include-what-you-use/PLIST
diff -r1.11 -r1.12 pkgsrc/devel/include-what-you-use/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/include-what-you-use/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/include-what-you-use/Makefile 2019/11/26 18:34:31 1.18
+++ pkgsrc/devel/include-what-you-use/Makefile 2020/05/18 05:48:54 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2019/11/26 18:34:31 nia Exp $ 1# $NetBSD: Makefile,v 1.19 2020/05/18 05:48:54 wiz Exp $
2 2
3DISTNAME= include-what-you-use-0.13.src 3DISTNAME= include-what-you-use-0.14.src
4PKGNAME= ${DISTNAME:S/.src//1} 4PKGNAME= ${DISTNAME:S/.src//1}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://include-what-you-use.org/downloads/ 6MASTER_SITES= https://include-what-you-use.org/downloads/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://include-what-you-use.org/ 9HOMEPAGE= https://include-what-you-use.org/
10COMMENT= Analyze \#includes in C and C++ source files 10COMMENT= Analyze \#includes in C and C++ source files
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13WRKSRC= ${WRKDIR}/include-what-you-use 13WRKSRC= ${WRKDIR}/include-what-you-use
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16 16

cvs diff -r1.5 -r1.6 pkgsrc/devel/include-what-you-use/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/include-what-you-use/PLIST 2019/11/26 18:34:31 1.5
+++ pkgsrc/devel/include-what-you-use/PLIST 2020/05/18 05:48:54 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.5 2019/11/26 18:34:31 nia Exp $ 1@comment $NetBSD: PLIST,v 1.6 2020/05/18 05:48:54 wiz Exp $
2bin/fix_includes.py 2bin/fix_includes.py
3bin/include-what-you-use 3bin/include-what-you-use
4bin/iwyu_tool.py 4bin/iwyu_tool.py
 5man/man1/include-what-you-use.1
5share/include-what-you-use/boost-1.64-all-private.imp 6share/include-what-you-use/boost-1.64-all-private.imp
6share/include-what-you-use/boost-1.64-all.imp 7share/include-what-you-use/boost-1.64-all.imp
7share/include-what-you-use/boost-all-private.imp 8share/include-what-you-use/boost-all-private.imp
8share/include-what-you-use/boost-all.imp 9share/include-what-you-use/boost-all.imp
9share/include-what-you-use/clang-6.intrinsics.imp 10share/include-what-you-use/clang-6.intrinsics.imp
10share/include-what-you-use/gcc-8.intrinsics.imp 11share/include-what-you-use/gcc-8.intrinsics.imp
11share/include-what-you-use/gcc.libc.imp 12share/include-what-you-use/gcc.libc.imp
12share/include-what-you-use/gcc.stl.headers.imp 13share/include-what-you-use/gcc.stl.headers.imp
13share/include-what-you-use/gcc.symbols.imp 14share/include-what-you-use/gcc.symbols.imp
14share/include-what-you-use/iwyu.gcc.imp 15share/include-what-you-use/iwyu.gcc.imp
15share/include-what-you-use/libcxx.imp 16share/include-what-you-use/libcxx.imp
16share/include-what-you-use/qt4.imp 17share/include-what-you-use/qt4.imp
17share/include-what-you-use/qt5_11.imp 18share/include-what-you-use/qt5_11.imp

cvs diff -r1.11 -r1.12 pkgsrc/devel/include-what-you-use/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/include-what-you-use/distinfo 2019/11/26 18:34:31 1.11
+++ pkgsrc/devel/include-what-you-use/distinfo 2020/05/18 05:48:54 1.12
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.11 2019/11/26 18:34:31 nia Exp $ 1$NetBSD: distinfo,v 1.12 2020/05/18 05:48:54 wiz Exp $
2 2
3SHA1 (include-what-you-use-0.13.src.tar.gz) = 533f4c70a1bf1b0fd859242e416516a33914d981 3SHA1 (include-what-you-use-0.14.src.tar.gz) = a67e9a48f18c70c6f3cb6fed5357a21c708187c6
4RMD160 (include-what-you-use-0.13.src.tar.gz) = e42ab3337a935b22211cc68f9f728f152b953439 4RMD160 (include-what-you-use-0.14.src.tar.gz) = 284cb5d5cfe20bf10f979db4aab036197971a12a
5SHA512 (include-what-you-use-0.13.src.tar.gz) = b75a7cf076c74be0d8f21c35710be37d66911bfea0837bc1135d6782a745379e059e3efd09f278dd40545009d209b8c00d42a32f40efb31b876a9a3aa4607df9 5SHA512 (include-what-you-use-0.14.src.tar.gz) = ac328c6bdf834fde58bbf14c662fdf97aac22a24a85bce4a6475c73027b3ec1c558925efb5f0ac3addf446f21d29e37a70a7c5773c178f9ab7f12e90be7d69b4
6Size (include-what-you-use-0.13.src.tar.gz) = 589267 bytes 6Size (include-what-you-use-0.14.src.tar.gz) = 598485 bytes
7SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2 7SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2