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:   wiz
Date:           Sun Dec  5 14:50:41 UTC 2021

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

Log Message:
include-what-you-use: update to 0.17.

    [iwyu] Improve support for various C++ features (builtins, CTAD, specializations, type aliases)
    [iwyu] Fix crash on invalid code
    [iwyu] Remove hard dependency on x86 LLVM target
    [mappings] Improve mappings for GNU libc
    [iwyu_tool] More concise output for clang output format

and compatibility with llvm-13.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.16 -r1.17 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.26 pkgsrc/devel/include-what-you-use/Makefile:1.27
--- pkgsrc/devel/include-what-you-use/Makefile:1.26     Tue Nov 23 20:55:42 2021
+++ pkgsrc/devel/include-what-you-use/Makefile  Sun Dec  5 14:50:41 2021
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.26 2021/11/23 20:55:42 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2021/12/05 14:50:41 wiz Exp $
 
-DISTNAME=      include-what-you-use-0.16.src
-PKGNAME=       ${DISTNAME:S/.src//1}
+DISTNAME=      include-what-you-use-0.17
 CATEGORIES=    devel
-MASTER_SITES=  https://include-what-you-use.org/downloads/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=include-what-you-use/}
 
 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++14
 
@@ -18,9 +16,6 @@ GCC_REQD+=    5
 
 CMAKE_ARGS=    -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
 
-BROKEN=                "Needs to be updated for llvm-13.0.0"
-# https://github.com/include-what-you-use/include-what-you-use/issues/974
-
 REPLACE_PYTHON=        *.py
 
 .include "../../lang/clang/buildlink3.mk"

Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.16 pkgsrc/devel/include-what-you-use/distinfo:1.17
--- pkgsrc/devel/include-what-you-use/distinfo:1.16     Tue Oct 26 10:15:05 2021
+++ pkgsrc/devel/include-what-you-use/distinfo  Sun Dec  5 14:50:41 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:15:05 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/12/05 14:50:41 wiz Exp $
 
-BLAKE2s (include-what-you-use-0.16.src.tar.gz) = 1ae7b91c1a93ed4195af70ba21504d65594483ada5079d72d4d5733cb0375f06
-SHA512 (include-what-you-use-0.16.src.tar.gz) = 337abe14d6ead33daededd4e532557abc5783ab36cbc35f43ac5f155d1cf1162baeaa78e1c246f7e11dab83a345f89ef9104f3cfeb019ad30770e8f48b407f45
-Size (include-what-you-use-0.16.src.tar.gz) = 742464 bytes
+BLAKE2s (include-what-you-use-0.17.tar.gz) = 5f0a4dc9292b613b5f7175d2c2975f1acc32f698b3752632f02384e2620dbbc2
+SHA512 (include-what-you-use-0.17.tar.gz) = 2439e3dd37163d3953fc1e45614fb4325be093a162f25d0f45fa8126b2313942a7c8d45ed12454dfbfeb4cb4fcf2f4e3eebdc0ec5da14dad23533f7a0bf58290
+Size (include-what-you-use-0.17.tar.gz) = 747385 bytes



Home | Main Index | Thread Index | Old Index