sthen 691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00

27 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.36 2015/10/08 21:19:22 sthen Exp $
COMMENT= resend network traffic saved by tcpdump
DISTNAME= tcpreplay-4.0.5
CATEGORIES= net
REVISION= 0
HOMEPAGE= http://tcpreplay.appneta.com/
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
WANTLIB= c dnet>=1
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
LIB_DEPENDS= net/libdnet
BUILD_DEPENDS= devel/autogen
.include <bsd.port.mk>