Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 12:01:25 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479672 - head/net/packetdrill
Message-ID:  <201809131201.w8DC1P6A073018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809131201.w8DC1P6A073018>