1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

devel/include-what-you-use: update to version 0.8

This version uses clang 4.0 instead of clang 3.9 to check files.
While here, pet portlint.

PR:		223537
Submitted by:	Anton Yuzhaninov (citrin+pr@citrin.ru)
Approved by:	maintainer timeout (koobs, 7 weeks)
This commit is contained in:
Rene Ladan 2017-12-24 14:20:07 +00:00
parent f3250df54f
commit 812d2c2331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457165
2 changed files with 10 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= include-what-you-use
PORTVERSION= 0.7
PORTREVISION= 1
PORTVERSION= 0.8
CATEGORIES= devel
MAINTAINER= koobs@FreeBSD.org
@ -12,20 +11,20 @@ COMMENT= Tool for use with clang to analyze #includes in C and C++ source files
LICENSE= NCSA
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BUILD_DEPENDS= clang39:devel/llvm39
RUN_DEPENDS= clang39:devel/llvm39
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
BUILD_DEPENDS= clang40:devel/llvm40
RUN_DEPENDS= clang40:devel/llvm40
USES= cmake:outsource ncurses python:run shebangfix
USE_GITHUB= yes
SHEBANG_FILES= fix_includes.py \
iwyu_tool.py
GH_TAGNAME= clang_3.9
GH_TAGNAME= clang_4.0
CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm39/include \
-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm39/lib
CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm40/include \
-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm40/lib
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481367090
SHA256 (include-what-you-use-include-what-you-use-0.7-clang_3.9_GH0.tar.gz) = 0057f48ee69ed998c77378b1cc97913c60115a2ad627ed94cf041be609bdf864
SIZE (include-what-you-use-include-what-you-use-0.7-clang_3.9_GH0.tar.gz) = 433659
TIMESTAMP = 1510093067
SHA256 (include-what-you-use-include-what-you-use-0.8-clang_4.0_GH0.tar.gz) = 8f6d4a279afcbbfa7247a97a03d9abc1d6834954eec7ba733519401392b328c6
SIZE (include-what-you-use-include-what-you-use-0.8-clang_4.0_GH0.tar.gz) = 437340