Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 20:15:56 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: 807e6dadba47 - main - www/nghttp2: Cosmetic change
Message-ID:  <202409152015.48FKFuTO081395@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=807e6dadba4705eb58ef871fc0053bc0e6c168f9

commit 807e6dadba4705eb58ef871fc0053bc0e6c168f9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:42:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:38 +0000

    www/nghttp2: Cosmetic change
---
 www/nghttp2/Makefile | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 7af0308ee078..a08f33809d3a 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -16,8 +16,20 @@ LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 USES=		cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz
 
 CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=share/man
-CMAKE_OFF=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TESTING ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED
-CMAKE_ON=	ENABLE_FAILMALLOC ENABLE_THREADS WITH_JEMALLOC
+CMAKE_OFF=	BUILD_SHARED_LIBS \
+		BUILD_STATIC_LIBS \
+		BUILD_TESTING \
+		ENABLE_DEBUG \
+		ENABLE_HTTP3 \
+		ENABLE_LIB_ONLY \
+		ENABLE_STATIC_CRT \
+		ENABLE_WERROR \
+		WITH_LIBBPF \
+		WITH_MRUBY \
+		WITH_NEVERBLEED
+CMAKE_ON=	ENABLE_FAILMALLOC \
+		ENABLE_THREADS \
+		WITH_JEMALLOC
 USE_CXXSTD=	c++20
 USE_RC_SUBR=	nghttpx
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409152015.48FKFuTO081395>