git: aaae2a24a5f2 - main - cad/xyce: Add USES=certs:test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 18:43:03 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aaae2a24a5f27fa55f8a489c93984476fb918537
commit aaae2a24a5f27fa55f8a489c93984476fb918537
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-09 18:42:14 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-09 18:43:01 +0000
cad/xyce: Add USES=certs:test
---
cad/xyce/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile
index 68324585ebe1..f1856afb787b 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -22,12 +22,11 @@ LIB_DEPENDS= libblas.so:math/blas \
libcolamd.so:math/suitesparse-colamd \
libsuitesparseconfig.so:math/suitesparse-config \
libumfpack.so:math/suitesparse-umfpack
-TEST_DEPENDS= ca_root_nss>0:security/ca_root_nss \
- git:devel/git \
+TEST_DEPENDS= git:devel/git \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-USES= autoreconf bison gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake build is declared stable
+USES= autoreconf bison certs:test gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake build is declared stable
USE_CXXSTD= c++14 # otherwise configure fails because of c++14 features like std::conditional_t
USE_CXXSTD= c++17 # workaround for https://github.com/Xyce/Xyce/issues/97, which occurred when Trilinos was updated to 15.1.0
USE_LDCONFIG= yes