diff options
author | adam <adam@pkgsrc.org> | 2021-07-12 18:49:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-07-12 18:49:29 +0000 |
commit | 61dca91c4cc6a8c1aca4f21438f7e031c1c3d850 (patch) | |
tree | a054d6327f28169bb5a9577291ee6d5653746d62 /devel | |
parent | 1e545c98bc8f9fbdae204742ce33632f0dc7376e (diff) | |
download | pkgsrc-61dca91c4cc6a8c1aca4f21438f7e031c1c3d850.tar.gz |
include-what-you-use: updated to 0.16
iwyu 0.16 compatible with llvm+clang 12 is released. Major changes:
[iwyu_tool] Accept --load/-l argument for load limiting
[iwyu_tool] Signal success/failure with exit code
[mappings] Harmonize mapping generators
[mappings] Add mapping generator for CPython
[mappings] Improve mappings for libstdc++ and Boost
[cmake] Add explicit C++14 compiler flag
... and many internal improvements
iwyu 0.15 compatible with llvm+clang 11 is released. Major changes:
[iwyu] Fix crash due to undefined behavior in AST traversal
[iwyu] Improve handling of operator new including C++17 features
[iwyu] Improve handling of templates
[iwyu_tool] Remove known compiler wrappers from the command list
[mappings] Improve Qt mapping generator
[mappings] Improve boost mappings
[mappings] Improve built-in mappings for <time.h>
[mappings] Add built-in mappings for max_align_t, ptrdiff_t, and wchar_t
[cmake] Support shared LLVM/Clang libraries and other improvements
Diffstat (limited to 'devel')
-rw-r--r-- | devel/include-what-you-use/Makefile | 5 | ||||
-rw-r--r-- | devel/include-what-you-use/PLIST | 6 | ||||
-rw-r--r-- | devel/include-what-you-use/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 780aa3e89d9..4d9f9b9679e 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2021/04/21 11:41:25 adam Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/12 18:49:29 adam Exp $ -DISTNAME= include-what-you-use-0.14.src +DISTNAME= include-what-you-use-0.16.src PKGNAME= ${DISTNAME:S/.src//1} -PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= https://include-what-you-use.org/downloads/ diff --git a/devel/include-what-you-use/PLIST b/devel/include-what-you-use/PLIST index 0779d02fd2a..63a5ae30968 100644 --- a/devel/include-what-you-use/PLIST +++ b/devel/include-what-you-use/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.6 2020/05/18 05:48:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/07/12 18:49:29 adam Exp $ bin/fix_includes.py bin/include-what-you-use bin/iwyu_tool.py man/man1/include-what-you-use.1 share/include-what-you-use/boost-1.64-all-private.imp share/include-what-you-use/boost-1.64-all.imp +share/include-what-you-use/boost-1.75-all-private.imp +share/include-what-you-use/boost-1.75-all.imp share/include-what-you-use/boost-all-private.imp share/include-what-you-use/boost-all.imp share/include-what-you-use/clang-6.intrinsics.imp @@ -14,6 +16,8 @@ share/include-what-you-use/gcc.stl.headers.imp share/include-what-you-use/gcc.symbols.imp share/include-what-you-use/iwyu.gcc.imp share/include-what-you-use/libcxx.imp +share/include-what-you-use/python2.7.imp +share/include-what-you-use/python3.8.imp share/include-what-you-use/qt4.imp share/include-what-you-use/qt5_11.imp share/include-what-you-use/qt5_4.imp diff --git a/devel/include-what-you-use/distinfo b/devel/include-what-you-use/distinfo index 51458229f7f..e58a5f428b0 100644 --- a/devel/include-what-you-use/distinfo +++ b/devel/include-what-you-use/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2020/05/18 16:45:36 wiz Exp $ +$NetBSD: distinfo,v 1.14 2021/07/12 18:49:29 adam 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 (include-what-you-use-0.16.src.tar.gz) = a3b0acff986273e674391b3737f9f04e47b623f0 +RMD160 (include-what-you-use-0.16.src.tar.gz) = 210252eaa28cf4dbd5a380464eb54347fb0e140e +SHA512 (include-what-you-use-0.16.src.tar.gz) = 337abe14d6ead33daededd4e532557abc5783ab36cbc35f43ac5f155d1cf1162baeaa78e1c246f7e11dab83a345f89ef9104f3cfeb019ad30770e8f48b407f45 +Size (include-what-you-use-0.16.src.tar.gz) = 742464 bytes |