Index: head/net/intel-ixl-kmod/Makefile =================================================================== --- head/net/intel-ixl-kmod/Makefile (revision 546027) +++ head/net/intel-ixl-kmod/Makefile (revision 546028) @@ -1,71 +1,68 @@ # Created by: Sergey Kozlov # $FreeBSD$ PORTNAME?= ixl PORTVERSION?= 1.11.29 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net MASTER_SITES?= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \ http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR?= 25160/eng PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -kmod -PATCH_SITES= https://svnweb.freebsd.org/base/head/sys/dev/ixl/ -PATCHFILES= ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4 - MAINTAINER?= freebsd@intel.com COMMENT?= 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections LICENSE= BSD2CLAUSE USES= kmod OPTIONS_SINGLE= NETMAP OPTIONS_SINGLE_NETMAP= NETMAP_AUTO NETMAP_ON NETMAP_OFF OPTIONS_DEFAULT= NETMAP_AUTO NETMAP_AUTO_DESC= Enable netmap(4) support on supported OS versions NETMAP_ON_DESC= Enable netmap(4) support unconditionally NETMAP_OFF_DESC= Disable netmap(4) support unconditionally NETMAP_ON_CFLAGS= -DDEV_NETMAP NETMAP_OFF_CFLAGS= -UDEV_NETMAP WRKSRC_SUBDIR= src SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} MANPAGENAME?= ${PORTNAME} MANPAGELINKS?= if_${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz MAKE_ENV+= WERROR="" .for link in ${MANPAGELINKS} PLIST_FILES+= man/man4/${link}.4.gz .endfor MAX_NETMAP_OSVERSION?= 1200500 # Maximum OSVERSION for which NETMAP support works .include # Fixup for slave ports that use this as a master port. sbruno .if ${PORTNAME} == ixl -ONLY_FOR_ARCHS= amd64 powerpc64 -ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 and powerpc64 only. +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. .endif .if ${PORT_OPTIONS:MNETMAP_AUTO} && ${OSVERSION} <= ${MAX_NETMAP_OSVERSION} CFLAGS+= -DDEV_NETMAP .endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko ${INSTALL_MAN} ${WRKSRC}/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ .for link in ${MANPAGELINKS} ${LN} ${STAGEDIR}${MAN4PREFIX}/man/man4/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/${link}.4 .endfor .include Index: head/net/intel-ixl-kmod/distinfo =================================================================== --- head/net/intel-ixl-kmod/distinfo (revision 546027) +++ head/net/intel-ixl-kmod/distinfo (revision 546028) @@ -1,5 +1,3 @@ -TIMESTAMP = 1598140033 +TIMESTAMP = 1593005688 SHA256 (ixl-1.11.29.tar.gz) = 068d84eed5e7e96c64c3881487491b6caa3a252628ceeb18db3a918286f23bd2 SIZE (ixl-1.11.29.tar.gz) = 289965 -SHA256 (ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698) = 9d8b1b0a52304ba959af218f643a6b349efe45fce05badf220697c29cf2a67fb -SIZE (ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698) = 1973