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:   wiz
Date:           Mon Oct 14 05:32:12 UTC 2024

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
wireshark: fix some paths and add minimum version for libcares


To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 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.319 pkgsrc/net/wireshark/Makefile:1.320
--- pkgsrc/net/wireshark/Makefile:1.319 Thu Oct 10 09:45:54 2024
+++ pkgsrc/net/wireshark/Makefile       Mon Oct 14 05:32:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.319 2024/10/10 09:45:54 adam Exp $
+# $NetBSD: Makefile,v 1.320 2024/10/14 05:32:12 wiz Exp $
 
 DISTNAME=      wireshark-4.4.1
 CATEGORIES=    net
@@ -21,7 +21,7 @@ CMAKE_CONFIGURE_ARGS+=                -DCMAKE_DISABLE_
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl pkg-config bison lex
-PKGCONFIG_OVERRIDE+=   wireshark.pc.in
+PKGCONFIG_OVERRIDE+=   resources/wireshark.pc.in
 
 CHECK_PORTABILITY_SKIP+=       packaging/macosx/*/*
 CHECK_PORTABILITY_SKIP+=       packaging/macosx/osx-app.sh.in
@@ -37,7 +37,6 @@ REPLACE_PYTHON+=              tools/idl2deb
 REPLACE_PYTHON+=               tools/indexcap.py
 REPLACE_PYTHON+=               tools/msnchat
 REPLACE_PYTHON+=               tools/ncp2222.py
-REPLACE_PYTHON+=               tools/netscreen2dump.py
 REPLACE_PYTHON+=               tools/pkt-from-core.py
 REPLACE_PYTHON+=               tools/rdps.py
 
@@ -81,6 +80,7 @@ SUBST_SED.lemon=      -e 's,/usr/share,${PREF
 .include "../../devel/snappy/buildlink3.mk"
 .include "../../geography/libmaxminddb/buildlink3.mk"
 .include "../../lang/python/application.mk"
+BUILDLINK_API_DEPENDS.libcares+=       libcares>=1.13.0
 .include "../../net/libcares/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"



Home | Main Index | Thread Index | Old Index