Date: Tue, 29 Oct 2024 14:41:00 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: 64194b757e84 - main - devel/libfmt: Cosmetic change Message-ID: <202410291441.49TEf0qk062435@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=64194b757e841fec12f0286462c91b99bc8e866c commit 64194b757e841fec12f0286462c91b99bc8e866c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:18:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:30 +0000 devel/libfmt: Cosmetic change --- devel/libfmt/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index 12578a198d31..8eab76db2436 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -1,5 +1,4 @@ PORTNAME= fmt -# Make sure to check devel/spdlog consumers too PORTVERSION= 10.2.1 CATEGORIES= devel MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ @@ -15,8 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang cpe pathfix zip -CMAKE_OFF= FMT_CUDA_TEST FMT_DOC FMT_FUZZ FMT_MODULE FMT_PEDANTIC FMT_SYSTEM_HEADERS FMT_TEST FMT_WERROR -CMAKE_ON= BUILD_SHARED_LIBS FMT_OS +CMAKE_OFF= FMT_CUDA_TEST \ + FMT_DOC \ + FMT_FUZZ \ + FMT_MODULE \ + FMT_PEDANTIC \ + FMT_SYSTEM_HEADERS \ + FMT_TEST \ + FMT_WERROR +CMAKE_ON= BUILD_SHARED_LIBS \ + FMT_OS CMAKE_TESTING_ON= FMT_TEST USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410291441.49TEf0qk062435>