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

Piotr Kubaj pkubaj at FreeBSD.org
Tue Sep 1 10:32:43 UTC 2020


Author: pkubaj
Date: Tue Sep  1 10:32:42 2020
New Revision: 547259
URL: https://svnweb.freebsd.org/changeset/ports/547259

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

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

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Tue Sep  1 10:21:34 2020	(r547258)
+++ head/net/intel-ixl-kmod/Makefile	Tue Sep  1 10:32:42 2020	(r547259)
@@ -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 at 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


More information about the svn-ports-all mailing list