Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 10:33:31 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r547260 - branches/2020Q3/net/intel-ixl-kmod
Message-ID:  <202009011033.081AXVxA021226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Sep  1 10:33:31 2020
New Revision: 547260
URL: https://svnweb.freebsd.org/changeset/ports/547260

Log:
  MFH: r547259
  
  net/intel-ixl-kmod: fix build of slave ports
  
  Use PATCH* block to already existing if for the master port.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/net/intel-ixl-kmod/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/intel-ixl-kmod/Makefile
==============================================================================
--- branches/2020Q3/net/intel-ixl-kmod/Makefile	Tue Sep  1 10:32:42 2020	(r547259)
+++ branches/2020Q3/net/intel-ixl-kmod/Makefile	Tue Sep  1 10:33:31 2020	(r547260)
@@ -11,9 +11,6 @@ MASTER_SITE_SUBDIR?=	25160/eng
 PKGNAMEPREFIX=	intel-
 PKGNAMESUFFIX=	-kmod
 
-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
-
 MAINTAINER?=	freebsd@intel.com
 COMMENT?=	40 gigabit FreeBSD Base Driver for Intel(R) Network Connections
 
@@ -52,6 +49,8 @@ MAX_NETMAP_OSVERSION?=	1200500  # Maximum OSVERSION fo
 
 # Fixup for slave ports that use this as a master port. sbruno
 .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_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?202009011033.081AXVxA021226>