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 Jun 2 08:45:24 UTC 2019
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile PLIST distinfo
Log Message:
include-what-you-use: updated to 0.12
iwyu 0.12 compatible with llvm+clang 8.0 is released. Major changes:
[iwyu] New command-line option: --keep to mirror IWYU pragma: keep
[iwyu] New command-line option: --cxx17ns to suggest compact C++17 nested namespaces
[iwyu] Improve --no_fwd_decls to optimize for minimal number of redeclarations
[iwyu] Improved mappings for POSIX types and let mappings apply to builtins as well
[iwyu] More principled handling of explicit template instantiations
[iwyu_tool] Breaking change: extra args are no longer automatically prefixed with -Xiwyu (so you can use them for Clang args too)
[iwyu_tool] Better Windows support
[fix_includes] Better handling of template forward-decls
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/include-what-you-use/PLIST
cvs rdiff -u -r1.9 -r1.10 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.16 pkgsrc/devel/include-what-you-use/Makefile:1.17
--- pkgsrc/devel/include-what-you-use/Makefile:1.16 Thu Apr 25 07:32:46 2019
+++ pkgsrc/devel/include-what-you-use/Makefile Sun Jun 2 08:45:24 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:32:46 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/02 08:45:24 adam Exp $
-DISTNAME= include-what-you-use-0.11
-PKGREVISION= 1
+DISTNAME= include-what-you-use-0.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=include-what-you-use/}
+GITHUB_TAG= clang_8.0
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://include-what-you-use.org/
Index: pkgsrc/devel/include-what-you-use/PLIST
diff -u pkgsrc/devel/include-what-you-use/PLIST:1.3 pkgsrc/devel/include-what-you-use/PLIST:1.4
--- pkgsrc/devel/include-what-you-use/PLIST:1.3 Sun Dec 9 20:12:47 2018
+++ pkgsrc/devel/include-what-you-use/PLIST Sun Jun 2 08:45:24 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/12/09 20:12:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/02 08:45:24 adam Exp $
bin/fix_includes.py
bin/include-what-you-use
bin/iwyu_tool.py
@@ -16,4 +16,3 @@ 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
Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.9 pkgsrc/devel/include-what-you-use/distinfo:1.10
--- pkgsrc/devel/include-what-you-use/distinfo:1.9 Sun Dec 9 20:12:47 2018
+++ pkgsrc/devel/include-what-you-use/distinfo Sun Jun 2 08:45:24 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/12/09 20:12:47 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/06/02 08:45:24 adam Exp $
-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 (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 (patch-iwyu__output.cc) = 55a8c7ad35613206ad01dd312afdabb5649e63c2
Home |
Main Index |
Thread Index |
Old Index