Index: branches/2017Q3/net-mgmt/tcpreplay/Makefile =================================================================== --- branches/2017Q3/net-mgmt/tcpreplay/Makefile (revision 449050) +++ branches/2017Q3/net-mgmt/tcpreplay/Makefile (revision 449051) @@ -1,36 +1,48 @@ # Created by: cnh@ivmg.net # $FreeBSD$ PORTNAME= tcpreplay PORTVERSION= 4.2.6 DISTVERSIONPREFIX= v +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to replay saved packet capture files LICENSE= GPLv3 LIB_DEPENDS= libopts.so:devel/autogen \ libdnet.so:net/libdnet BUILD_DEPENDS= pcapnav-config:net/libpcapnav USES= autoreconf libtool pkgconfig USE_GITHUB= yes GNU_CONFIGURE= yes GH_ACCOUNT= appneta CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config # required when using autogen CONFIGURE_ARGS+= --disable-local-libopts --disable-libopts-install + +LIBPCAP_BASE_DESC= Build with libpcap from the base OS +LIBPCAP_PORTS_DESC= Build with net/libpcap + +OPTIONS_SINGLE= LIBPCAP +OPTIONS_SINGLE_LIBPCAP= LIBPCAP_BASE LIBPCAP_PORTS + +OPTIONS_DEFAULT= LIBPCAP_BASE + +LIBPCAP_BASE_CONFIGURE_ON= --with-libpcap=/usr/lib +LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so:net/libpcap post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}.ac regression-test: build @cd ${WRKSRC} && ${MAKE} -s test .include Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 449050) +++ branches/2017Q3 (revision 449051) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r448998,449000,449020