diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-24 21:23:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-24 21:23:13 +0800 |
commit | 287a32ae583277b1cb8dd6d024b56b282ab1d88d (patch) | |
tree | ee562afd0850b9a42b98b0d74c380f85d576fa4f /net-mgmt/tcpreplay | |
parent | 180f1ada284ecf32bbd94114ec3207cf2f81505e (diff) | |
download | freebsd-ports-gnome-287a32ae583277b1cb8dd6d024b56b282ab1d88d.tar.gz freebsd-ports-gnome-287a32ae583277b1cb8dd6d024b56b282ab1d88d.tar.zst freebsd-ports-gnome-287a32ae583277b1cb8dd6d024b56b282ab1d88d.zip |
Tell portscout to skip version 4.0.4 as it does not build on 8.x
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 9f873c5f91e7..0cf3df39fc74 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -18,6 +18,9 @@ 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 + post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} |