pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 19 22:55:42 UTC 2026

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
wireshark: Add explicit dependency on xxhash.


To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 pkgsrc/net/wireshark/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.345 pkgsrc/net/wireshark/Makefile:1.346
--- pkgsrc/net/wireshark/Makefile:1.345 Thu Feb 26 15:44:56 2026
+++ pkgsrc/net/wireshark/Makefile       Thu Mar 19 22:55:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.345 2026/02/26 15:44:56 adam Exp $
+# $NetBSD: Makefile,v 1.346 2026/03/19 22:55:41 nia Exp $
 
 DISTNAME=      wireshark-4.6.4
 CATEGORIES=    net
@@ -78,6 +78,7 @@ SUBST_SED.lemon=      -e 's,/usr/share,${PREF
 .include "../../devel/libsmi/buildlink3.mk"
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/snappy/buildlink3.mk"
+.include "../../devel/xxhash/buildlink3.mk"
 .include "../../geography/libmaxminddb/buildlink3.mk"
 .include "../../lang/python/application.mk"
 BUILDLINK_API_DEPENDS.libcares+=       libcares>=1.13.0



Home | Main Index | Thread Index | Old Index