Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 04:20:04 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: 8769057caece - main - devel/catch: Add explicit Python build dependency (D29353)
Message-ID:  <202104070420.1374K4vU019032@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=8769057caece8a9a11608f6cdafd7f4408b01193

commit 8769057caece8a9a11608f6cdafd7f4408b01193
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-07 03:13:43 +0000
Commit:     Tobias Kortkamp <tobik@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104070420.1374K4vU019032>