Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:24:45 +0000
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: 39a6cde17ae6 - main - www/nghttp2: Adjust options
Message-ID:  <69d29add.1c9f7.3b69fac7@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=39a6cde17ae6312b233731b258271521e1d1291b

commit 39a6cde17ae6312b233731b258271521e1d1291b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 16:53:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:21 +0000

    www/nghttp2: Adjust options
    
    - Register missing LIB_DEPENDS
    - Update WWW
    - Clean up Makefile:
      - Remove version check from BUILD_DEPENDS
    - Bump PORTREVISION for potential package change
---
 www/nghttp2/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index 4e37b09fd95f..1fcde95b350d 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -1,11 +1,13 @@
 PORTNAME=	nghttp2
 PORTVERSION=	1.68.1
+PORTREVISION=	1
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	HTTP/2 tools
-WWW=		https://nghttp2.org/
+WWW=		https://nghttp2.org/ \
+		https://github.com/nghttp2/nghttp2
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -20,16 +22,17 @@ CMAKE_OFF=	BUILD_SHARED_LIBS \
 		BUILD_STATIC_LIBS \
 		BUILD_TESTING \
 		ENABLE_DEBUG \
+		ENABLE_FAILMALLOC \
 		ENABLE_HTTP3 \
 		ENABLE_LIB_ONLY \
 		ENABLE_STATIC_CRT \
 		ENABLE_WERROR \
+		WITH_JEMALLOC \
 		WITH_LIBBPF \
 		WITH_MRUBY \
-		WITH_NEVERBLEED
-CMAKE_ON=	ENABLE_FAILMALLOC \
-		ENABLE_THREADS \
-		WITH_JEMALLOC
+		WITH_NEVERBLEED \
+		WITH_WOLFSSL
+CMAKE_ON=	ENABLE_THREADS
 USE_CXXSTD=	c++20
 USE_RC_SUBR=	nghttpx
 
@@ -38,18 +41,15 @@ OPTIONS_DEFAULT=APP HPACK
 OPTIONS_SUB=	yes
 APP_DESC=	Build h2load, nghttp, nghttpd and nghttpx
 
-APP_BUILD_DEPENDS=	c-ares>=1.7.5:dns/c-ares \
-			libev>=4.11:devel/libev
 APP_CMAKE_BOOL=		ENABLE_APP WITH_LIBXML2
-APP_LIB_DEPENDS=	libcares.so:dns/c-ares \
+APP_LIB_DEPENDS=	libbrotlidec.so:archivers/brotli \
+			libcares.so:dns/c-ares \
 			libev.so:devel/libev
 APP_USE=		GNOME=libxml2
 APP_USES=		gnome
 DOCS_CMAKE_BOOL=	ENABLE_DOC
-EXAMPLES_BUILD_DEPENDS=	libevent>=2.0.8:devel/libevent
 EXAMPLES_CMAKE_BOOL=	ENABLE_EXAMPLES
 EXAMPLES_LIB_DEPENDS=	libevent_openssl.so:devel/libevent
-HPACK_BUILD_DEPENDS=	jansson>=2.5:devel/jansson
 HPACK_CMAKE_BOOL=	ENABLE_HPACK_TOOLS
 HPACK_LIB_DEPENDS=	libjansson.so:devel/jansson
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29add.1c9f7.3b69fac7>