Date: Wed, 25 Sep 2024 06:17:39 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: 842a5b42e900 - main - devel/json-c: Convert to USES=cmake:testing Message-ID: <202409250617.48P6Hd4k026368@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=842a5b42e9006efbc830c0cbbf0d7a2cb62ec338 commit 842a5b42e9006efbc830c0cbbf0d7a2cb62ec338 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 06:16:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 06:16:26 +0000 devel/json-c: Convert to USES=cmake:testing --- devel/json-c/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index 18c3c927f2a5..50e1217fa9d0 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/json-c/json-c/wiki LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c11 cpe pathfix +USES= cmake:testing compiler:c11 cpe pathfix CMAKE_OFF= DISABLE_BSYMBOLIC \ DISABLE_JSON_PATCH \ @@ -20,13 +20,11 @@ CMAKE_OFF= DISABLE_BSYMBOLIC \ DISABLE_THREAD_LOCAL_STORAGE \ ENABLE_RDRAND \ ENABLE_THREADING \ - NEWLOCALE_NEEDS_FREELOCALE \ OVERRIDE_GET_RANDOM_SEED CMAKE_ON= BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ DISABLE_EXTRA_LIBS \ DISABLE_WERROR -TEST_TARGET= test USE_LDCONFIG= yes CPE_VENDOR= json-c_projecthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409250617.48P6Hd4k026368>
