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: nia
Date: Tue Nov 26 18:34:31 UTC 2019
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/include-what-you-use/PLIST
cvs rdiff -u -r1.10 -r1.11 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.17 pkgsrc/devel/include-what-you-use/Makefile:1.18
--- pkgsrc/devel/include-what-you-use/Makefile:1.17 Sun Jun 2 08:45:24 2019
+++ pkgsrc/devel/include-what-you-use/Makefile Tue Nov 26 18:34:31 2019
@@ -1,20 +1,23 @@
-# $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++
-CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
+
GCC_REQD+= 4.8
+CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
+
REPLACE_PYTHON= *.py
.include "../../lang/clang/buildlink3.mk"
Index: pkgsrc/devel/include-what-you-use/PLIST
diff -u pkgsrc/devel/include-what-you-use/PLIST:1.4 pkgsrc/devel/include-what-you-use/PLIST:1.5
--- pkgsrc/devel/include-what-you-use/PLIST:1.4 Sun Jun 2 08:45:24 2019
+++ pkgsrc/devel/include-what-you-use/PLIST Tue Nov 26 18:34:31 2019
@@ -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/gcc.symbols.i
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
Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.10 pkgsrc/devel/include-what-you-use/distinfo:1.11
--- pkgsrc/devel/include-what-you-use/distinfo:1.10 Sun Jun 2 08:45:24 2019
+++ pkgsrc/devel/include-what-you-use/distinfo Tue Nov 26 18:34:31 2019
@@ -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