From owner-svn-ports-all@freebsd.org Sun Dec 24 14:20:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A76A9E91AA0; Sun, 24 Dec 2017 14:20:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71BB07C4EC; Sun, 24 Dec 2017 14:20:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBOEK7Mt012265; Sun, 24 Dec 2017 14:20:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBOEK7c5012263; Sun, 24 Dec 2017 14:20:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201712241420.vBOEK7c5012263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 24 Dec 2017 14:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457165 - head/devel/include-what-you-use X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/devel/include-what-you-use X-SVN-Commit-Revision: 457165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Dec 2017 14:20:08 -0000 Author: rene Date: Sun Dec 24 14:20:07 2017 New Revision: 457165 URL: https://svnweb.freebsd.org/changeset/ports/457165 Log: 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) Modified: head/devel/include-what-you-use/Makefile head/devel/include-what-you-use/distinfo Modified: head/devel/include-what-you-use/Makefile ============================================================================== --- head/devel/include-what-you-use/Makefile Sun Dec 24 14:08:51 2017 (r457164) +++ head/devel/include-what-you-use/Makefile Sun Dec 24 14:20:07 2017 (r457165) @@ -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 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 Modified: head/devel/include-what-you-use/distinfo ============================================================================== --- head/devel/include-what-you-use/distinfo Sun Dec 24 14:08:51 2017 (r457164) +++ head/devel/include-what-you-use/distinfo Sun Dec 24 14:20:07 2017 (r457165) @@ -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