git: 8769057caece - main - devel/catch: Add explicit Python build dependency (D29353)
Tobias Kortkamp
tobik at FreeBSD.org
Wed Apr 7 04:20:04 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8769057caece8a9a11608f6cdafd7f4408b01193
commit 8769057caece8a9a11608f6cdafd7f4408b01193
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-07 03:13:43 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-04-07 04:19:50 +0000
devel/catch: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai. It previously
got it through ninja which has a run dependency on Python.
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Error at CMakeLists.txt:50 (message):
Python not found, but required for tests
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/catch-2.13.3.log
PR: 254678
---
devel/catch/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index 0347a83097e9..14fcfa1e41f3 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -12,7 +12,7 @@ COMMENT= Header-only test framework for C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= compiler:c++14-lang cmake pathfix
+USES= cmake compiler:c++14-lang pathfix python:build
USE_GITHUB= yes
GH_ACCOUNT= catchorg
GH_PROJECT= Catch2
More information about the dev-commits-ports-all
mailing list