svn commit: r414010 - head/net/intel-ixl-kmod

Sean Bruno sbruno at FreeBSD.org
Mon Apr 25 15:40:17 UTC 2016


Author: sbruno
Date: Mon Apr 25 15:40:16 2016
New Revision: 414010
URL: https://svnweb.freebsd.org/changeset/ports/414010

Log:
  Explicitly restrict to amd64 architectures only as per maintainer
  request.
  
  Submitted by:	Sergey Kozlov <kozlov.sergey.404 at gmail.com>
  Sponsored by:	Intel Corporation
  Differential Revision:	https://reviews.freebsd.org/D6065

Modified:
  head/net/intel-ixl-kmod/Makefile

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Mon Apr 25 15:38:14 2016	(r414009)
+++ head/net/intel-ixl-kmod/Makefile	Mon Apr 25 15:40:16 2016	(r414010)
@@ -24,6 +24,9 @@ MANPAGENAME?=	${PORTNAME}
 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


More information about the svn-ports-all mailing list