diff options
author | mew14930xvi <mew14930xvi@inbox.lv> | 2024-07-16 19:04:33 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-07-16 19:12:17 +0300 |
commit | e2455c7452a3c677008ca89700ccfc60e30620b0 (patch) | |
tree | 4c3020c786b48cfd64b3d6d590ab9784d8528685 /net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h | |
parent | www/nginx-devel: fix typo with libressl dependency (diff) |
net-mgmt/tcpreplay: take maintainership, add LICENSE_FILE, OPTIONS modified
Also:
- replace patch for fix build (upstream issue:
https://github.com/appneta/tcpreplay/issues/809);
- remake patches with makepatch;
- remove GNU_CONFIGURE_MANPREFIX.
Version 4.5.1 contains many bug fixes:
https://github.com/appneta/tcpreplay/releases/tag/v4.5.1
PR: 280260
Approved by: ehaupt (maintainer)
MFH: 2024Q3
Diffstat (limited to 'net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h')
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h b/net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h new file mode 100644 index 000000000000..ec36392985f8 --- /dev/null +++ b/net-mgmt/tcpreplay/files/patch-src_fragroute_pkt.h @@ -0,0 +1,13 @@ +--- src/fragroute/pkt.h.orig 2023-12-31 18:39:02 UTC ++++ src/fragroute/pkt.h +@@ -8,9 +8,9 @@ + + #pragma once + ++#include "lib/queue.h" + #include "defines.h" + #include "config.h" +-#include "lib/queue.h" + #include <sys/time.h> + + #ifdef HAVE_LIBDNET |