Date: Wed, 15 Jun 2022 19:43:22 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 975d9e8938ad - main - devel/include-what-you-use: Restrict to python3.8 Message-ID: <202206151943.25FJhMR8021539@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=975d9e8938ad54db545081c3f167b644090f0c2f commit 975d9e8938ad54db545081c3f167b644090f0c2f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-15 19:37:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-15 19:43:15 +0000 devel/include-what-you-use: Restrict to python3.8 Upstream supplies .imp files which are only available for python2.7 and python3.8. So restrict it to only python3.8 only for now until upstream updates. Reported by: fluffy --- devel/include-what-you-use/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 7dcb6e2fef44..d380a00baa4e 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -15,7 +15,7 @@ LLVM_VER= 14 BUILD_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} RUN_DEPENDS= clang${LLVM_VER}:devel/llvm${LLVM_VER} -USES= cmake compiler:c++11-lang ncurses python:run shebangfix +USES= cmake compiler:c++11-lang ncurses python:3.8,run shebangfix USE_GITHUB= yes SHEBANG_FILES= fix_includes.py \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206151943.25FJhMR8021539>