git: 31bf1886ed91 - main - lang/hermes: Make Python an explicit build dependency (D29353)
Tobias Kortkamp
tobik at FreeBSD.org
Wed Apr 7 04:20:15 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31bf1886ed9164c5cb36f6717fdb9f0f841d5c84
commit 31bf1886ed9164c5cb36f6717fdb9f0f841d5c84
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-07 03:25:10 +0000
Commit: Tobias Kortkamp <tobik at 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
More information about the dev-commits-ports-all
mailing list