View | Details | Raw Unified | Return to bug 224617 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/include-what-you-use/Makefile (-5 / +5 lines)
Lines 13-20 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT Link Here
13
13
14
BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=c++11"
14
BROKEN_powerpc64=	fails to compile: cc1plus: unrecognized command line option "-std=c++11"
15
15
16
BUILD_DEPENDS=	clang40:devel/llvm40
16
BUILD_DEPENDS=	clang50:devel/llvm50
17
RUN_DEPENDS=	clang40:devel/llvm40
17
RUN_DEPENDS=	clang50:devel/llvm50
18
18
19
USES=		cmake:outsource ncurses python:run shebangfix
19
USES=		cmake:outsource ncurses python:run shebangfix
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
Lines 22-30 USE_GITHUB= yes Link Here
22
SHEBANG_FILES=	fix_includes.py \
22
SHEBANG_FILES=	fix_includes.py \
23
		iwyu_tool.py
23
		iwyu_tool.py
24
24
25
GH_TAGNAME=	clang_4.0
25
GH_TAGNAME=	clang_5.0
26
26
27
CMAKE_ARGS+=	-DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm40/include \
27
CMAKE_ARGS+=	-DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm50/include \
28
		-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm40/lib
28
		-DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm50/lib
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/devel/include-what-you-use/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1510093067
1
TIMESTAMP = 1512206198
2
SHA256 (include-what-you-use-include-what-you-use-0.8-clang_4.0_GH0.tar.gz) = 8f6d4a279afcbbfa7247a97a03d9abc1d6834954eec7ba733519401392b328c6
2
SHA256 (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = a9ec29f9a2127816facabe3fab1d72dc5b5326ebe5013f2223b56565f3783828
3
SIZE (include-what-you-use-include-what-you-use-0.8-clang_4.0_GH0.tar.gz) = 437340
3
SIZE (include-what-you-use-include-what-you-use-0.8-clang_5.0_GH0.tar.gz) = 439081

Return to bug 224617