Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 20:22:18 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13f111ae0359 - main - net/wireshark: Refine dependencies
Message-ID:  <202501122022.50CKMIgO045229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13f111ae0359b476c0028709316aab0d97430c29

commit 13f111ae0359b476c0028709316aab0d97430c29
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-01-12 20:20:33 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-01-12 20:20:33 +0000

    net/wireshark: Refine dependencies
    
    Remove unneeded dependencies, turn off some cmake options, and add a
    dependency on libnghttp3.
    
    PR:             283968
    Submitted by:   vvd (based on)
---
 net/wireshark/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 7ae783590b0c..c28a007bab76 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wireshark
 DISTVERSION=	4.4.3
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://1.na.dl.wireshark.org/src/ \
 		https://1.eu.dl.wireshark.org/src/ \
@@ -17,10 +18,11 @@ WWW=		https://www.wireshark.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgpg-error.so:security/libgpg-error \
+LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \
 		libgcrypt.so:security/libgcrypt \
 		liblz4.so:archivers/liblz4 \
 		libnghttp2.so:www/libnghttp2 \
+		libnghttp3.so:www/libnghttp3 \
 		libbrotlidec.so:archivers/brotli \
 		libsnappy.so:archivers/snappy \
 		libcares.so:dns/c-ares \
@@ -31,7 +33,7 @@ FLAVORS=	default nox11
 FLAVOR?=	${FLAVORS:[1]}
 nox11_PKGNAMESUFFIX=	-nox11
 
-USES=		cmake compiler:c++11-lang cpe gettext-runtime gnome \
+USES=		cmake compiler:c++11-lang cpe gettext-runtime:build gnome \
 		localbase pathfix perl5 pkgconfig python ssl tar:xz
 USE_GNOME=	glib20 libxml2
 USE_PERL5=	build
@@ -39,7 +41,8 @@ USE_LDCONFIG=	yes
 
 CONFLICTS_INSTALL=	wireshark-lite tshark tshark-lite
 
-CMAKE_OFF=	ENABLE_ILBC ENABLE_MINIZIP ENABLE_SBC
+CMAKE_OFF=	ENABLE_ILBC ENABLE_MINIZIP ENABLE_SBC ENABLE_SINSP \
+		ENABLE_AMRNB ENABLE_MINIZIPNG ENABLE_ZLIBNG
 CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_DOXYGEN:BOOL=True \
 		-DCMAKE_DISABLE_FIND_PACKAGE_Git:BOOL=True
 
@@ -80,7 +83,7 @@ GSSAPI_NONE_CONFIGURE_ENV_OFF=	KRB5_CONFIG=${KRB5CONFIG}
 GSSAPI_NONE_CMAKE_BOOL=	ENABLE_KERBEROS
 
 GUI_USES=		desktop-file-utils shared-mime-info qt:6
-GUI_USE=		qt=5compat,base,multimedia,svg,tools
+GUI_USE=		qt=5compat,base,multimedia,tools
 GUI_CONFIGURE_ENV=	PATH="${PATH}:${QT_BINDIR}"
 GUI_MAKE_ENV=		PATH="${PATH}:${QT_BINDIR}"
 GUI_CMAKE_BOOL=		BUILD_wireshark



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