Re: git: 842a5b42e900 - main - devel/json-c: Convert to USES=cmake:testing

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Mon, 30 Sep 2024 20:43:43 UTC
> 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_project

Still builds units tests irregardless,

Can you please stop closing tickets where you don't review the
content, this isn't the first time nor the second. If you don't have
time start handing off ports to others.

The locale part in our local patch can also go by now?

Best regards,

Daniel