Page MenuHomeFreeBSD

net/intel-{ix,em}-kmod: freeze PORTREVISION and PORTEPOCH
ClosedPublic

Authored by skozlov on Oct 22 2018, 11:27 AM.
Referenced Files
Unknown Object (File)
Sat, Apr 20, 1:36 PM
Unknown Object (File)
Sat, Apr 13, 2:30 PM
Unknown Object (File)
Fri, Apr 12, 7:22 AM
Unknown Object (File)
Thu, Apr 11, 11:15 AM
Unknown Object (File)
Thu, Apr 11, 11:15 AM
Unknown Object (File)
Thu, Apr 11, 11:15 AM
Unknown Object (File)
Wed, Apr 10, 1:47 PM
Unknown Object (File)
Jan 29 2024, 5:51 AM
Subscribers

Details

Summary

PORTREVISION wasn't specified in net/intel-{ix,em}-kmod, which are
slave ports of net/intel-ixl-kmod. Because of that when PORTREVISION
was bumped in intel-ixl-kmod - it automatically appeared in the slave
ports, which shouldn't happen.

To avoid this in the future - explicitly specify PORTREVISION and
PORTEPOCH in the slave ports.

Test Plan

Sanity and compile tested using poudriere w/portlint.


Diff Detail

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

Event Timeline

@skozlov feel free to take maintainership of net/intel-em-kmod and thanks for working on these modules! :)

This revision is now accepted and ready to land.Oct 22 2018, 11:31 AM

@skozlov feel free to take maintainership of net/intel-em-kmod and thanks for working on these modules! :)

Thank you. Will do in another commit.

I'm not sure that PORTEPOCH can start with zero.

I'm not sure that PORTEPOCH can start with zero.

This can be done. From Porter's Handbook:

... If PORTEPOCH is nonzero it is appended to the package name ...

Also, portlint doesn't give any warnings, and poudriere builds w/o errors

This revision was automatically updated to reflect the committed changes.