Date: Sat, 6 Apr 2024 00:03:14 GMT 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: bc32c0c84861 - main - science/libaec: Do not build testing unconditionally Message-ID: <202404060003.43603EDV081054@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc32c0c8486198b2bb1ef7bb8c9baeeb705cd280 commit bc32c0c8486198b2bb1ef7bb8c9baeeb705cd280 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-06 00:00:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-06 00:00:10 +0000 science/libaec: Do not build testing unconditionally PR: 278073 Reported by: diizzy --- science/libaec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 0db27ff1dc99..16402743db3e 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing -CMAKE_OFF= AEC_FUZZING +CMAKE_OFF= AEC_FUZZING BUILD_TESTING +CMAKE_TESTING_ON= BUILD_TESTING USE_LDCONFIG= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404060003.43603EDV081054>