Date: Fri, 26 Jun 2026 20:50:00 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ef6163a31a9 - main - security/aws-lc: Add make test Message-ID: <6a3ee5f8.1ddc9.4c971cea@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef6163a31a96e2b0c84fd62d800a3896695a38d commit 2ef6163a31a96e2b0c84fd62d800a3896695a38d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-06-26 20:44:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-06-26 20:44:18 +0000 security/aws-lc: Add make test --- security/aws-lc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/security/aws-lc/Makefile b/security/aws-lc/Makefile index 0b789c4dd19b..99cafa6feba9 100644 --- a/security/aws-lc/Makefile +++ b/security/aws-lc/Makefile @@ -12,8 +12,13 @@ LICENSE= APACHE20 BSD3CLAUSE ISCL MIT OpenSSL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +TEST_DEPENDS= go${GO_DEFAULT:R}${GO_DEFAULT:E}>=0:lang/go${GO_DEFAULT:R}${GO_DEFAULT:E} \ + libunwind>=0:devel/libunwind \ + pkgconf>=0:devel/pkgconf +USES= cmake:testing + +BINARY_ALIAS= go=go${GO_DEFAULT:R}${GO_DEFAULT:E} CMAKE_OFF= BUILD_TESTING \ DISABLE_CPU_JITTER_ENTROPY \ ENABLE_DATA_INDEPENDENT_TIMING \ @@ -30,6 +35,8 @@ CMAKE_ON= BUILD_LIBSSL \ DISABLE_PERL \ ENABLE_DIST_PKG \ ENABLE_DIST_PKG_OPENSSL_SHIM +CMAKE_TESTING_OFF= DISABLE_GO +CMAKE_TESTING_TARGET= run_tests PLIST_SUB= PORTVERSION=${PORTVERSION}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee5f8.1ddc9.4c971cea>
