diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 46142075e930..e7026fa5571b 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -1,37 +1,37 @@ PORTNAME= tcpreplay -DISTVERSION= 4.5.2 +DISTVERSION= 4.5.5 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/appneta/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= mce@FreeBSD.org COMMENT= Tool to replay saved packet capture files WWW= https://github.com/appneta/tcpreplay LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/docs/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet \ libopts.so:devel/autogen USES= cpe gmake libtool pkgconfig tar:xz CPE_VENDOR= broadcom GNU_CONFIGURE= yes # libopts options are required when using autogen CONFIGURE_ARGS= --disable-libopts-install \ --disable-local-libopts TEST_TARGET= test OPTIONS_DEFINE= LIBPCAP_PORTS LIBPCAP_PORTS_DESC= Build with net/libpcap instead of from the base OS # needs .so version (libpcap.so:net/libpcap uses libpcap from the base system) LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so.1:net/libpcap LIBPCAP_PORTS_CONFIGURE_OFF= --with-libpcap=/usr/lib post-patch: @${REINPLACE_CMD} -e '/make test/s|make|${MAKE_CMD}|' \ ${WRKSRC}/Makefile.in .include diff --git a/net-mgmt/tcpreplay/distinfo b/net-mgmt/tcpreplay/distinfo index 7675ec8b79ba..1f5f15eaf2a1 100644 --- a/net-mgmt/tcpreplay/distinfo +++ b/net-mgmt/tcpreplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756274419 -SHA256 (tcpreplay-4.5.2.tar.xz) = 2df15bc6d49f96a77617d137049f998193bbae95c1a31b04ca02856a24cbf384 -SIZE (tcpreplay-4.5.2.tar.xz) = 818824 +TIMESTAMP = 1784877448 +SHA256 (tcpreplay-4.5.5.tar.xz) = 7886286780ed09feb168b6ffd9aa71c09ada72ef35559f135ba6d98c4c9d7613 +SIZE (tcpreplay-4.5.5.tar.xz) = 833536 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 8159c28745ae..000000000000 --- a/net-mgmt/tcpreplay/files/patch-lib_queue.h +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/queue.h.orig 2025-08-27 06:21:35 UTC -+++ lib/queue.h -@@ -36,7 +36,8 @@ - * @(#)queue.h 8.5 (Berkeley) 8/20/94 - */ - --#pragma once -+#ifndef _SYS_QUEUE_H_ -+#define _SYS_QUEUE_H_ - - /* - * This file defines five types of data structures: singly-linked lists, -@@ -506,3 +507,5 @@ struct { \ - else \ - (elm2)->field.cqe_prev->field.cqe_next = (elm2); \ - } while (0) -+ -+#endif /* !_SYS_QUEUE_H_ */