Page MenuHomeFreeBSD

net/intel-em-kmod: Update to 7.7.8
ClosedPublic

Authored by erj on Sep 9 2020, 9:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2024, 3:23 PM
Unknown Object (File)
Jan 5 2024, 3:24 AM
Unknown Object (File)
Dec 20 2023, 3:52 AM
Unknown Object (File)
Dec 7 2023, 4:00 AM
Unknown Object (File)
Nov 13 2023, 4:01 PM
Unknown Object (File)
Nov 10 2023, 3:38 PM
Unknown Object (File)
Nov 8 2023, 5:18 PM
Unknown Object (File)
Nov 8 2023, 1:41 PM

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

erj requested review of this revision.Sep 9 2020, 9:40 PM

portlint -AC output:

WARN: Makefile: NETMAP_AUTO is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MNETMAP_AUTO appears in this slave Makefile.  Make sure it appears in the master's Makefile.
WARN: Makefile: NETMAP_ON is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MNETMAP_ON appears in this slave Makefile.  Make sure it appears in the master's Makefile.
WARN: Makefile: NETMAP_OFF is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MNETMAP_OFF appears in this slave Makefile.  Make sure it appears in the master's Makefile.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
WARN: Makefile: new ports should not set PORTEPOCH.
FATAL: Makefile: extra item "BROKEN_armv6" placed in the LICENSE section.
1 fatal error and 6 warnings found.

poudriere testport log:

Though, I am annoyed that the log exposes internal information in the environment variable list at the start, like the *_PROXY variables. Is there an automatic way to strip those out?

This revision is now accepted and ready to land.Sep 10 2020, 8:03 AM
MAX_NETMAP_OSVERSION=   1199999  # Doesn't build w/NETMAP on 12

@erj, is it still true?

MAX_NETMAP_OSVERSION=   1199999  # Doesn't build w/NETMAP on 12

@erj, is it still true?

I think so; IIRC it's because FreeBSD 12.0 is missing the driver-specific netmap headers (due to the in-kernel version of em having NETMAP integrated into iflib), and we don't include them in the OOT driver because we don't want to maintain them.

This revision was automatically updated to reflect the committed changes.