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 Updated include-what-you-us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49f34c91ba88
branches:  trunk
changeset: 354930:49f34c91ba88
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 15 16:35:40 2016 +0000

description:
Updated include-what-you-use to 0.7.

Set LICENSE.

wyu 0.7 compatible with llvm+clang 3.9 is released. Major changes:

    Add preliminary mappings for libc++.
    Require the complete type for pointer arithmetic.
    Recognize nested classes in friend declarations.
    Better handling of X-macros/textual includes.
    Better handling of self-checking private headers (that raise an #error if included directly).
    Improve IWYU's understanding of implicit include dirs; the current source file's dirname is always a candidate now.
    Add implicit include dirs for libc++ on Darwin targets.
    Lots of internal cleanup based on output from clang-tidy.
    Reduce logging strategically, to get more relevant output.

diffstat:

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

diffs (62 lines):

diff -r 98125a35c14b -r 49f34c91ba88 devel/include-what-you-use/Makefile
--- a/devel/include-what-you-use/Makefile       Tue Nov 15 16:06:13 2016 +0000
+++ b/devel/include-what-you-use/Makefile       Tue Nov 15 16:35:40 2016 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2016/11/14 20:56:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2016/11/15 16:35:40 wiz Exp $
 
-DISTNAME=      include-what-you-use-0.6.src
+DISTNAME=      include-what-you-use-0.7.src
 PKGNAME=       ${DISTNAME:.src=}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://include-what-you-use.org/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://include-what-you-use.org/downloads/
+HOMEPAGE=      http://include-what-you-use.org/
 COMMENT=       Analyze \#includes in C and C++ source files
-#LICENSE=      # TODO: (see mk/license.mk)
+LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/include-what-you-use
+WRKSRC=                ${WRKDIR}/llvm/tools/clang/tools/include-what-you-use/
 USE_CMAKE=     yes
 CMAKE_ARGS=     -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
 USE_LANGUAGES= c c++
diff -r 98125a35c14b -r 49f34c91ba88 devel/include-what-you-use/PLIST
--- a/devel/include-what-you-use/PLIST  Tue Nov 15 16:06:13 2016 +0000
+++ b/devel/include-what-you-use/PLIST  Tue Nov 15 16:35:40 2016 +0000
@@ -1,4 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/30 16:16:13 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/11/15 16:35:40 wiz Exp $
 bin/fix_includes.py
 bin/include-what-you-use
 bin/iwyu_tool.py
+share/include-what-you-use/boost-all-private.imp
+share/include-what-you-use/boost-all.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
+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_4.imp
+share/include-what-you-use/stl.c.headers.imp
+share/include-what-you-use/third_party.imp
diff -r 98125a35c14b -r 49f34c91ba88 devel/include-what-you-use/distinfo
--- a/devel/include-what-you-use/distinfo       Tue Nov 15 16:06:13 2016 +0000
+++ b/devel/include-what-you-use/distinfo       Tue Nov 15 16:35:40 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/07/26 12:47:24 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/11/15 16:35:40 wiz Exp $
 
-SHA1 (include-what-you-use-0.6.src.tar.gz) = 71295c39e7374a9c139154ac12b252fb5e1305f9
-RMD160 (include-what-you-use-0.6.src.tar.gz) = d7001e1fd4043474e25db6579d286f3ce14f9e2a
-SHA512 (include-what-you-use-0.6.src.tar.gz) = 9dcc37666819084a0e084513c62599b8ffb6f9eb8a9de759d4b1e2813ae759f2aed2e2233fdc6428dc676668102b738fe7bd990561293626d9aa427849ccec35
-Size (include-what-you-use-0.6.src.tar.gz) = 434980 bytes
+SHA1 (include-what-you-use-0.7.src.tar.gz) = 2c50ace20d108a097d2aa5433b0c50a7d1f8b59e
+RMD160 (include-what-you-use-0.7.src.tar.gz) = 3143e978989bbbdefc14e7d41b696980fcc6ebd9
+SHA512 (include-what-you-use-0.7.src.tar.gz) = dd7990fa4112ddb0434807efd9dcf0f77bbecaa61eab51be24428f8e45b9321c7647a979278f3f1266ba9be05c6f1de536fc084613d38638b795248001ce4b44
+Size (include-what-you-use-0.7.src.tar.gz) = 446773 bytes
 SHA1 (patch-iwyu__output.cc) = 072236f94c44ebd7e0ca20ad828dd938c9683b4a



Home | Main Index | Thread Index | Old Index