Date: Wed, 18 Nov 2020 19:30:56 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555661 - head/net/intel-ixl-kmod Message-ID: <202011181930.0AIJUurg093484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Nov 18 19:30:56 2020 New Revision: 555661 URL: https://svnweb.freebsd.org/changeset/ports/555661 Log: net/intel-ixl-kmod: add powerpc64le to the mix Modified: head/net/intel-ixl-kmod/Makefile Modified: head/net/intel-ixl-kmod/Makefile ============================================================================== --- head/net/intel-ixl-kmod/Makefile Wed Nov 18 19:22:14 2020 (r555660) +++ head/net/intel-ixl-kmod/Makefile Wed Nov 18 19:30:56 2020 (r555661) @@ -51,7 +51,7 @@ MAX_NETMAP_OSVERSION?= 1200500 # Maximum OSVERSION fo .if ${PORTNAME} == ixl PATCH_SITES= https://svnweb.freebsd.org/base/head/sys/dev/ixl/ PATCHFILES= ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4 -ONLY_FOR_ARCHS= amd64 powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 and powerpc64 only. .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011181930.0AIJUurg093484>