Date: Tue, 29 Oct 2024 14:40:59 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: 603196947f79 - main - devel/libcjson: Cosmetic change Message-ID: <202410291440.49TEexn0062386@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=603196947f790703ffb614610327acf209f41233 commit 603196947f790703ffb614610327acf209f41233 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:18:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:29 +0000 devel/libcjson: Cosmetic change --- devel/libcjson/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/libcjson/Makefile b/devel/libcjson/Makefile index c05e3c46f6d7..5785c0d1bf2c 100644 --- a/devel/libcjson/Makefile +++ b/devel/libcjson/Makefile @@ -28,15 +28,16 @@ CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS \ ENABLE_LOCALES \ ENABLE_PUBLIC_SYMBOLS \ ENABLE_TARGET_EXPORT -CMAKE_TESTING_ON= ENABLE_CJSON_TEST \ - ENABLE_SAFE_STACK +CMAKE_TESTING_ON= \ + ENABLE_CJSON_TEST \ + ENABLE_SAFE_STACK USE_CSTD= c11 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_GITHUB= yes GH_ACCOUNT= DaveGamble GH_PROJECT= cJSON -USE_GITHUB= yes .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410291440.49TEexn0062386>
