pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/include-what-you-use



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec  9 20:12:47 UTC 2018

Modified Files:
        pkgsrc/devel/include-what-you-use: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/include-what-you-use/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/include-what-you-use/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/include-what-you-use/Makefile
diff -u pkgsrc/devel/include-what-you-use/Makefile:1.14 pkgsrc/devel/include-what-you-use/Makefile:1.15
--- pkgsrc/devel/include-what-you-use/Makefile:1.14     Tue Aug  7 10:45:47 2018
+++ pkgsrc/devel/include-what-you-use/Makefile  Sun Dec  9 20:12:47 2018
@@ -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}

Index: pkgsrc/devel/include-what-you-use/PLIST
diff -u pkgsrc/devel/include-what-you-use/PLIST:1.2 pkgsrc/devel/include-what-you-use/PLIST:1.3
--- pkgsrc/devel/include-what-you-use/PLIST:1.2 Tue Nov 15 16:35:40 2016
+++ pkgsrc/devel/include-what-you-use/PLIST     Sun Dec  9 20:12:47 2018
@@ -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

Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.8 pkgsrc/devel/include-what-you-use/distinfo:1.9
--- pkgsrc/devel/include-what-you-use/distinfo:1.8      Tue Aug  7 10:45:47 2018
+++ pkgsrc/devel/include-what-you-use/distinfo  Sun Dec  9 20:12:47 2018
@@ -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