pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/include-what-you-use include-what-you-use: Updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be14f3a802b2
branches:  trunk
changeset: 344824:be14f3a802b2
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 26 18:34:31 2019 +0000

description:
include-what-you-use: Update to 0.13

iwyu 0.13 compatible with llvm+clang 9.0 is released. Major changes:

    [iwyu] Improved handling of relative includes in mappings and pragmas
    [iwyu] Path normalization now collapses ..
    [iwyu] Improve --no_fwd_decls not to remove required forward declarations
    [iwyu] Improved handling of builtin templates
    [iwyu] Don't mark forward declarations final
    [iwyu] Tolerate using declarations in precompiled header
    [mappings] Add script to generate Qt mappings, and new mappings for Qt 5.11
    [iwyu_tool] Use directory from compilation database if available
    Numerous documentation and build improvements

diffstat:

 devel/include-what-you-use/Makefile |  13 ++++++++-----
 devel/include-what-you-use/PLIST    |   3 ++-
 devel/include-what-you-use/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (63 lines):

diff -r 685fc615a6e1 -r be14f3a802b2 devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Tue Nov 26 18:32:29 2019 +0000
+++ b/devel/include-what-you-use/Makefile       Tue Nov 26 18:34:31 2019 +0000
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.17 2019/06/02 08:45:24 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/26 18:34:31 nia Exp $
 
-DISTNAME=      include-what-you-use-0.12
+DISTNAME=      include-what-you-use-0.13.src
+PKGNAME=       ${DISTNAME:S/.src//1}
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=include-what-you-use/}
-GITHUB_TAG=    clang_8.0
+MASTER_SITES=  https://include-what-you-use.org/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://include-what-you-use.org/
 COMMENT=       Analyze \#includes in C and C++ source files
 LICENSE=       modified-bsd
 
+WRKSRC=                ${WRKDIR}/include-what-you-use
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
+
+GCC_REQD+=     4.8
+
 CMAKE_ARGS=    -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
-GCC_REQD+=     4.8
 
 REPLACE_PYTHON=        *.py
 
diff -r 685fc615a6e1 -r be14f3a802b2 devel/include-what-you-use/PLIST
--- a/devel/include-what-you-use/PLIST  Tue Nov 26 18:32:29 2019 +0000
+++ b/devel/include-what-you-use/PLIST  Tue Nov 26 18:34:31 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/06/02 08:45:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/26 18:34:31 nia Exp $
 bin/fix_includes.py
 bin/include-what-you-use
 bin/iwyu_tool.py
@@ -14,5 +14,6 @@
 share/include-what-you-use/iwyu.gcc.imp
 share/include-what-you-use/libcxx.imp
 share/include-what-you-use/qt4.imp
+share/include-what-you-use/qt5_11.imp
 share/include-what-you-use/qt5_4.imp
 share/include-what-you-use/stl.c.headers.imp
diff -r 685fc615a6e1 -r be14f3a802b2 devel/include-what-you-use/distinfo
--- a/devel/include-what-you-use/distinfo       Tue Nov 26 18:32:29 2019 +0000
+++ b/devel/include-what-you-use/distinfo       Tue Nov 26 18:34:31 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2019/06/02 08:45:24 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/11/26 18:34:31 nia Exp $
 
-SHA1 (include-what-you-use-0.12.tar.gz) = 06ec3600bc9ab3fae624c505c4c6cc741b5133e7
-RMD160 (include-what-you-use-0.12.tar.gz) = 384aa15a5a40878b5a17090d20629b98c702eae2
-SHA512 (include-what-you-use-0.12.tar.gz) = e75e91ce198b1ec446ed34afcf9fdbcb0534c5edc5346e4884f0f589c73512d778c428aa71c1b109d45a45543a952438610ab21e32ef1f03ff1a014823ed8425
-Size (include-what-you-use-0.12.tar.gz) = 545788 bytes
+SHA1 (include-what-you-use-0.13.src.tar.gz) = 533f4c70a1bf1b0fd859242e416516a33914d981
+RMD160 (include-what-you-use-0.13.src.tar.gz) = e42ab3337a935b22211cc68f9f728f152b953439
+SHA512 (include-what-you-use-0.13.src.tar.gz) = b75a7cf076c74be0d8f21c35710be37d66911bfea0837bc1135d6782a745379e059e3efd09f278dd40545009d209b8c00d42a32f40efb31b876a9a3aa4607df9
+Size (include-what-you-use-0.13.src.tar.gz) = 589267 bytes
 SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2



Home | Main Index | Thread Index | Old Index