1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/intel-em-kmod/Makefile
Serhii (Sergey) Kozlov 48e9d28a63 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
2018-10-08 20:17:16 +00:00

21 lines
600 B
Makefile

# Created by: Franco Fichtner <franco@opnsense.org>
# $FreeBSD$
PORTNAME= em
PORTVERSION= 7.7.4
MASTER_SITE_SUBDIR= 17509/eng
MAINTAINER= franco@opnsense.org
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
.include "${MASTERDIR}/Makefile"