summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormew14930xvi <mew14930xvi@inbox.lv>2025-07-10 17:20:05 +0200
committerZsolt Udvari <uzsolt@FreeBSD.org>2025-07-10 17:24:24 +0200
commit9e40a7a7a30bb70f79ab684a088cca2c7d802161 (patch)
treeab2896ec9619c63cc845b54c692c3b653238e27c /net
parentdatabases/cego,devel/lfcbase: update 2.52.17 -> 2.52.18, 1.21.7 -> 1.21.8 (diff)
net-mgmt/tcpreplay: Remove libpcapnav from build dependencies
The pcapnav is unused in this program - the binaries with or without it doesn't differ. The ldd says isn't linked to libpcapnav. Details: the src/common/fakepcapnav.h includes pcapnav.h if it exists (HAVE_PCAPNAV). If it doesn't exist it fakepcapnav.h defines some structure (they are same in libpcapnav's pcapnav.h). The tcpreplay doesn't use libpcpnav's library. Tcpreplay (re)defines them - the function doesn't nothing as the comment in src/common/fakepcapnav.c says. Remove program-transform-name option too. PR: 286787 Approved by: mew14930xvi@inbox.lv (maintainer)
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions