The intel-ixl-kmod is not suitable for i386 or any arch other than amd64
Details
Details
- Reviewers
sbruno - Group Reviewers
Intel Networking - Commits
- rP414010: Explicitly restrict to amd64 architectures only as per maintainer
Poudriere log:
Portlint log: included in poudriere log
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm going to commit the following instead for clarity.
Index: Makefile =================================================================== --- Makefile (revision 413782) +++ Makefile (working copy) @@ -24,6 +24,9 @@ PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. + .include <bsd.port.pre.mk> .if ${OSVERSION} < 1002000