Date: Fri, 18 Jul 2014 08:30:05 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362189 - head/net-mgmt/tcpreplay Message-ID: <201407180830.s6I8U5Q7025143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Jul 18 08:30:05 2014 New Revision: 362189 URL: http://svnweb.freebsd.org/changeset/ports/362189 QAT: https://qat.redports.org/buildarchive/r362189/ Log: Does not compile on FreeBSD 8.x Modified: head/net-mgmt/tcpreplay/Makefile Modified: head/net-mgmt/tcpreplay/Makefile ============================================================================== --- head/net-mgmt/tcpreplay/Makefile Fri Jul 18 08:09:53 2014 (r362188) +++ head/net-mgmt/tcpreplay/Makefile Fri Jul 18 08:30:05 2014 (r362189) @@ -18,8 +18,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config -# does not build on FreeBSD 8.x -PORTSCOUT= skipv:4.0.4 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 900000 +BROKEN= does not compile on FreeBSD 8.x +.endif post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} @@ -27,4 +30,4 @@ post-patch: regression-test: build @cd ${WRKSRC} && ${MAKE} -s test -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407180830.s6I8U5Q7025143>