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-lib_queue.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-lib_queue.h')
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-lib_queue.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-lib_queue.h b/net-mgmt/tcpreplay/files/patch-lib_queue.h deleted file mode 100644 index cc17718f57a1..000000000000 --- a/net-mgmt/tcpreplay/files/patch-lib_queue.h +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/queue.h.orig 2024-03-24 16:55:28 UTC -+++ lib/queue.h -@@ -36,8 +36,8 @@ - * @(#)queue.h 8.5 (Berkeley) 8/20/94 - */ - --#ifndef _SYS_QUEUE_H_ --#define _SYS_QUEUE_H_ -+#ifndef _QUEUE_H_ -+#define _QUEUE_H_ - - /* - * This file defines five types of data structures: singly-linked lists, -@@ -508,4 +508,4 @@ struct { \ - (elm2)->field.cqe_prev->field.cqe_next = (elm2); \ - } while (0) - --#endif /* !_SYS_QUEUE_H_ */ -+#endif /* !_QUEUE_H_ */ |