svn commit: r479672 - head/net/packetdrill

Kevin Bowling kbowling at FreeBSD.org
Thu Sep 13 12:01:25 UTC 2018


Author: kbowling
Date: Thu Sep 13 12:01:24 2018
New Revision: 479672
URL: https://svnweb.freebsd.org/changeset/ports/479672

Log:
  net/packetdrill: mark as ignored on FreeBSD 10.x
  
  Approved by:	krion (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17145

Modified:
  head/net/packetdrill/Makefile

Modified: head/net/packetdrill/Makefile
==============================================================================
--- head/net/packetdrill/Makefile	Thu Sep 13 11:48:34 2018	(r479671)
+++ head/net/packetdrill/Makefile	Thu Sep 13 12:01:24 2018	(r479672)
@@ -9,6 +9,9 @@ COMMENT=	Network stack testing tool
 
 LICENSE=	GPLv2
 
+# Need SCTP_PR_SCTP_PRIO and pcap_set_immediate_mode
+IGNORE_FreeBSD_10=	not supported on 10.x or older
+
 USES=		bison uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd-net


More information about the svn-ports-head mailing list