Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 11:31:28 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93f1993ebfdf - main - net-mgmt/tcpreplay: Set PORTSCOUT variable
Message-ID:  <202306131131.35DBVSgM038978@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93f1993ebfdf3515575234f126a9b588439374fb

commit 93f1993ebfdf3515575234f126a9b588439374fb
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-06-13 11:30:54 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-06-13 11:30:54 +0000

    net-mgmt/tcpreplay: Set PORTSCOUT variable
    
    While here pacify portfmt
---
 net-mgmt/tcpreplay/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 34e95c7881b7..6ff165f37533 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -18,13 +18,16 @@ CPE_VENDOR=	broadcom
 
 GNU_CONFIGURE=	yes
 # libopts options are required when using autogen
-CONFIGURE_ARGS=	--program-transform-name='s|.*\(tcp.*\)|\1|' \
-		--with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config \
-		--disable-libopts-install \
-		--disable-local-libopts
+CONFIGURE_ARGS=	--disable-libopts-install \
+		--disable-local-libopts \
+		--program-transform-name='s|.*\(tcp.*\)|\1|' \
+		--with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config
 
 TEST_TARGET=	test
 
+# https://github.com/appneta/tcpreplay/issues/809
+PORTSCOUT=	skipv:4.4.4
+
 OPTIONS_DEFAULT=	LIBPCAP_BASE
 OPTIONS_SINGLE=		LIBPCAP
 OPTIONS_SINGLE_LIBPCAP=	LIBPCAP_BASE LIBPCAP_PORTS


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306131131.35DBVSgM038978>