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

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 24 13:23:14 UTC 2014


Author: ehaupt
Date: Mon Mar 24 13:23:13 2014
New Revision: 348995
URL: http://svnweb.freebsd.org/changeset/ports/348995
QAT: https://qat.redports.org/buildarchive/r348995/

Log:
  Tell portscout to skip version 4.0.4 as it does not build on 8.x

Modified:
  head/net-mgmt/tcpreplay/Makefile

Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile	Mon Mar 24 13:22:47 2014	(r348994)
+++ head/net-mgmt/tcpreplay/Makefile	Mon Mar 24 13:23:13 2014	(r348995)
@@ -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}
 


More information about the svn-ports-all mailing list