Page MenuHomeFreeBSD

net/intel-ixl-kmod restrict to amd64
ClosedPublic

Authored by skozlov on Apr 22 2016, 4:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 3, 10:59 PM
Unknown Object (File)
Sat, Jun 27, 8:36 PM
Unknown Object (File)
Jun 14 2026, 1:25 AM
Unknown Object (File)
Jun 11 2026, 9:49 AM
Unknown Object (File)
Jun 4 2026, 7:40 PM
Unknown Object (File)
Jun 2 2026, 9:24 PM
Unknown Object (File)
May 30 2026, 8:42 PM
Unknown Object (File)
May 30 2026, 3:13 PM
Subscribers

Details

Summary

The intel-ixl-kmod is not suitable for i386 or any arch other than amd64

Test Plan

Poudriere log:


Portlint log: included in poudriere log

Diff Detail

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

Event Timeline

skozlov retitled this revision from to net/intel-ixl-kmod restrict to amd64.
skozlov updated this object.
skozlov edited the test plan for this revision. (Show Details)
skozlov added a reviewer: Intel Networking.
skozlov set the repository for this revision to rP FreeBSD ports repository.

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
sbruno added a reviewer: sbruno.
This revision is now accepted and ready to land.Apr 22 2016, 4:51 PM

I have no objections, please go ahead and commit your version

This revision was automatically updated to reflect the committed changes.