svn commit: r502571 - head/net-mgmt/tcpreplay

Emanuel Haupt ehaupt at FreeBSD.org
Sat May 25 12:15:30 UTC 2019


Author: ehaupt
Date: Sat May 25 12:15:28 2019
New Revision: 502571
URL: https://svnweb.freebsd.org/changeset/ports/502571

Log:
  Mark BROKEN on 13.0-CURRENT, includes a comment with a link to the upstream bug
  report.
  
  Notified by:	pkg-fallout

Modified:
  head/net-mgmt/tcpreplay/Makefile

Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile	Sat May 25 12:09:41 2019	(r502570)
+++ head/net-mgmt/tcpreplay/Makefile	Sat May 25 12:15:28 2019	(r502571)
@@ -11,6 +11,9 @@ COMMENT=	Tool to replay saved packet capture files
 
 LICENSE=	GPLv3
 
+# Upstream bug report: https://github.com/appneta/tcpreplay/issues/558
+BROKEN_FreeBSD_13=	fails to compile: incomplete definition of type 'struct next'
+
 LIB_DEPENDS=	libopts.so:devel/autogen \
 		libdnet.so:net/libdnet
 BUILD_DEPENDS=	pcapnav-config:net/libpcapnav


More information about the svn-ports-head mailing list