Date: Fri, 5 Apr 2019 05:27:19 +0000 (UTC) From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497913 - head/security/klee Message-ID: <201904050527.x355RJ9F016204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arrowd Date: Fri Apr 5 05:27:19 2019 New Revision: 497913 URL: https://svnweb.freebsd.org/changeset/ports/497913 Log: security/klee: Depend on python 3 and py-tabulate. Required for ktest-tool utility, written in Python. Reviewed by: mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19770 Modified: head/security/klee/Makefile Modified: head/security/klee/Makefile ============================================================================== --- head/security/klee/Makefile Fri Apr 5 05:25:45 2019 (r497912) +++ head/security/klee/Makefile Fri Apr 5 05:27:19 2019 (r497913) @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ gmake:devel/gmake # Should be a LIB_DEPEND, but hard to express in a generic manner -RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ + ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} -USES= cmake localbase pkgconfig python:run shebangfix +USES= cmake localbase pkgconfig python:3.5+,run shebangfix USE_GITHUB= yes SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050527.x355RJ9F016204>