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/5f05f81a52b4
branches:  trunk
changeset: 326541:5f05f81a52b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 09 20:12:47 2018 +0000

description:
include-what-you-use: updated to 0.11

IWYU 0.11
[iwyu] Improved recognition of template and specialization uses
[iwyu] Improved CMake build system, see docs for build instructions
[mappings] Improved mappings for Boost, Intel intrinsics and libstdc++
[iwyu_tool] Several bug fixes and improvements
[iwyu_tool] Add --basedir argument to interpret IWYU output from another source tree
[fix_includes] Handle namespaces better
[fix_includes] Add --only_re switch to filter affected files
[fix_includes] Add --reorder/--noreorder switch to toggle reordering of includes

diffstat:

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

diffs (57 lines):

diff -r 7e0e02bbe2fa -r 5f05f81a52b4 devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Sun Dec 09 20:12:41 2018 +0000
+++ b/devel/include-what-you-use/Makefile       Sun Dec 09 20:12:47 2018 +0000
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2018/08/07 10:45:47 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/09 20:12:47 adam Exp $
 
-DISTNAME=      include-what-you-use-0.10.src
-PKGNAME=       ${DISTNAME:.src=}
+DISTNAME=      include-what-you-use-0.11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=include-what-you-use/}
-GITHUB_TAG=    clang_6.0
 
 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-${GITHUB_TAG}
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 CMAKE_ARGS=    -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
diff -r 7e0e02bbe2fa -r 5f05f81a52b4 devel/include-what-you-use/PLIST
--- a/devel/include-what-you-use/PLIST  Sun Dec 09 20:12:41 2018 +0000
+++ b/devel/include-what-you-use/PLIST  Sun Dec 09 20:12:47 2018 +0000
@@ -1,9 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2016/11/15 16:35:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/12/09 20:12:47 adam Exp $
 bin/fix_includes.py
 bin/include-what-you-use
 bin/iwyu_tool.py
+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-all-private.imp
 share/include-what-you-use/boost-all.imp
+share/include-what-you-use/clang-6.intrinsics.imp
+share/include-what-you-use/gcc-8.intrinsics.imp
 share/include-what-you-use/gcc.libc.imp
 share/include-what-you-use/gcc.stl.headers.imp
 share/include-what-you-use/gcc.symbols.imp
diff -r 7e0e02bbe2fa -r 5f05f81a52b4 devel/include-what-you-use/distinfo
--- a/devel/include-what-you-use/distinfo       Sun Dec 09 20:12:41 2018 +0000
+++ b/devel/include-what-you-use/distinfo       Sun Dec 09 20:12:47 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2018/08/07 10:45:47 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/12/09 20:12:47 adam Exp $
 
-SHA1 (include-what-you-use-0.10.src.tar.gz) = 51ecee3b252b628ec9d5f04bb7b14e74ce67a2a3
-RMD160 (include-what-you-use-0.10.src.tar.gz) = 3f56875c989b09b51e146b291d5c570854f91d8e
-SHA512 (include-what-you-use-0.10.src.tar.gz) = 2bf2593dba252d870074125f976a237e901e969323969f2c8fb030e8376bb230f1d5c2baecc8cd8fad7099e83589c7666c44cd178d2094f6e883cace1e53ad90
-Size (include-what-you-use-0.10.src.tar.gz) = 440406 bytes
+SHA1 (include-what-you-use-0.11.tar.gz) = da576648d83ff952c58266726d060b723d9a2179
+RMD160 (include-what-you-use-0.11.tar.gz) = 9e42a46c94014b438f15de50158d8da9c38f6bab
+SHA512 (include-what-you-use-0.11.tar.gz) = 9fbc12d152dcc4351430d6e06fe8d53df69acb778702745f86d0a8c1b93dde9c145d7dbaec0db117dabd55e4b531d1f611a7070fb0d1c75e6f81a8744da04068
+Size (include-what-you-use-0.11.tar.gz) = 541819 bytes
 SHA1 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2



Home | Main Index | Thread Index | Old Index