From owner-svn-ports-all@freebsd.org Tue Apr 23 05:29:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B6FC158EE35; Tue, 23 Apr 2019 05:29:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10B808FF5A; Tue, 23 Apr 2019 05:29:47 +0000 (UTC) (envelope-from koobs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D82821FEA5; Tue, 23 Apr 2019 05:29:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3N5Tkj6021526; Tue, 23 Apr 2019 05:29:46 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3N5TjAB021522; Tue, 23 Apr 2019 05:29:45 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201904230529.x3N5TjAB021522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 23 Apr 2019 05:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499716 - head/devel/include-what-you-use X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/include-what-you-use X-SVN-Commit-Revision: 499716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 10B808FF5A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 23 Apr 2019 05:29:47 -0000 Author: koobs Date: Tue Apr 23 05:29:45 2019 New Revision: 499716 URL: https://svnweb.freebsd.org/changeset/ports/499716 Log: devel/include-what-you-use: Update to 0.11 PR: 234429 Submitted by: Greg V Modified: head/devel/include-what-you-use/Makefile head/devel/include-what-you-use/distinfo head/devel/include-what-you-use/pkg-descr head/devel/include-what-you-use/pkg-plist Modified: head/devel/include-what-you-use/Makefile ============================================================================== --- head/devel/include-what-you-use/Makefile Tue Apr 23 05:25:32 2019 (r499715) +++ head/devel/include-what-you-use/Makefile Tue Apr 23 05:29:45 2019 (r499716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= include-what-you-use -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel MAINTAINER= koobs@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= Tool for use with clang to analyze #includes LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BUILD_DEPENDS= clang60:devel/llvm60 -RUN_DEPENDS= clang60:devel/llvm60 +BUILD_DEPENDS= clang70:devel/llvm70 +RUN_DEPENDS= clang70:devel/llvm70 USES= cmake compiler:c++11-lang ncurses python:run shebangfix USE_GITHUB= yes @@ -20,9 +20,9 @@ USE_GITHUB= yes SHEBANG_FILES= fix_includes.py \ iwyu_tool.py -GH_TAGNAME= clang_6.0 +GH_TAGNAME= clang_7.0 -CMAKE_ARGS+= -DIWYU_LLVM_INCLUDE_PATH=${LOCALBASE}/llvm60/include \ - -DIWYU_LLVM_LIB_PATH=${LOCALBASE}/llvm60/lib +CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm70/lib/cmake/llvm \ + -DClang_DIR=${LOCALBASE}/llvm70/lib/cmake/clang .include Modified: head/devel/include-what-you-use/distinfo ============================================================================== --- head/devel/include-what-you-use/distinfo Tue Apr 23 05:25:32 2019 (r499715) +++ head/devel/include-what-you-use/distinfo Tue Apr 23 05:29:45 2019 (r499716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533500686 -SHA256 (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 720275b2742462004c8b2b2317571569cec8d084f6e8eda745c99043b63d7175 -SIZE (include-what-you-use-include-what-you-use-0.10-clang_6.0_GH0.tar.gz) = 440406 +TIMESTAMP = 1545861077 +SHA256 (include-what-you-use-include-what-you-use-0.11-clang_7.0_GH0.tar.gz) = c6ce9a09fb3cd3c51f0a0eb83cd7d15e569f7947dabe87d3e0878b078a8d1d7b +SIZE (include-what-you-use-include-what-you-use-0.11-clang_7.0_GH0.tar.gz) = 541840 Modified: head/devel/include-what-you-use/pkg-descr ============================================================================== --- head/devel/include-what-you-use/pkg-descr Tue Apr 23 05:25:32 2019 (r499715) +++ head/devel/include-what-you-use/pkg-descr Tue Apr 23 05:29:45 2019 (r499716) @@ -12,4 +12,4 @@ without fear of accidentally breaking the upwards depe that file. It also becomes easy to automatically track and update dependencies in the source code. -WWW: http://include-what-you-use.org +WWW: https://include-what-you-use.org Modified: head/devel/include-what-you-use/pkg-plist ============================================================================== --- head/devel/include-what-you-use/pkg-plist Tue Apr 23 05:25:32 2019 (r499715) +++ head/devel/include-what-you-use/pkg-plist Tue Apr 23 05:29:45 2019 (r499716) @@ -1,8 +1,12 @@ bin/fix_includes.py bin/include-what-you-use bin/iwyu_tool.py +%%DATADIR%%/boost-1.64-all-private.imp +%%DATADIR%%/boost-1.64-all.imp %%DATADIR%%/boost-all-private.imp %%DATADIR%%/boost-all.imp +%%DATADIR%%/clang-6.intrinsics.imp +%%DATADIR%%/gcc-8.intrinsics.imp %%DATADIR%%/gcc.libc.imp %%DATADIR%%/gcc.stl.headers.imp %%DATADIR%%/gcc.symbols.imp