Index: head/net/intel-em-kmod/Makefile =================================================================== --- head/net/intel-em-kmod/Makefile (revision 483386) +++ head/net/intel-em-kmod/Makefile (revision 483387) @@ -1,20 +1,22 @@ # Created by: Franco Fichtner # $FreeBSD$ PORTNAME= em PORTVERSION= 7.7.4 +PORTREVISION= 1 +PORTEPOCH= 0 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" Index: head/net/intel-ix-kmod/Makefile =================================================================== --- head/net/intel-ix-kmod/Makefile (revision 483386) +++ head/net/intel-ix-kmod/Makefile (revision 483387) @@ -1,20 +1,22 @@ # Created by: Sergey Kozlov # $FreeBSD$ PORTNAME= ix PORTVERSION= 3.3.6 +PORTREVISION= 1 +PORTEPOCH= 0 MASTER_SITE_SUBDIR= 14688/eng MAINTAINER= freebsd@intel.com COMMENT= 10 gigabit FreeBSD Base Driver for Intel(R) Network Connections MANPAGENAME= ixgbe MANPAGELINKS= ix if_ix if_ixgbe 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"