Date: Wed, 7 Apr 2021 04:20:08 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 31bf1886ed91 - main - lang/hermes: Make Python an explicit build dependency (D29353) Message-ID: <202104070420.1374K831019873@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=31bf1886ed9164c5cb36f6717fdb9f0f841d5c84 commit 31bf1886ed9164c5cb36f6717fdb9f0f841d5c84 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-04-07 03:25:10 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-04-07 04:19:54 +0000 lang/hermes: Make Python an explicit build dependency (D29353) This unbreaks the build when using devel/samurai. It previously was available in the configure phase through ninja which has a run dependency on Python. =======================<phase: configure >============================ ===> Missing "/usr/local/bin/python3.7" to create a binary alias at "/wrkdirs/usr/ports/lang/hermes/work/.bin/python" http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/hermes-javascript-engine-0.7.2.20210322.log PR: 254678 --- lang/hermes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/hermes/Makefile b/lang/hermes/Makefile index baaa2d3c9bba..a28f32dedd6c 100644 --- a/lang/hermes/Makefile +++ b/lang/hermes/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu TEST_DEPENDS= googletest>0:devel/googletest \ zip:archivers/zip -USES= cmake compiler:c++11-lang python:test readline +USES= cmake compiler:c++11-lang python:build readline USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104070420.1374K831019873>