aboutsummaryrefslogtreecommitdiff
path: root/net/intel-em-kmod
diff options
context:
space:
mode:
authorSerhii (Sergey) Kozlov <skozlov@FreeBSD.org>2018-10-08 20:17:16 +0000
committerSerhii (Sergey) Kozlov <skozlov@FreeBSD.org>2018-10-08 20:17:16 +0000
commit48e9d28a63142313e159dc59bd7da79925f7d064 (patch)
tree9c9e5c39c02edd1d65e4a70f74ba75fe55ab7d1a /net/intel-em-kmod
parent7dc8f9d64e3c3283efa1ef1d45b2388231790781 (diff)
downloadports-48e9d28a63142313e159dc59bd7da79925f7d064.tar.gz
ports-48e9d28a63142313e159dc59bd7da79925f7d064.zip
net/intel-em-kmod: Update to 7.7.4, enable netmap on 11
- Update PORTVERSION and distinfo - Extend netmap options to slave ports too - Add option to set maximum supported os version w/netmap for slave ports in intel-ixl-kmod - Mark the port as non-netmap by default for 12+, as the driver doesn't build with netmap support atm Compile and sanity tested using poudriere w/portlint Reviewed By: sbruno (mentor), franco_opnsense.org (maintainer) Differential Revision: https://reviews.freebsd.org/D17440
Notes
Notes: svn path=/head/; revision=481560
Diffstat (limited to 'net/intel-em-kmod')
-rw-r--r--net/intel-em-kmod/Makefile4
-rw-r--r--net/intel-em-kmod/distinfo6
2 files changed, 6 insertions, 4 deletions
diff --git a/net/intel-em-kmod/Makefile b/net/intel-em-kmod/Makefile
index 62c7ba7bdb3a..f3deb5df7589 100644
--- a/net/intel-em-kmod/Makefile
+++ b/net/intel-em-kmod/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= em
-PORTVERSION= 7.6.2
+PORTVERSION= 7.7.4
MASTER_SITE_SUBDIR= 17509/eng
MAINTAINER= franco@opnsense.org
@@ -11,6 +11,8 @@ COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative
+MAX_NETMAP_OSVERSION= 1199999 # Doesn't build w/NETMAP on 12
+
MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
PKGDIR= ${.CURDIR}
DISTINFO_FILE= ${.CURDIR}/distinfo
diff --git a/net/intel-em-kmod/distinfo b/net/intel-em-kmod/distinfo
index 46a07a82c585..9a995b401515 100644
--- a/net/intel-em-kmod/distinfo
+++ b/net/intel-em-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475184682
-SHA256 (em-7.6.2.tar.gz) = 65a7041d629c5a4ef4b79486d2a0ddaeeebc730f0ef075ff0f7e78d8490756cb
-SIZE (em-7.6.2.tar.gz) = 266512
+TIMESTAMP = 1538768154
+SHA256 (em-7.7.4.tar.gz) = cebbe03ca00e8fb961a9199c8aaafe5869b3b4d93ec721f53867e61594c76514
+SIZE (em-7.7.4.tar.gz) = 266142